uogsoe/laravel-frontend-preset

Base preset for our Laravel applications.

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 5

Language:HTML

pkg:composer/uogsoe/laravel-frontend-preset

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

This package is auto-updated.

Last update: 2025-09-29 01:26:38 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