-
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.…
-
I just did a composer update and got the latest dev-master changes and I noticed a change in behavior.
In my scaffold view... the edit and show buttons that used to work properly are now sending me t…
-
When you change the application name using `php artisan app:name`, occurs exception. Because it can not find the controller.
-
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 ?
-
[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 …