Skip to content

arisris/laravel-nextjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack Laravel Next.js Starter

A skeleton project in combination laravel with next.js

Setup. Follow this steps

git clone https://github.com/arisris/laravel-nextjs.git
cd laravel-nextjs
cd laravel
composer install
touch database/database.sqlite
php artisan migrate --seed
cd next
pnpm install
cd ../
pnpm install
pnpm dev

Backend: http://localhost:8000/

Frontend: http://localhost:3000/

Login:

Links