File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments