Skip to content

lianmafutra/AdminLTE-CRUDGenerator

Repository files navigation

AdminLTE Crud Generator (This project is under development)

This Laravel Generator CRUD with base adminLTE template,

Features

  • GUI Generator
  • Console Log process
  • Provides various generators like Model, Controller, Migration, Route, Form Request Validation, Blade View (Form Create & Edit, Datatable), Delete with Ajax.
  • In this first version only support input type text_field, text area & upload image with Preview ( with base library from Filepond )

Work in Progress

  • Crud with Ajax, Authenticated User Role, Model Relationship, add more support form input type & more.

Installation

  1. Clone/Download this Repository

    git clone https://github.com/lianmafutra/AdminLTE-CRUDGenerator.git
  2. Run Composer

    composer install
  3. Setting .env

  4. Import Database

  5. php artisan serve
  6. Login with account -> Username : admin , Password : admin112277

Requirements

# Laravel 7
# PHP 7.4.22

Screenshoots

crud1 crud2 crud3 crud6 crud4 crud5

License

This project is licensed under the MIT License - see the License File for details