Pre-Installation Requirements:
- OS: Linux, macOS, or Windows
- Web Server: Apache or Nginx
- PHP 8.1+
- MySQL 5.7+ or MariaDB
- Composer 2.0+
- Node.js (Optional)
Steps:
- Clone repo:
git clone <repo-url>
- Install dependencies:
composer install
- Set up environment:
cp .env.example .env
- Start installer:
http://localhost/install
- Run:
php artisan serve