-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question on directory structure #3
Comments
Separating the frontend application from the backend application is good practice. It is used so that only one of these applications can be easy replaced, for example if there is no further support for the particular technology. |
Been there too! In many cases is more efficient the front-end into resource path in laravel application. If you need only one repo probably you want deploy one only app. |
I am a little confused on the separation as well... both |
@LeftPinkie |
Hi!
Just wondering, why did you choose to have two folders in root, one for Laravel and one for CoreUI?
I like CoreUI, I was looking for admin template for personal project. I was looking for something to be built on Vue and for Laravel and without parts in DB. And of course it was supposed to be pretty and preferably free. Here is a match from the biggest part, but recently I learned I cannot deploy to Heroku with this directory structure, see part of quoted error below:
In the end, composer package with Laravel dependency would be more suitable, but maybe you encountered some issues while searching for this option?
The text was updated successfully, but these errors were encountered: