You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope this message finds you well. I am reaching out to report an issue I encountered while using Laravel Craftable. I used the following command to generate a CRUD for the "contact_information" module:
php artisan admin:generate contact_information
Locally, everything works as expected, and the "contact_information" appears in the sidebar menu. However, when I deploy the code to the production server, the same issue reoccurs – clicking on the menu item doesn't display the corresponding page.
To address this, I ran the following command:
npm run craftable-dev
This seemed to resolve the problem locally, but unfortunately, the issue persists after pushing the changes to the production server.
I have followed the recommended steps without success. Any assistance you can provide to help me resolve this matter would be greatly appreciated.
Thank you for your time and support.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I hope this message finds you well. I am reaching out to report an issue I encountered while using Laravel Craftable. I used the following command to generate a CRUD for the "contact_information" module:
php artisan admin:generate contact_information
Locally, everything works as expected, and the "contact_information" appears in the sidebar menu. However, when I deploy the code to the production server, the same issue reoccurs – clicking on the menu item doesn't display the corresponding page.
To address this, I ran the following command:
npm run craftable-dev
This seemed to resolve the problem locally, but unfortunately, the issue persists after pushing the changes to the production server.
I have followed the recommended steps without success. Any assistance you can provide to help me resolve this matter would be greatly appreciated.
Thank you for your time and support.
The text was updated successfully, but these errors were encountered: