-
I want a video tutorial to deal with this package
-
Tried this on an existing app, but it failed due to a Point field in the table.. is there a way to tell it to ignore certain fields? I don't want that in the crud anyway :)
-
Hi,
is it possible to change the pluralisation rules for this package?
In english you have for example athlete=>athletes but in other languages you need other rules.
Is it possible to define some…
-
I am trying to generate model swagger docs, and I found that final model file has error . then I figure out that $template = get_template('model.model', 'swagger-generator');
will get the mo…
-
The builtin templates are nice in the default theme. Is anyone has crud-generator template(stub files) for Adminlte
Deger updated
5 years ago
-
I'm trying to set **swagger=true** but configuration changes are not reflecting on the website.
**laravel_generator.php**
`
-
error when running :
`php artisan infyom.publish:layout`
` [ErrorException] …
-
Firstly thank you so much for your wonderful software.
I'm having a lot of problems when attempting to generate scaffolding for anything that contains any type of field other than plain strings or nu…
-
We need to automate the creation of fields from fields in an existing database, is there any way to do it in Nova? Maybe some package or tutorial on how to achieve this? Thank you.
-
In src/Commands/Publish/LayoutPublishCommand.php line 79
```
$path = config('infyom.laravel_generator.path.routes', app_path('routes/web.php'));
```
should be
```
$path = config('infyom.lar…