Skip to content

UoGSoE/laravel-frontend-preset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Our Laravel Frontend Preset

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

About

Our base frontend preset for new laravel applications.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 66.5%
  • PHP 19.9%
  • JavaScript 13.6%