itsnubix / nubix-preset
Nubix preset for Laravel (^8.0).
0.1.1
2021-07-26 18:02 UTC
Requires
- php: ^8.0
- friendsofphp/php-cs-fixer: ^3.0
- laravel/breeze: ^1.3
- laravel/ui: ^3.3
This package is not auto-updated.
Last update: 2024-11-12 09:55:00 UTC
README
Presets
- Laravel Breeze
- Laravel Sail
- TailwindCSS with JIT mode
- Common GitHub actions
- MySQL
- Vue 3
- Code Linters
- Eslint
- Prettier
- Php-cs-fixer
- PHP packages
Installation
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.
Requirements
- PHP 8.0 and up
- Laravel 8 and up
Installation (default with Vue3)
composer require --dev itsnubix/nubix-preset
php artisan ui nubix
npm install && npm run dev