Skip to content

Commit f4a07c3

Browse files
committed
Update README.md
1 parent 639e6ae commit f4a07c3

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
# LARAVEL BACKEND (still on active development)
1+
# LARAVEL BACKEND
22

3-
Laravel Backend is an instant backend for laravel 5. It is a component base architecture for its several built in components and is very flexible.
3+
Laravel Backend is an instant backend for laravel 5.1~. It is a component base architecture and is very flexible.
44

55
### Built-in Components:
66
- User Management with Roles & Permissions (base on individual module), throotling
77
- Content Type Builder w/ Custom Fields (inspired from WordPress)
88
- Navigation Builder
99
- Media Manager
10+
- (want more?) You can even make your custom component easily aswell!
1011

1112
### INSTALLATION
1213
---
@@ -72,10 +73,16 @@ changed the local disks:
7273
to:
7374
'root' => public_path('uploads'),
7475
```
76+
- on app/Console/Kernel.php
77+
```
78+
add this on the $commands property array, this will enable package's built in consoles
79+
80+
\Darryldecode\Backend\Base\Console\ComponentMake::class
81+
```
7582

7683
---
7784

78-
***CONRGATULATIONS!*** Your instant laravel 5 backend is ready! you can login by navigating to: ```/backend/login```
85+
***CONRGATULATIONS!*** Your instant laravel 5.1 backend is ready! you can login by navigating to: ```/backend/login```
7986

8087
- user: admin@gmail.com
8188
- pass: admin

0 commit comments

Comments
 (0)