Releases: laravel/installer
Releases · laravel/installer
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
v4.2.17
Changed
- Remove
storage:link
command by @jessarcher in #245
v4.2.16
Changed
- Remove duplicate
npm install
andnpm run build
steps by @jessarcher in #242