sebastiaanluca / laravel-presets
Various plug-and-play presets to scaffold your existing project.
Requires
- php: ^7.3
- ext-json: *
- laravel/framework: ^6.0
- nunomaduro/laravel-console-task: ^1.2
- phpseclib/phpseclib: ^2.0
Requires (Dev)
- phpunit/phpunit: ^8.3
- sebastiaanluca/php-codesniffer-ruleset: ~0.4.2
This package is auto-updated.
Last update: 2021-07-06 02:32:00 UTC
README
An opinionated preset for your Laravel applications.
Requirements
- PHP 7.3 or higher
- Laravel 6.0 or higher
Looking for support for earlier versions? Try out any of the previous package versions.
Installation
Note: you should run this on a fresh installation of Laravel.
You can install the package via composer:
composer require --dev sebastiaanluca/laravel-presets
Usage
php artisan preset sebastiaanluca:api php artisan preset sebastiaanluca:auth
License
This package operates under the MIT License (MIT). Please see LICENSE for more information.
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
composer install
composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email hello@sebastiaanluca.com instead of using the issue tracker.
Credits
About
My name is Sebastiaan and I'm a freelance Laravel developer specializing in building custom Laravel applications. Check out my portfolio for more information, my blog for the latest tips and tricks, and my other packages to kick-start your next project.
Have a project that could use some guidance? Send me an e-mail at hello@sebastiaanluca.com!