Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trafik8787/lara-crud
This package will give an opportunity to get a very flexible admin panel that will satisfy you most of the time.
https://github.com/trafik8787/lara-crud
admin admin-panel administrator crud crud-generator laravel
Last synced: about 2 months ago
JSON representation
This package will give an opportunity to get a very flexible admin panel that will satisfy you most of the time.
- Host: GitHub
- URL: https://github.com/trafik8787/lara-crud
- Owner: trafik8787
- License: mit
- Created: 2017-08-10T20:14:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T18:41:51.000Z (about 2 months ago)
- Last Synced: 2024-11-15T19:32:22.663Z (about 2 months ago)
- Topics: admin, admin-panel, administrator, crud, crud-generator, laravel
- Language: PHP
- Homepage: https://trafik8787.github.io/lara-crud/
- Size: 18.6 MB
- Stars: 34
- Watchers: 3
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Admin Panel LaraCrud
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.
[![License](https://poser.pugx.org/trafik8787/lara-crud/license)](https://packagist.org/packages/trafik8787/lara-crud)
[![Latest Stable Version](https://poser.pugx.org/trafik8787/lara-crud/v/stable)](https://packagist.org/packages/trafik8787/lara-crud)
[![Total Downloads](https://poser.pugx.org/trafik8787/lara-crud/downloads)](https://packagist.org/packages/trafik8787/lara-crud)### Requirements
Laravel >=5.4
PHP >= 7.0.x
## Installation1. To get the latest version, simply require the project using [Composer](https://getcomposer.org):
```
$ composer require trafik8787/lara-crud```
2. Run the installation and wait for it to finish.
```
artisan lara:example
```
3. Add service provider ***App\Providers\LaraCrudProvider::class*** to /config/app.php file.```
'providers' => [
...
App\Providers\LaraCrudProvider::class,
],
```4. Finish you can go to the link ***http://you_domain/admin***
[Documentation](https://trafik8787.github.io/lara-crud/documentation/)