Skip to content

Commit e0d4914

Browse files
authored
Link to online generator version in readme
1 parent fe24c98 commit e0d4914

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

readme.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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
26
* Laravel `^5.2` - Because of changed routing middleware and unsupported package `illuminate/html`
37

48
### Laravel 5.1.11 users info!
59
To use Quickadmin with Laravel Laravel 5.1.11 use branch `0.4.x`
610

7-
## Quick Admin installation
11+
## QuickAdmin installation
812

9-
###Please note: QuickAdmin requires fresh Laravel installation
13+
### Please note: QuickAdmin requires fresh Laravel installation and is not suitable for use on already existing project.
1014

1115
1. Install the package via `composer require laraveldaily/quickadmin`.
1216
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

Comments
 (0)