dataGrids class
-
Dear All
i have create a section called Area with DataGrid in local development is working fine , but in production
It cant find the class ?ErrorException (E_ERROR) Target class [Drov\Area\DataGrids\AreaDataGrid] does not exist. (View: /home/forge/drov.app/packages/Drov/Area/src/Resources/views/admin/index.blade.php)
this is in local development
please advise
I did composer dump-autload
PHP artisan config:clear ,cache
PHP artisan route:cache , clear still not workingregards
-
is there any one to help !!!
-
Hi @cmpengineers
Have you upload same code (local development) to server or install fresh?
Kindly provide Bagisto Version
Thanks! -
Yes dear it’s the same version 1.1.2 I push my code to git hub then it’s already connected to larvae’s forge
Please advise
Regards
-
Hi @cmpengineers
Please check namespace you have given in your AreaDataGrip.php it is Drove\Area*Datagrids* and in your blade file you mention Drove\Area*DataGrids**\AreaDataGrid that's why it create problem please correct this and then try to open it i hope it will start working then.
Thanks! -