trafik8787 / lara-crud
Simple flexible and multifunctional Admin Panel CRUD in which all the necessary for 95% of the cases are developed.
Installs: 509
Dependents: 0
Suggesters: 0
Security: 0
Stars: 34
Watchers: 3
Forks: 3
Open Issues: 10
Requires
- php: >=7.2.5
- illuminate/http: ^6.0|^7.0
- illuminate/routing: ^6.0|^7.0
- illuminate/session: ^6.0|^7.0
- illuminate/support: ^6.0|^7.0
- illuminate/view: ^6.0|^7.0
- laravelcollective/html: ^6.1
Requires (Dev)
- illuminate/database: ^6.0
- mockery/mockery: ~1.0
- phpunit/phpunit: ~7.1
- 6.x-dev
- v6.1.2
- v6.1.1
- v6.1.0
- 5.x-dev
- v5.1.1
- dev-master / 1.6.0.x-dev
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2.3
- v1.2.2
- v1.2.1
- dev-renovate/major-illuminate
- dev-renovate/packagist-illuminate-view-vulnerability
- dev-renovate/packagist-illuminate-database-vulnerability
- dev-renovate/popper.js-1.x
- dev-renovate/phpunit-phpunit-11.x
- dev-renovate/mockery-mockery-1.x-lockfile
- dev-renovate/laravelcollective-html-6.x-lockfile
- dev-renovate/popper.js-2.x
- dev-renovate/illuminate
- dev-develop
This package is auto-updated.
Last update: 2024-11-20 01:21:59 UTC
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