-
Hi guys. I run the command:
_php artisan infyom:api_scaffold post_
and everything works ok but the Infy Generator Admin panel doesn't show the menu in the sidebar.
Any help?
-
How to use scaffold_api to generate columns that saves and returns files?
I was expecting something like this but doesn't work:
{
"name": "attachment",
"htmlType": "file",
…
-
How can I encrypt password form in another blade view (ex: Admin) so that it can be verified by login page by default ?
-
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…
-
Hello,
i don't like snake writing for the views, this is why i changed the stubs, replacing
`$VIEW_PREFIX$$MODEL_NAME_PLURAL_SNAKE$` with `$VIEW_PREFIX$$MODEL_NAME_PLURAL_CAMEL$`
The only thin…
-
while running `php artisan infyom.publish:layout` get error:
`[ErrorException]
file_get_contents(C:…
-
Is it possible to have search box implemented below each column ?
-
Currently there is only 1 search box. how can we search data for 2 column at a time.
For example "name" and "city" ( John , Newyork ) in data table list generated by scaffold generator.
-
I am getting this:
http://prntscr.com/edyffv
-
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…