itsnubix/nubix-preset

Nubix preset for Laravel (^8.0).

0.1.1 2021-07-26 18:02 UTC

This package is not auto-updated.

Last update: 2024-04-16 06:55:16 UTC


README

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