File tree 2 files changed +12
-5
lines changed
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.
6
6
7
7
Demo _ Comming soon..._
8
8
9
+ Documentation _ Comming soon..._
9
10
10
11
## Requirements
11
12
12
13
https://laravel.com/docs/5.7#server-requirements
13
14
14
15
16
+ ## Tutorial
17
+
18
+ https://medium.com/modulr/create-scaffold-with-laravel-5-7-f5ab353dff1c
19
+
20
+
15
21
## Install
16
22
23
+ #### Clone Repo
24
+
17
25
```
18
26
git clone https://github.com/modulr/laravel-scaffold.git
19
27
```
20
28
21
- #### Install Depencencies
29
+ #### Depencencies
22
30
23
31
```
24
32
composer install
25
33
npm install
26
34
```
27
35
36
+
37
+ ## Configuration
38
+
28
39
#### Database
29
40
30
41
```
@@ -74,10 +85,6 @@ npm run dev
74
85
php artisan serve
75
86
```
76
87
77
- ## Tutorial/Documentation
78
-
79
- https://medium.com/modulr/create-scaffold-with-laravel-5-7-f5ab353dff1c
80
-
81
88
82
89
## Modules
83
90
You can’t perform that action at this time.
0 commit comments