Questions tagged [crud-admin-generator]

7 questions
5
votes
1 answer

I get BadMethodCallException Call to undefined method App\Models\User::identifiableAttribute()

I get this error after clicking 'New Post' button the frontend of the app: Posts view Line from my log file: [2020-09-27 14:41:03] local.ERROR: Call to undefined method App\Models\User::identifiableAttribute() {"exception":"[object]…
2
votes
0 answers

Removing Repository Pattern from infyom laravel generator

I have used a laravel CRUD Generator Infyom Laravel Generator to generate CRUD code. By default it uses Repository Pattern which is confusing for me. Is there any way to remove only Repository Pattern without affecting working app (I am developing…
1
vote
2 answers

Crud Generator with Laravel

Since 2 weeks I work in a projet of devlopment of a application. I must creat many CRUD and it may take many times. Now I want to know if I can use a free crud generator laravel.If yes, which generator? Need your Help please.
Saliou MBALO
  • 169
  • 1
  • 11
1
vote
0 answers

PHP Laravel Framework - How to delete a table/model using appzcoder crud-generator

I am using https://github.com/appzcoder/crud-generator to generate CRUDs for setup tables. When use the command php artisan crud:generate Posts --fields_from_file="/path/to/fields.json" --view-path=admin --controller-namespace=Admin…
M_Idrees
  • 2,080
  • 2
  • 23
  • 53
1
vote
0 answers

PHP Laravel Framework - How to use appzcoder crud-generator with locale

I am new with PHP Laravel framework using appzcoder crud-generator, found here https://github.com/appzcoder/crud-generator. It successfully generates views/models/controllers for given table and working fine. But when using the options --localize…
M_Idrees
  • 2,080
  • 2
  • 23
  • 53
0
votes
1 answer

Laravel - Admin section generator [Laravel 5.4]

I have been developing a web site that is kind of an online store and my user needs to access to control the products, stock and other things like that and having a basic CRUD of some of my Models, so I want to install something like GroceryCRUD…
0
votes
1 answer

How to change the Datatable heading name of CRUD Admin Generator

I am using CRUD Admin Generator and I have successfully created initially my crud for my tables. When I browse on the codes. I find difficult in changing the heading title of my Datatable column name. Is there anyone out there tried this CRUD Admin…
John Arzaga
  • 103
  • 1
  • 1
  • 11