Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelnabil230/laravel-crud-generator
Laravel CRUD Generator
https://github.com/michaelnabil230/laravel-crud-generator
codegeneration crud crud-application crud-generator generator laravel laravel-framework
Last synced: 26 days ago
JSON representation
Laravel CRUD Generator
- Host: GitHub
- URL: https://github.com/michaelnabil230/laravel-crud-generator
- Owner: michaelnabil230
- License: mit
- Created: 2022-07-21T02:19:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T20:16:37.000Z (about 1 year ago)
- Last Synced: 2024-10-09T16:23:08.179Z (about 1 month ago)
- Topics: codegeneration, crud, crud-application, crud-generator, generator, laravel, laravel-framework
- Language: PHP
- Homepage:
- Size: 96.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel CRUD Generator
This Generator package provides various generators like CRUD, API, Controller, Model, Migration, View for your painless development of your applications.
[![Latest Version on Packagist](https://img.shields.io/packagist/v/michaelnabil230/laravel-crud-generator.svg?style=flat-square)](https://packagist.org/packages/michaelnabil230/laravel-crud-generator)
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/michaelnabil230/laravel-crud-generator/run-tests?label=tests)](https://github.com/michaelnabil230/laravel-crud-generator/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/michaelnabil230/laravel-crud-generator/Check%20&%20fix%20styling?label=code%20style)](https://github.com/michaelnabil230/laravel-crud-generator/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/michaelnabil230/laravel-crud-generator.svg?style=flat-square)](https://packagist.org/packages/michaelnabil230/laravel-crud-generator)## Installation
```
composer require michaelnabil230/laravel-crud-generator --dev
```## Usage
```php
$crud = new MichaelNabil230\CrudGenerator();
echo $crud->echoPhrase('Hello, MichaelNabil230!');
```## Testing
```bash
composer test
```
## Support[![](.assets/ko-fi.png)](https://ko-fi.com/michaelnabil230)[![](.assets/buymeacoffee.png)](https://www.buymeacoffee.com/michaelnabil230)[![](.assets/paypal.png)](https://www.paypal.com/paypalme/MichaelNabil23)
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](https://github.com/michaelnabil230/.github/blob/main/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Michael Nabil](https://github.com/michaelnabil230)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.