rockstarcoder333 / Next.js-Laravel

Next.js and Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Next.js and Laravel


Languages

Language:PHP 67.9%Language:JavaScript 30.5%Language:CSS 1.0%Language:Shell 0.5%