Note: This is no longer maintained as I don't actually use it myself, I just set this stuff up from scratch each time since it only takes a minute to do and Laravel 6 ships with less boilerplate to delete.
A Laravel frontend preset that scaffolds out new applications just the way I like 'em đđť
What it includes:
.gitignore
welcome.blade.php
template with one that extends the main layoutThis package isn't on Packagist (yet), so to get started, add it as a repository to your composer.json
file:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/adamwathan/laravel-preset"
}
]
Next, run this command to add the preset to your project:
composer require adamwathan/laravel-preset --dev
Finally, apply the scaffolding by running:
php artisan preset nothingworks
What's
nothingworks
? NothingWorks Inc. is the absurd name I chose for my business, where I create products like Refactoring to Collections and Test-Driven Laravel đ