File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -6,25 +6,36 @@ Scaffold with Laravel 5.7 to using like base for future projects.
66
77Demo _ Comming soon..._
88
9+ Documentation _ Comming soon..._
910
1011## Requirements
1112
1213https://laravel.com/docs/5.7#server-requirements
1314
1415
16+ ## Tutorial
17+
18+ https://medium.com/modulr/create-scaffold-with-laravel-5-7-f5ab353dff1c
19+
20+
1521## Install
1622
23+ #### Clone Repo
24+
1725```
1826git clone https://github.com/modulr/laravel-scaffold.git
1927```
2028
21- #### Install Depencencies
29+ #### Depencencies
2230
2331```
2432composer install
2533npm install
2634```
2735
36+
37+ ## Configuration
38+
2839#### Database
2940
3041```
@@ -74,10 +85,6 @@ npm run dev
7485php artisan serve
7586```
7687
77- ## Tutorial/Documentation
78-
79- https://medium.com/modulr/create-scaffold-with-laravel-5-7-f5ab353dff1c
80-
8188
8289## Modules
8390
You can’t perform that action at this time.
0 commit comments