Looking to hire Laravel developers? Try LaraJobs

laravel-preset maintained by ptournet

Description
Patrick Tournet's Laravel Frontend Preset (based on Adam Wathan's one)
Last update
2019/01/23 18:36 (dev-master)
License
Links
Downloads
15
Tags

Comments
comments powered by Disqus

Patrick Tournet's Laravel Frontend Preset

(based on Adam Wathan's one)

A Laravel frontend preset that scaffolds out new applications just the way I like 'em!

What it includes:

Installation

This package being now on Packagist, you just have to run this command to add the preset to your project:

composer require ptournet/laravel-preset --dev

Finally, apply the scaffolding by running:

php artisan preset mine

Roadmap

I intend to implement the following features :

  • Replace the make:auth templates with simplified ones styled with Tailwind CSS
  • Create a new tailvue preset replacing all the original templates with visually identical content Tailwind styled (could end up being a PR in Laravel)
  • Of course, update Tailwind, Vue.js, postcss, Purgecss and Laravel to the most recent versions