-
Hey,
When we have an existing composer.json file with requirements for zermelo et al...
Then basically all of the "composer require" commands have already been run when we do the very first c…
-
getting error on new install on fresh laravel with infyomlabs
php artisan infyom.publish:tables datatables
Exception
Invalid Table Type
at vendor\infyomlabs\laravel-generator\sr…
-
The current task list has some artisan commands that don't apply to Lumen and will cause the deploy to fail. If we add a new flag that marks a project as Laravel or Lumen, we can add checks to skip ta…
-
When you rename the application, it will break the app if you use a naming convention that includes spaces or special characters. Recommend adding a validation to strip all non available char and remo…
-
The following error is seen when generating the OpenAPI JSON from the command line (`artisan openapi:generate`). This is for a bare controller with no editing beyond the Laravel boilerplate for `artis…
-
### Feature Description
Provide support for Laravel Json Api package: https://laraveljsonapi.io
-
I just install by composer require the package, but when i try to create the doc using artisan apidoc:generate, this error appears :
` TypeError
Argument 1 passed to Mpociot\ApiDoc\Tools\Docu…
-
Hi,
I am using laravel5.5
i have installed your plugin.Also checked using
**Php artisa** Command here, i can see make:scaffold
But if i try to generate a scaffold like Command
php artisan m…
-
When I run the command php artisan vendor:publish --provider="Torann\GeoIP\GeoIPServiceProvider" --tag=config. cannot find config/geoip.php. everything is just not working.
-
In my curent work I reed to resuse the buildspec.yml and appspec.yml across multiple projects. The isea is that I develop software for clients using the same framework.
For deployment and building …