Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 581 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 581 Bytes

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