laravel-code-generator
laravel-code-generator copied to clipboard
An efficient Laravel code generator, saving time by automating the creation of resources such as views, controllers, routes, migrations, languages, and form-requests. Highly flexible and customizable,...
Hi, After going through the [example video](https://crestapps.com/laravel-code-generator/docs/2.2#youtube) I'm wondering if Select2 is supported, as the default template appears to use bootstrap framework. If we can specify select2 instead of select...
Hi, First of all. Great work! I love it! I've only one question. Is it possible to add custom HTML types? For example video, audio or others? Keep up the...
Hi are the tools allow the user to add more than one language to the page I mean that: save the name on the database as name_ar, name_en thank you
### Environment: - Laravel-Code-Generator Version:2.2 - Laravel Version: 5.6 ### Description: Excuse me if this has already been suggested/requested (it seems a bit obvious), but wouldn't it be nice to...
First and foremost, I cannot express my admiration for the work everybody here is doing enough! This is an amazingly helpful project!!! The feature request I'm suggesting is a way...
Hey! Just a little feedback: 1) Methods are better when initialized automatically with model, instead of ``` public function edit($id){ $company = Company::findOrFail($id); ``` better: ```` public function edit(Company $company){...
hi that are points maybe will improve the tools 1-user management 2-allow to preview image 3-API(it's included on 2.3) 4-generate settings page 5-generate reports by selecting table 6-when we have...
### Environment: - Laravel-Code-Generator Version: 2.2.7 - Laravel Version: 5.5.40 ### Description: To save more typing, and to further the idea that the code generator already embodies, how can I...
Hello Can i customize HtmlGeneratorBase.php ? I need to generate a expecific structure of table on view. Ex. Aire::() thx
### Environment: - Laravel-Code-Generator Version: 2.4.9 - Laravel Version: 10 ### Description: bug in ressource generator command php artisan resource-file:from-database dont convert correctly some field in ressource .json file after...