@whitewolf Why you need than two different project. Every Project has Front End and Backend, Consider just like that and make different route prefix and sperate with different required middleware it will done your job. Let me know if you still have any query or need any kind of help.
Jun 25, 2024
4
Level 1
Can use same database for two laravel projects?
If it can what files must be changed? I already finished the backend Laravel project. I got stuck in creating a second Laravel project using the same database for login purposes (for login purposes I used the Laravel Jetstream)
I am doing a project client task request management system for a small software company. In this system, I will plan to create client pages on one Laravel project and software company employee pages and tables also created on the software company side Laravel project.
My 1st project is used for frontend purposes. My 2nd project was used for backend purposes.
Please or to participate in this conversation.