Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sohelamin/crud-generator
Laravel CRUD Generator
https://github.com/sohelamin/crud-generator
api-generator crud-generator generator laravel laravel-crud-generator php
Last synced: 6 days ago
JSON representation
Laravel CRUD Generator
- Host: GitHub
- URL: https://github.com/sohelamin/crud-generator
- Owner: sohelamin
- License: mit
- Created: 2015-05-02T14:10:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T17:31:57.000Z (10 months ago)
- Last Synced: 2024-10-29T15:33:08.749Z (3 months ago)
- Topics: api-generator, crud-generator, generator, laravel, laravel-crud-generator, php
- Language: PHP
- Homepage: https://packagist.org/packages/appzcoder/crud-generator
- Size: 437 KB
- Stars: 1,406
- Watchers: 103
- Forks: 425
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - sohelamin/crud-generator - Laravel CRUD Generator (PHP)
README
# Laravel CRUD Generator
[![Build Status](https://travis-ci.org/appzcoder/crud-generator.svg)](https://travis-ci.org/appzcoder/crud-generator.svg)
[![Total Downloads](https://poser.pugx.org/appzcoder/crud-generator/d/total.svg)](https://packagist.org/packages/appzcoder/crud-generator)
[![Latest Stable Version](https://poser.pugx.org/appzcoder/crud-generator/v/stable.svg)](https://packagist.org/packages/appzcoder/crud-generator)
[![License](https://poser.pugx.org/appzcoder/crud-generator/license.svg)](https://packagist.org/packages/appzcoder/crud-generator)This Generator package provides various generators like CRUD, API, Controller, Model, Migration, View for your painless development of your applications.
## Requirements
Laravel >= 8.0
PHP >= 8.0.0## Installation
```
composer require appzcoder/crud-generator --dev
```## Documentation
Go through to the [detailed documentation](doc#readme)## Screencast
[![Screencast](http://img.youtube.com/vi/831-PFBsYfw/0.jpg)](https://www.youtube.com/watch?v=K2G3kMQtY5Y)
#### If you're still looking for easier one then try this [Admin Panel](https://github.com/appzcoder/laravel-admin)
## Author
[Sohel Amin](http://sohelamin.com) :email: [Email Me](mailto:[email protected])
## License
This project is licensed under the MIT License - see the [License File](LICENSE) for details