Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 951 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 951 Bytes

Nubix Preset for Laravel Application

Presets

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