Skip to content

Commit 3e4ee3f

Browse files
committed
update cover to README
1 parent 7567c5a commit 3e4ee3f

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,36 @@ Scaffold with Laravel 5.7 to using like base for future projects.
66

77
Demo _Comming soon..._
88

9+
Documentation _Comming soon..._
910

1011
## Requirements
1112

1213
https://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
```
1826
git clone https://github.com/modulr/laravel-scaffold.git
1927
```
2028

21-
#### Install Depencencies
29+
#### Depencencies
2230

2331
```
2432
composer install
2533
npm install
2634
```
2735

36+
37+
## Configuration
38+
2839
#### Database
2940

3041
```
@@ -74,10 +85,6 @@ npm run dev
7485
php 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

public/img/avatars/1.jpg

-1.57 KB
Binary file not shown.

0 commit comments

Comments
 (0)