https://github.com/sparkouttech/crud-generator
crud-generator
https://github.com/sparkouttech/crud-generator
Last synced: 3 months ago
JSON representation
crud-generator
- Host: GitHub
- URL: https://github.com/sparkouttech/crud-generator
- Owner: sparkouttech
- License: mit
- Created: 2022-06-01T11:03:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-04T09:54:16.000Z (almost 4 years ago)
- Last Synced: 2025-05-16T13:58:15.505Z (12 months ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Very short description of the package
[](https://packagist.org/packages/chillout/crud-generator)
[](https://packagist.org/packages/chillout/crud-generator)
This package is mainly created for get a crud files like Controller with basic crud functions, Model, Request file and api resources.By entering crud:generate {name} you will can those file in respective folders. You can modify as u you can.
## Installation
You can install the package via composer:
```bash
composer require chillout/crud-generator
```
## Usage
After composer require command of this package
Need to run a command in your terminal
```php
php artisan crud:generate {name}
```
{name} can be replace with your name for example Post,Comment
How it is acheived?
Name you given in the command is get replaced by a dummy name added in the pre-added files.
### Testing
```bash
composer test
```
### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
### Security
If you discover any security related issues, please email aravindkumaranakr@gmail.com instead of using the issue tracker.
## Credits
- [aravind](https://github.com/chillout)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
## Laravel Package Boilerplate
This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).