| Install | |
|---|---|
composer require mtiolaksono/laravel12-react-starter |
|
| Latest Version: | v1.0.0 |
| PHP: | ^8.2 |
| Area | Technology |
|---|---|
| Backend | Laravel 12 |
| Frontend | React 19 + Inertia.js + TypeScript |
| UI Library | ShadCN UI v4 |
| CSS Utility | TailwindCSS |
| Auth | Laravel Fortify / Breeze-style |
| Access Ctrl | Spatie Laravel Permission v5 |
| DBMS | MySQL / MariaDB / PosgreSQL |
| Layout | Dynamic Sidebar + Header |
# Backend setup
composer install
# Configure your database settings in .env
php artisan migrate:fresh --seed
# Frontend setup
npm install
# Running dev
composer run dev
Login using:
Email: admin@admin.com
Password: admin123
npm install
npm run build
php artisan config:cache
php artisan route:cache
php artisan view:cache
chmod -R 775 storage bootstrap/cache
chown -R www-data:www-data .
public/ folder.Created with ❤️ by @mtiolasono