Home
Softono

Laravel Nextjs

Open source PHP
12
Stars
3
Forks
0
Issues
1
Watchers
4 years
Last Commit

 About Laravel Nextjs

Laravel + Next.js = Fullstack

Platforms

Web Self-hosted

Languages

PHP

Links

Need Help Installing Laravel Nextjs?

We provide expert installation service for this software. Our team will install, configure, and secure Laravel Nextjs on your server. plans start at just $30.

Laravel Nextjs

View on GitHub

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