danktuary/sanctuary-preset is a Laravel package for laravel preset..
It currently has 0 GitHub stars and 11 downloads on Packagist.
Install it with composer require danktuary/sanctuary-preset.
Discover more Laravel packages by danktuary
or browse all Laravel packages to compare alternatives.
Last updated
This is my "preset" for all my Laravel projects. Instead of wasting time doing the same setup for pretty much every Laravel project I've made in the past year, I can simply pull this in through composer, run php artisan preset sanctuary, and be on my way! It will do things like setup a homepage, common layout files, scaffold my JS and SCSS files, and etc...
Install it via composer by running:
composer require danktuary/sanctuary-preset