Releases: jasonmccallister/laravel-preset
Releases · jasonmccallister/laravel-preset
Removes PHP requirement
- Removes the requirement of PHP 7.3 from composer.json
Fixes issues when prompting for horizon
- Fixes a few issues when prompting for horizon
- Adds makefile commands for telescope and horizon
Initial release
Initial Release
- Prompts for type of database
- Prompts for Laravel official packages and some helpful ones for development
- If Horizon is selected, it will prompt you to use
php artisan horizon
instead ofqueue:work
Prompts and installs composer dependencies
- Prompts for horizon, dusk and telescope dependencies
Adding basic support for stubs
- Copies phpunit.xml, Dockerfile, docker-compose.yaml, Makefile, .php_cs, and .dockerignore
- Still needs to prompt and install packages