trafik8787 / lara-crud

This package will give an opportunity to get a very flexible admin panel that will satisfy you most of the time.

Home Page:https://trafik8787.github.io/lara-crud/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Latest Stable Version Total Downloads

Requirements

Laravel >=5.4
PHP >= 7.0.x

Installation

  1. To get the latest version, simply require the project using Composer:

    $ 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

About

This package will give an opportunity to get a very flexible admin panel that will satisfy you most of the time.

https://trafik8787.github.io/lara-crud/

License:MIT License


Languages

Language:PHP 71.7%Language:HTML 27.0%Language:CSS 1.2%Language:JavaScript 0.1%