-
## Correction needed on the following page
http://labs.infyom.com/laravelgenerator/docs/options/scaffold-options
# change
## Datatables
Generator also have ability to generate CRUD file with datatab…
-
Please how do i access the generated swagger UI????
Thanks
-
During installation of fresh Laravel 5.5 and Infyom - Laravel generator 5.5
`php artisan infyom.publish:layout`
` [ErrorException]
copy(C:\Dev\Laravel\HRIS\vendor/infyomlabs/core-templates/t…
-
I have this table
```
CREATE TABLE `devices` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`device` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`imsi` varchar(191) COLLATE utf8mb…
-
So I am checking in on package to generate api just to save up some work. I noticed workflow of laravel-generator does not make use laravel fractal transformer called Resources. Also it is now asking …
-
Hey volks,
i'm trying to use your awesome project but i'm failing horrible.
i've tried to setup json files to generate the scaffold from but it didn't work, gives me:
```
php artisan infyom:scaffol…
-
The vendor package: core-templates was never loaded thus error when trying to get templates.
quick hack: down load and upload that package without composer ... lol
This causes a app/http/routes/we…
-
Hi
Today I found this Laravel generator and I'm very impressed... It can do much better than a lot older InfyOm or scaffold-interface. Respect - good job!
So far, one option does not work for me …
-
In latin languages (spanish portuguese italian french romanian)
compound words go inverse than english.
Example:
in english you say: "User types"
in spanish it is "Tipos de Usuario"
maybe v…
-
Hello, I have 2 questions:
1. Why Swagger information in swaggervel.php is not effected on swagger UI such as **default-api-version**, **default-swagger-version**?
2. How can I implement **Basic…