-
Hello, just a note to let you know I wrote a blog post about my experience using Laravel Code Generator, with examples of adding custom features to the templates:
[Saving time with a CRUD generator…
-
In latin languages (spanish portuguese italian french romanian)
compound words go inverse than english.
Example:
in english you say: "User types"
in spanish it is "Tipos de Usuario"
maybe v…
-
Hi
Regarding [issue #3](https://github.com/CrestApps/laravel-code-generator/issues/3) , "hasMany" part of the ralationships are not generated when generating resources from existing database.
In my …
-
I had been stuck with this problem for months and still can't solve the problem.
I followed the example on the doc page. My codes:
```javascript
var btns = '' +
'' +
…
-
While updating through composer, "php artisan optimize" gave the error:
`syntax error, unexpected 'array' (T_ARRAY) in [..]/vendor/crestapps/laravel-code-generator/src/Commands/FieldsFileCreateComm…
-
I have a report that I generate using a basic HTML table. However, when my cell ends with `\r\n` for some reason the plugin does not remove that ending special new line causing the exported file to sh…
-
If my table has a field user_id, is there a way to have Auth::user()->id inserted into the database when a user submits a form?
Thanks!
-
(Laravel 5.4, code-generator master branch)
While trying to create the definitions file from a MySql database using the command
php artisan create:fields-file whatever-my-table-name
I get this er…
-
Using the command create:resources (or create:controller) I get the controller file in a Controllers inside an "App\Http" (that's the folder name, with the backslash) relative to the project's root; i…
-
Hi
Today I found this Laravel generator and I'm very impressed... It can do much better than a lot older InfyOm or scaffold-interface. Respect - good job!
So far, one option does not work for me …