v5.10.0 - 2024-11-19
- [5.x] Supports PHP 8.4 by @crynobone in #364
- [5.x] Remove
php artisan pail
fromcomposer run dev
on Windows by @crynobone in #366
v5.9.2 - 2024-10-22
v5.9.1 - 2024-10-10
- [5.x] Add
eslint
option for breeze inertia stack by @avosalmon in #361
v5.9.0 - 2024-10-01
- [5.x] Utilise
Illuminate\Support\php_binary()
by @crynobone in #360 - [5.x] Support Laravel Prompts 0.2+ and 0.3+ by @crynobone in #359
v5.8.5 - 2024-09-11
- Replace dead link in Security Policy by @Jubeki in #351
- Fix
--no-interaction
SQLite file prompt by @jacksleight in #354
v5.8.3 - 2024-06-18
- Validate Laravel can be installed on selected directory by @crynobone in #344
- Automatically run migration when
--database
is given. by @crynobone in #346
v5.8.2 - 2024-06-02
v5.8.1 - 2024-05-21
- Only run migration after selecting the database by @crynobone in #337
- [1.x] Enforce output when running with
--quiet
by @xiCO2k in #339
v5.8.0 - 2024-05-07
- Improves output if Herd or Valet are installed. by @xiCO2k in #335
- Gets the default "tld" on install. by @xiCO2k in #336
v5.7.3 - 2024-04-30
- Prevent using unavailable databases by @driesvints in #334
v5.7.2 - 2024-04-16
- Install Breeze with dev flag by @driesvints in #332
v5.7.1 - 2024-04-02
- [5.x] Removes "(experimental)" label by @nunomaduro in #330
v5.7.0 - 2024-03-26
v5.6.0 - 2024-03-12
v5.5.3 - 2024-03-05
- [11.x] Removes
publish config
files by @nunomaduro in #317
v5.5.2 - 2024-02-20
- Prompt for config publish by @taylorotwell in https://github.com/laravel/installer/commit/c3b3c661ffc1323951537b5ff470ec706357fa1f
v5.5.1 - 2024-02-12
- [5.x] Fixes Pest installation on Windows by @nunomaduro in #314
v5.5.0 - 2024-01-30
- [5.x] Improves installation of Pest by @nunomaduro in #311
v5.4.0 - 2024-01-23
- SQLite by @taylorotwell in #304
- [5.x] Implies only the new migrations behaviour on L11 by @nunomaduro in #305
- [5.x] Improves ending message by @nunomaduro in #307
v5.3.0 - 2024-01-16
- [5.x] Laravel v11 support by @nunomaduro in #302
v5.2.1 - 2024-01-09
- Adjust link to docs by @driesvints in #299
- [5.x] Added default value on selection question while creating new application by @bigship-prashant in #300
v5.2.0 - 2023-12-05
- Apply using the str_starts_with function by @peter279k in #289
- Add mariadb installation option by @Jubeki in #292
- [5.x] Removes alias by @nunomaduro in #293
v5.1.3 - 2023-10-10
- Remove extra DB_DATABASE by @ConnySjoblom in #287
- Adjusts new command with new Breeze options by @nunomaduro in #288
v5.1.2 - 2023-09-26
v5.1.1 - 2023-09-12
- Fix Jetstream SSR option by @jessarcher in #281
v5.1.0 - 2023-08-29
- Fixes breeze installation with
--ssr
options by @crynobone in #278 - Adds missing jetstream options by @nunomaduro in #279
- Add ability to select default database connection by @crynobone in #275
- Updated to use the Process constructor to install Pest and use
Composer
helper class by @crynobone in #274
v5.0.4 - 2023-08-22
No major changes.
v5.0.3 - 2023-08-15
- Add option to indicate whether Breeze should be scaffolded with TypeScript support by @weavdale in #271
v5.0.2 - 2023-08-08
- Show the directory name at the end of the installer by @jessarcher in #270
v5.0.1 - 2023-08-03
v5.0.0 - 2023-08-01
- Update prompts by @jessarcher in #267
v4.5.1 - 2023-07-25
v4.5.0 - 2023-03-20
- Use Pest v2 by @nunomaduro in #262
v4.4.3 - 2023-03-07
- Prevent unknown option with git commands by @zepfietje in #260
v4.4.2 - 2023-03-02
- Adds option "dark" to jetstream installation by @MarioPerini in #259
v4.4.1 - 2023-02-21
- Add an option to install PHPUnit by @likeadeckofcards in #256
v4.4.0 - 2023-02-14
- Adds Laravel Breeze scaffolding by @nunomaduro in #253
- Fixes installation of Pest in Laravel 10 by @nunomaduro in #254
v4.3.0 - 2023-02-07
- Adds
--pest
flag to use Pest by @nunomaduro in #251
v4.2.17 - 2022-09-13
- Remove
storage:link
command by @jessarcher in #245
v4.2.16 - 2022-08-16
- Remove duplicate
npm install
andnpm run build
steps by @jessarcher in #242
v4.2.15 - 2022-08-09
- Changes APP_URL replacement with name to lower by @RhysLees in #239
- Prevent unresolvable
APP_URL
by @jessarcher in #240
v4.2.14 - 2022-08-02
- Simplify push to GitHub by @driesvints in #238
v4.2.13 - 2022-07-26
- Improved console output by @nunomaduro in #235
v4.2.12 - 2022-07-13
- Check directory before deleting in Windows OS by @azizramdan in #233
v4.2.11 - 2022-06-28
- Use build command instead of dev command for Vite support by @driesvints in #232
- Symfony v6 support (#217)
- Maintain current functionality with gh repo create rewrite (#219)
- Always run NPM install (#214)
- Respect git global config for a default branch (#207)
- Use
isDecorated
for no-ansi detection (#203)
- Fix new command failing without
no-ansi
option (#202)
- Add support for older versions of Git (#199)
- Update pushing branch (#196)
- Add organization flag (#194)
- Revert "Improve Git push" (#192)
- Improve Git push (#191)
- Git Support (#185)
- Require name argument (#178)
- PHP 8 Support (#168)
- Use
dev-master
fordev
version (9ce64f82)
- Fixed some jetstream prompt issues
- Add prompt-jetstream switch (95c3a00)
- Update
DB_DATABASE
in.env.example
(#167)
- Fix for directories with spaces in current working directory path (#147)
- Add stack and teams options (#143)
- Require PHP 7.3 (#132)
- Fix multiple issues when running on Windows (#133, #137)
- Only change
.env
file when project name exists (#140)
- Guzzle 7 support (144a695)
- Drop support for PHP 7.2 (#118)
- Fix composer autoloader path (f3db3f3)
- Move
laravel
binary to new directory (c581a78) - Require PHP 7.2 as the new minimum version (3ab97f2)
- Allow Symfony 5 (513a060)
- Add
--auth
flag (f5ebbff)
- Make sure zip file is valid before extracting (#100)
- Create a new project in the current directory using "laravel new ." (#99)
- Added an alias to the
--force
option (#79)
- Use the
extension_loaded
method to check if the 'zip' extension is loaded (#81)
- Update dependencies (6e34188)
- Bump guzzle requirement (f909b98)