-
hi all
when i try to generate from table system raise error :
` php artisan infyom:scaffold businesses --fromTable --tableName=businesses`
`Model created:
businesses.php
Repository created:…
-
//laravel-generator/templates/scaffold/datatable.stub
php artisan infyom:scaffold User --fromTable --tableName=users --save --prefix=admin
```
public function ajax()
{
return $this->datat…
-
Problem 1
- The requested package infyomlabs/core-templates 5.5.x-dev exists as infyomlabs/core-templates[5.1.x-dev, 5.2.x-dev, 5.3.x-dev, dev-data_tables, dev-develop, dev-master, dev-refactor…
-
At least that's what it seems like.
Checkboxes should be specified using htmlType: checkbox, not htmlType: checkbox:1. In `src/Utils/HTMLFieldGenerator.php`, there's a switch on $field->htmlType, …
-
As documented in http://labs.infyom.com/laravelgenerator/docs/master/generator-options
will cause:
```
[Symfony\Component\Console\Exception\CommandNotFoundException]
Command "infyom.publish:…
-
Hi. I have custom namespaces for controller in my `config/infyom/laravel_generator.php`:
```
'namespace' => [
...
'controller' => 'App\Http\Controllers\Admin',
.…
-
The publish:layout command errors out with the following verbose trace:
```
auth/emails/password.blade.php published
D:\xampp\htdocs\memehope\resources/views/auth/emails/password.blade.php
…
-
I want little to add success false in api Request(Validation -422 status code) call ?How i can change help please?
-
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…
-
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 :)