@@ -26,8 +26,12 @@ https://medium.com/modulr/create-scaffold-with-laravel-5-7-f5ab353dff1c
26
26
git clone https://github.com/modulr/laravel-scaffold.git
27
27
```
28
28
29
- #### Depencencies
29
+ ##### Enter folder
30
+ ```
31
+ cd laravel-scaffold
32
+ ```
30
33
34
+ #### Install Depencencies
31
35
```
32
36
composer install
33
37
npm install
@@ -41,6 +45,16 @@ npm install
41
45
cp .env.example .env
42
46
```
43
47
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
+
44
58
#### Database
45
59
46
60
```
@@ -60,17 +74,13 @@ DB_PASSWORD=password
60
74
```
61
75
62
76
#### File System
77
+
63
78
```
64
79
# Add params into .env file
65
80
APP_URL=http://laravel-scaffold.test
66
81
FILESYSTEM_DRIVER=public
67
82
```
68
83
69
- ```
70
- # Generate symbolic link to Storage
71
- php artisan storage:link
72
- ```
73
-
74
84
75
85
## Run
76
86
@@ -103,18 +113,20 @@ php artisan serve
103
113
- Upload & Restart Avatar
104
114
105
115
106
- - Users & Roles --> _ Comming soon..._
107
-
116
+ - Users --> _ Comming soon..._
117
+ - Roles --> _ Comming soon... _
108
118
109
119
## Packages
110
120
111
121
##### Backend
122
+
112
123
- [ Laravel Authentication] ( https://laravel.com/docs/5.7/authentication )
113
124
- [ Laravolt Avatar] ( https://github.com/laravolt/avatar )
114
125
- [ Intervention Image] ( http://image.intervention.io/ )
115
126
116
127
117
128
##### Frontend
129
+
118
130
- [ Laravel Frontend] ( https://laravel.com/docs/5.7/frontend )
119
131
- [ Bootstrap 4] ( https://getbootstrap.com/ )
120
132
- [ Core UI] ( https://coreui.io/ )
@@ -126,6 +138,7 @@ php artisan serve
126
138
127
139
128
140
## License
141
+
129
142
The MIT© License 2018 - Modulr.
130
143
131
144
---
0 commit comments