Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renepardon/laravel-code-generator
A "clone" of laravel-code-generator from CrestApps to improve it the way I need it. There will be no backward compatibility
https://github.com/renepardon/laravel-code-generator
Last synced: 12 days ago
JSON representation
A "clone" of laravel-code-generator from CrestApps to improve it the way I need it. There will be no backward compatibility
- Host: GitHub
- URL: https://github.com/renepardon/laravel-code-generator
- Owner: renepardon
- License: mit
- Created: 2020-02-06T07:41:14.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-02T11:03:03.000Z (almost 2 years ago)
- Last Synced: 2024-04-03T07:01:04.688Z (8 months ago)
- Language: PHP
- Size: 359 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
Clone of CrestApps laravel-code-generator adjusted for custom requirements. For example:
- no backward compatibility checks
- laravel 6 support## Installation
1. To download this package into your laravel project, use the command-line to execute the following command
```
composer require renepardon/laravel-code-generator --dev
```
2. There is no second stepJust use Artisan commands to generate required things :)
> A layout is required for the default views! The code generator allows you to create a layout using the command-line. Of cource you can use your own layout. You'll only need to include [CSS bootstrap framework](http://getbootstrap.com/ "CSS bootstrap framework") in your layout for the default templates to work properly. Additionally, you can chose to you design your own templetes using a different or no css framework.
## Coding
Coding style is PSR1/PSR2
## License
"Laravel Code Generator" is an open-sourced software licensed under the MIT license