Releases: laravel/installer
Releases · laravel/installer
v5.0.2
- Show the directory name at the end of the installer by @jessarcher in #270
v5.0.1
v5.0.0
- Update prompts by @jessarcher in #267
v4.5.1
v4.5.0
- Use Pest v2 by @nunomaduro in #262
v4.4.3
- Prevent unknown option with git commands by @zepfietje in #260
v4.4.2
- Adds option "dark" to jetstream installation by @MarioPerini in #259
v4.4.1
- Add an option to install PHPUnit by @likeadeckofcards in #256
v4.4.0
Added
- Adds Laravel Breeze scaffolding by @nunomaduro in #253
Fixed
- Fixes installation of Pest in Laravel 10 by @nunomaduro in #254
v4.3.0
Added
- Adds
--pest
flag to use Pest by @nunomaduro in #251