All Projects → trafik8787 → lara-crud

trafik8787 / lara-crud

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

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to lara-crud

Crudbooster
Laravel CRUD Generator, Make an Advanced Web Application Quickly
Stars: ✭ 1,580 (+4687.88%)
Mutual labels:  crud, crud-generator, admin-panel
express-crud-router
Simply expose resource CRUD (Create Read Update Delete) routes for Express & Sequelize. Compatible with React Admin Simple Rest Data Provider
Stars: ✭ 109 (+230.3%)
Mutual labels:  crud, crud-generator
Crud
CRUD PORTO Containers for apiato and Angular2 modules generator, based on Laravel 5.4 and Angular 2.4+
Stars: ✭ 23 (-30.3%)
Mutual labels:  crud, crud-generator
Dancer-Plugin-SimpleCRUD
Quick and effortless CRUD (create/read/update/delete) operations based on database tables
Stars: ✭ 25 (-24.24%)
Mutual labels:  crud, crud-generator
laravel-crud-generator
Generate a CRUD scaffold with validation rules like a breeze.
Stars: ✭ 137 (+315.15%)
Mutual labels:  crud, crud-generator
Vuetify Admin Dashboard
A Crud Admin panel made from Vue js and Vuetify
Stars: ✭ 481 (+1357.58%)
Mutual labels:  crud, admin-panel
ncg-crud-ngx-md
Angular 4+ Material Design CRUD/Admin app by NinjaCodeGen http://DNAfor.NET
Stars: ✭ 36 (+9.09%)
Mutual labels:  crud, crud-generator
React Admin Low Code
react-admin (via ra-data-hasura-graphql provider) + hasura = :)
Stars: ✭ 161 (+387.88%)
Mutual labels:  crud, admin-panel
Crud
NestJs CRUD for RESTful APIs
Stars: ✭ 2,709 (+8109.09%)
Mutual labels:  crud, crud-generator
crudcast
Create and deploy a RESTful API with a few lines of YAML
Stars: ✭ 32 (-3.03%)
Mutual labels:  crud, crud-generator
sql-repository
[PHP 7] SQL Repository implementation
Stars: ✭ 37 (+12.12%)
Mutual labels:  crud
vue-js-3-firebase-firestore
Vue 3 Firebase Tutorial: Build Firestore CRUD Web Application
Stars: ✭ 34 (+3.03%)
Mutual labels:  crud
remult
A CRUD framework for full stack TypeScript
Stars: ✭ 1,488 (+4409.09%)
Mutual labels:  crud
ohcrud
OhCRUD PHP framework. http://ohcrud.erfan.me/
Stars: ✭ 25 (-24.24%)
Mutual labels:  crud
therack
Laravel 7 e-commerce website
Stars: ✭ 77 (+133.33%)
Mutual labels:  crud
adminjs
AdminJS is an admin panel for apps written in node.js
Stars: ✭ 5,747 (+17315.15%)
Mutual labels:  admin-panel
cookbook
VueJS + NodeJS Evergreen Cookbook
Stars: ✭ 440 (+1233.33%)
Mutual labels:  crud
Processor
Ontology-driven Linked Data processor and server for SPARQL backends. Apache License.
Stars: ✭ 54 (+63.64%)
Mutual labels:  crud
board
A complete admin board template with a large variety of elements and components, based on blexar CSS framework.
Stars: ✭ 55 (+66.67%)
Mutual labels:  admin-panel
laravel-backpack-crud-extended
This package extends Backpack/CRUD, to add some awesome features!
Stars: ✭ 60 (+81.82%)
Mutual labels:  crud

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].