Skip to content

Latest commit

 

History

History
executable file
·
16 lines (12 loc) · 414 Bytes

README.md

File metadata and controls

executable file
·
16 lines (12 loc) · 414 Bytes

osblog

test app

steps to start:

1. clone your project
2. using terminal to the folder
3. run composer install
4. copy .env.example file to .env
5. open .env file and change the database name (DB_DATABASE), username (DB_USERNAME) and password (DB_PASSWORD)
6. run php artisan key:generate
7. run php artisan migrate
8. run php artisan serve
9. go to http://localhost:8000/