- Laravel Breeze
- Laravel Sail
- TailwindCSS with JIT mode
- Common GitHub actions
- MySQL
- Vue 3
- Code Linters
- Eslint
- Prettier
- Php-cs-fixer
- PHP packages
This preset is intended to be installed into a fresh Laravel application. Follow Laravel's installation instructions to ensure you have a working environment before continuing.
- PHP 8.0 and up
- Laravel 8 and up
composer require --dev itsnubix/nubix-preset
php artisan ui nubix
npm install && npm run dev