Skip to content

itsnubix/nubix-preset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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