Skip to content

Releases: jasonmccallister/laravel-preset

Removes PHP requirement

19 May 19:25
2c8cb5f
Compare
Choose a tag to compare
  • Removes the requirement of PHP 7.3 from composer.json

Fixes issues when prompting for horizon

16 May 21:37
Compare
Choose a tag to compare
  • Fixes a few issues when prompting for horizon
  • Adds makefile commands for telescope and horizon

Initial release

15 May 15:08
Compare
Choose a tag to compare

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 of queue:work

Prompts and installs composer dependencies

09 May 23:02
Compare
Choose a tag to compare
  • Prompts for horizon, dusk and telescope dependencies

Adding basic support for stubs

09 May 22:49
Compare
Choose a tag to compare
Pre-release
  • Copies phpunit.xml, Dockerfile, docker-compose.yaml, Makefile, .php_cs, and .dockerignore
  • Still needs to prompt and install packages