Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

My personal frontend preset for new laravel applications.

Notifications You must be signed in to change notification settings

calebporzio/laravel-frontend-preset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Laravel Frontend Preset

What you're getting:

  • Get rid of Bootstrap / jQuery
  • Install Tailwind
  • Enhance .gitignore
  • Replace stock welcome.blade.php with Tailwind friendly version

Installation:

composer require calebporzio/laravel-frontend-preset

Usage:

php artisan preset calebporzio

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

npm install && node_modules/.bin/tailwind init && npm run dev

About

My personal frontend preset for new laravel applications.

Resources

Stars

Watchers

Forks

Packages

No packages published