- PHP
- Node.js Download LTS (^ v22)
- Composer
- MySQL
- In php folder open php.ini and find this extension and uncomment it (remove ";"):
extension=zip,extension=intl,extension=fileinfo,extension=pdo_mysql
Run following commands:
npm updatenpm run buildcomposer global require laravel/installercomposer install- Make a copy of ".env.example" and rename it to ".env"
php artisan key:generatephp artisan migrate(Create DB and migrate files)php artisan serveTo run locallyphp artisan make:filament-user
