You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,16 @@
1
-
## Requirements
1
+
## New
2
+
Check out online adminpanel generator version - no packages required there, no syntax to learn, it generates Laravel project for you: [QuickAdminPanel.com](https://quickadminpanel.com)
3
+
4
+
5
+
## Package Requirements
2
6
* Laravel `^5.2` - Because of changed routing middleware and unsupported package `illuminate/html`
3
7
4
8
### Laravel 5.1.11 users info!
5
9
To use Quickadmin with Laravel Laravel 5.1.11 use branch `0.4.x`
###Please note: QuickAdmin requires fresh Laravel installation and is not suitable for use on already existing project.
10
14
11
15
1. Install the package via `composer require laraveldaily/quickadmin`.
12
16
2. Add `Laraveldaily\Quickadmin\QuickadminServiceProvider::class,` to your `\config\app.php` providers **after `App\Providers\RouteServiceProvider::class,`** otherwise you will not be able to add new ones to freshly generated controllers.
0 commit comments