Pages · Laravilt
Installation
Install Laravilt in your Laravel project
Get Laravilt up and running in minutes.
Requirements
- PHP 8.2+ with BCMath, Ctype, JSON, Mbstring, OpenSSL, PDO, XML
- Composer 2.x
- Node.js 18+ with npm/pnpm
- MySQL 8.0+, PostgreSQL 13+, or SQLite 3.35+
Step 1: Create Laravel Project
bash
Select these options:
- Starter kit: Vue
- Authentication: Laravel's built-in
- Testing: Pest
bash
Step 2: Install Laravilt
bash
The installer configures:
- Configuration files
- Frontend assets
- Database migrations
- Default admin panel
- Service providers
Step 3: Run Migrations
bash
Step 4: Create Admin User
bash
Enter name, email, and password when prompted.
Step 5: Build Assets
$ pnpm add && npm run buildStep 6: Start Server
bash
Visit http://localhost:8000/admin and log in.
Installation Options
bash
Next Steps
- Interactive Installation - Detailed installation prompts
- Requirements - Detailed system requirements
- Configuration - Configure your installation
- Troubleshooting - Common issues and solutions
- Quick Start - Build your first resource