Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lianmafutra/adminlte-crudgenerator
adminLTE CrudGenerator
https://github.com/lianmafutra/adminlte-crudgenerator
adminlte3 crud generator laravel laravel-crud-generator
Last synced: 18 days ago
JSON representation
adminLTE CrudGenerator
- Host: GitHub
- URL: https://github.com/lianmafutra/adminlte-crudgenerator
- Owner: lianmafutra
- License: mit
- Created: 2021-08-17T09:15:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T15:01:56.000Z (over 3 years ago)
- Last Synced: 2023-05-19T08:26:12.597Z (over 1 year ago)
- Topics: adminlte3, crud, generator, laravel, laravel-crud-generator
- Language: JavaScript
- Homepage:
- Size: 26.5 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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```sh
git clone https://github.com/lianmafutra/AdminLTE-CRUDGenerator.git
```
2. Run Composer```sh
composer install
```
4. Setting `.env`
5. Import Database
6.
```sh
php artisan serve
```
7. Login with account -> Username : `admin` , Password : `admin112277`# Requirements
```sh
# Laravel 7
# PHP 7.4.22
```
# Screenshoots![crud1](https://user-images.githubusercontent.com/15800599/129730823-c670cb63-e2b0-423a-907f-0bf794802c76.png)
![crud2](https://user-images.githubusercontent.com/15800599/129730834-b6d0ede1-67e8-4846-8898-249b49c869a1.png)
![crud3](https://user-images.githubusercontent.com/15800599/129730837-a247fb79-44b2-4475-9fbe-9626dfc82a89.png)
![crud6](https://user-images.githubusercontent.com/15800599/129731520-040176a9-1e6f-4f6f-99bf-09f1dfb2efcc.png)
![crud4](https://user-images.githubusercontent.com/15800599/129731528-a03f0adc-a0b5-4857-afeb-6066d6b66f3e.png)
![crud5](https://user-images.githubusercontent.com/15800599/129731536-559234ca-cd59-4497-8707-7a38c5163b98.png)# License
This project is licensed under the MIT License - see the License File for details