-
After a "from tables" generation and all the publish commands i got :
```
ErrorException in eb802082d2e01daa6efc08b644bb03f92293542a.php line 1: Undefined variable: errors (View: D:\wamp\apps\infyom\…
-
This is preventing infyom.publish:auth from running.
-
Hi, I have 2 questions:
1. Why my API generated not show/working when I do '**php artisan route:list**'
**[ReflectionException]
Class App\Http\Controllers\PlacesAPIController does not exist**
2.…
-
**infyom.publish:templates** is not copying the views stubs into the resources directory. The old system used to is there a reason for this or just simply overlooked?
-
When I'm running `php artisan infyom:api Post --fieldsFile=fields_sample.json` , using the sample file in the vendor directory, i get
![1 vagrant homestead projects playground apiground vagrant 2016-…
-
Error when running
`php artisan infyom.publish:auth`
produces this:
`
[ErrorException]
copy(/home/vagrant/grace/test.cart/vendor/infyom/core-templates/templates/scaffold/layouts/app.stub): failed…
-
I'm very interested in extend this package (pull request via), but don't find a good tutorial for this!
Someone has some good tutorials ?
-
Hi,
I did a
php artisan infyom:api $MODEL_NAME$
with two tables on a postgresql database.
The primary keys names are not 'id' but something else. The model files doesn't find them.
Should only …
-
[ErrorException]
Argument 1 passed to InfyOm\Generator\Commands\API\APIGeneratorCommand::__construct() must be an instance of Illuminate\Foundation\Composer, instance of Illuminate\Support\Composer…
-
If we are using multiple prefix's on both new and old models we should probably figure out what items can be shared and what items need to be separate. So far I have one setup with the following but …