@@ -26,8 +26,12 @@ https://medium.com/modulr/create-scaffold-with-laravel-5-7-f5ab353dff1c
2626git clone https://github.com/modulr/laravel-scaffold.git
2727```
2828
29- #### Depencencies
29+ ##### Enter folder
30+ ```
31+ cd laravel-scaffold
32+ ```
3033
34+ #### Install Depencencies
3135```
3236composer install
3337npm install
@@ -41,6 +45,16 @@ npm install
4145cp .env.example .env
4246```
4347
48+ #### Generate APP_KEY
49+ ```
50+ php artisan key:generate
51+ ```
52+
53+ #### Generate symbolic link to Storage
54+ ```
55+ php artisan storage:link
56+ ```
57+
4458#### Database
4559
4660```
@@ -60,17 +74,13 @@ DB_PASSWORD=password
6074```
6175
6276#### File System
77+
6378```
6479# Add params into .env file
6580APP_URL=http://laravel-scaffold.test
6681FILESYSTEM_DRIVER=public
6782```
6883
69- ```
70- # Generate symbolic link to Storage
71- php artisan storage:link
72- ```
73-
7484
7585## Run
7686
@@ -103,18 +113,20 @@ php artisan serve
103113 - Upload & Restart Avatar
104114
105115
106- - Users & Roles --> _ Comming soon..._
107-
116+ - Users --> _ Comming soon..._
117+ - Roles --> _ Comming soon... _
108118
109119## Packages
110120
111121##### Backend
122+
112123- [ Laravel Authentication] ( https://laravel.com/docs/5.7/authentication )
113124- [ Laravolt Avatar] ( https://github.com/laravolt/avatar )
114125- [ Intervention Image] ( http://image.intervention.io/ )
115126
116127
117128##### Frontend
129+
118130- [ Laravel Frontend] ( https://laravel.com/docs/5.7/frontend )
119131- [ Bootstrap 4] ( https://getbootstrap.com/ )
120132- [ Core UI] ( https://coreui.io/ )
@@ -126,6 +138,7 @@ php artisan serve
126138
127139
128140## License
141+
129142The MIT© License 2018 - Modulr.
130143
131144---
0 commit comments