docker-laravel icon indicating copy to clipboard operation
docker-laravel copied to clipboard

please show me how i can use next js

Open vahidalvandi opened this issue 1 year ago • 2 comments

this my stracture

/src/frontend /src

vahidalvandi avatar May 18 '24 05:05 vahidalvandi

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

ucan-lab avatar May 20 '24 01:05 ucan-lab

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

vahidalvandi avatar May 20 '24 04:05 vahidalvandi