|
|
|
@ -17,14 +17,14 @@
|
|
|
|
- go to where you want your app to be and run `laravel new blog` substituting the name of your app for `blog`
|
|
|
|
- go to where you want your app to be and run `laravel new blog` substituting the name of your app for `blog`
|
|
|
|
- `cd` into your app's dir
|
|
|
|
- `cd` into your app's dir
|
|
|
|
- run `php artisan serve`
|
|
|
|
- run `php artisan serve`
|
|
|
|
- go to http://localhost:8000/
|
|
|
|
|
|
|
|
- if browser asks you to generate key, click the button
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## After Forking/Cloning
|
|
|
|
## After Forking/Cloning
|
|
|
|
|
|
|
|
|
|
|
|
- `cd` to repo dir
|
|
|
|
- `cd` to repo dir
|
|
|
|
- run `composer install`
|
|
|
|
- run `composer install`
|
|
|
|
- run `cp .env.example .env`
|
|
|
|
- run `cp .env.example .env`
|
|
|
|
|
|
|
|
- go to http://localhost:8000/index.html
|
|
|
|
|
|
|
|
- if browser asks you to generate key, click the button
|
|
|
|
|
|
|
|
|
|
|
|
## Connect to db
|
|
|
|
## Connect to db
|
|
|
|
|
|
|
|
|
|
|
|
|