Skip to content

Commit b72c6fd

Browse files
improve the readme
1 parent bc09a09 commit b72c6fd

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

README.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@ https://medium.com/modulr/create-scaffold-with-laravel-5-7-f5ab353dff1c
2626
git 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
```
3236
composer install
3337
npm install
@@ -41,6 +45,16 @@ npm install
4145
cp .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
6580
APP_URL=http://laravel-scaffold.test
6681
FILESYSTEM_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+
129142
The MIT© License 2018 - Modulr.
130143

131144
---

0 commit comments

Comments
 (0)