Patrick Tournet's Laravel Frontend Preset (based on Adam Wathan's one)
ptournet/laravel-preset is a Laravel package for patrick tournet's laravel frontend preset (based on adam wathan's one).
It currently has 0 GitHub stars and 15 downloads on Packagist (latest version v0.5.1).
Install it with composer require ptournet/laravel-preset.
Discover more Laravel packages by ptournet
or browse all Laravel packages to compare alternatives.
Last updated
A Laravel frontend preset that scaffolds out new applications just the way I like 'em!
What it includes:
.gitignorewelcome.blade.php template with one that extends the main layoutThis 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
I intend to implement the following features :
make:auth templates with simplified ones styled with Tailwind CSStailvue preset replacing all the original templates with visually identical content Tailwind styled (could end up being a PR in Laravel)