docker-laravel
docker-laravel copied to clipboard
please show me how i can use next js
this my stracture
/src/frontend /src
I usually manage GitHub repositories for the backend (Laravel) and frontend (Next.js) separately. However, if you want to manage the backend and frontend in the same GitHub repository, I think I would do it like this.
/src → /backend # Rename directory, install Laravel
/frontend # New directory, install Next.js
If they are separate, it can be managed better. Please give an example of two separate projects. And be sure to put the next js sample in the wiki