scripturadesign / quickstart
Quickstart a project. Very opinionated to the way I prefer currently.
Requires
- php: ^7.2.9
- guzzlehttp/guzzle: ^6.0
- league/flysystem: ^1.0
- symfony/console: ^4.0|^5.0
- symfony/filesystem: ^4.0|^5.0
- symfony/process: ^4.2|^5.0
Requires (Dev)
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2024-10-18 06:46:48 UTC
README
I'm starting a lot of projects just to test out interesting ideas. But I have found I have gotten more and more steps I go through every single time. This is an attempt to quickly set up a project in a way I like it, in a state where it's more or less ready to get coding.
Install
Via Composer
$ composer global require scripturadesign/quickstart
Usage
quickstart laravel project-name
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email martindilling@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.