sixlive/laravel-preset is a Laravel package for my laravel application preset.
It currently has 19 GitHub stars and 118 downloads on Packagist (latest version v0.1.1).
Install it with composer require sixlive/laravel-preset.
Discover more Laravel packages by sixlive
or browse all Laravel packages to compare alternatives.
Last updated
I figured rather than having a base repository with Laravel already installed it might be neat to try using a preset to configure a fresh installation. 🤷♂️

phpunit.xml
APP_KEYapp/Model.php - A base model setup to bypass mass assignment.docker/ and docker-compose.yml
database/seeds/BouncerSeeder.php - Bouncer permissions seeder (only if you included the package).php_cs.editorconfigDB_PORT to match the docker configuration for .env and .env.example.env and .env.exampleSENTRY_DSN to .env and .env.example (only if you included the package)sass directoryapp.cssapp.css templatewebpack.mix.jsNote: It is assumed that this is being ran on a fresh installation of Laravel.
You can install the package via composer:
> composer require --dev sixlive/laravel-preset
> php artisan preset sixlive
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.