uogsoe/laravel-frontend-preset

Base preset for our Laravel applications.

v0.1.12 2018-11-28 10:40 UTC

This package is auto-updated.

Last update: 2024-03-28 23:34:00 UTC


README

What you're getting:

  • Get rid of Bootstrap / jQuery
  • Install Bulma, Fontawesome, various other JS things we regularly use
  • Enhance .gitignore
  • Starter base views (navbar, app layout)
  • Some composer packages we use a lot

Installation:

composer install uogsoe/laravel-frontend-preset

Usage:

php artisan preset uogsoe

Once finished, run the following command to properly run the build:

npm install && npm run dev