trafik8787 / lara-crud2
Simple flexible and multifunctional Admin Panel CRUD in which all the necessary for 95% of the cases are developed.
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/trafik8787/lara-crud2
Requires
- php: ^7.2|^8.0
- doctrine/dbal: ^3.7
- laravelcollective/html: ^6.4
README
The package is aimed at the fastest deployment and flexible configuration of the admin panel. It has a lot of methods with which you can set it up as you like.
Requirements
Laravel >=5.4
PHP >= 7.0.x
Installation
-
To get the latest version, simply require the project using Composer:
$ composer require trafik8787/lara-crud
-
Run the installation and wait for it to finish.
artisan lara:example
-
Add service provider App\Providers\LaraCrudProvider::class to /config/app.php file.
'providers' => [ ... App\Providers\LaraCrudProvider::class, ],
-
Finish you can go to the link http://you_domain/admin