Skip to content

Integration of Next.js 14 and Laravel 11 with Breeze.

Notifications You must be signed in to change notification settings

Marcelosmbrrr/nextjs-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Laravel Breeze and NextJs

To initialize the api, run the migrations and create an admin user run all the commands in the api directory. If running with Docker, only the last two commands are needed.

php artisan serve
php artisan migrate
php artisan db:seed

To initialize the client if the application does not run with Docker:

npm run dev 

About

Integration of Next.js 14 and Laravel 11 with Breeze.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published