installer icon indicating copy to clipboard operation
installer copied to clipboard

The Laravel application installer.

Results 9 installer issues
Sort by recently updated
recently updated
newest added

This PR adds the capability to have the `spin` function from Laravel Prompts. # New vs Old https://github.com/laravel/installer/assets/823088/53b3c77e-311e-4bfe-8b3b-8c84ffe3e1f6 And of course you can still pass the `-v` and have the...

### Installer Version 5.14.2 ### Description Installation fails on PHP 8.3 (macOS). Screenshot attached ![Image](https://github.com/user-attachments/assets/0c0a9756-9d17-4fa6-ba74-a447234474c2) ### Steps To Reproduce composer global require laravel/installer

needs more info

### Installer Version 5.14 ### Description When using a userland starter using the `--using` flag, the installer is doing too much. If no `post-root-package-install` is set the installer just flat...

### Installer Version 5.12.0 ### Description When I launch the following : `laravel new l12pgsql --database=pgsql --livewire` or the following `laravel new l12mysql --database=mysql --livewire` The Laravel installer installs sqlite....

### Installer Version 5.11 ### Description Running ```sh laravel new /tmp/my_app ``` creates a laravel app in `./tmp/my_app`. In Linux, paths starting in `/` are absolute paths, and it's very...

### Installer Version Laravel Installer 5.15.0 ### Description **Problem** On Ubuntu 25.10, running: ``` laravel new project ``` causes the Laravel Installer to crash when the interactive starter-kit prompt appears....

### Installer Version 5.20 ### Description Fix string text on npm build title. ### Steps To Reproduce laravel new Yourproject

Description --- I don’t think this is the best approach. We’ve introduced three additional repositories, and we’ll have to maintain them every time we update the main `laravel/laravel` skeleton. Since...

It would only prompt for the database when not using a starter kit. When using a starter kit, it would always use SQLite. Changed to prompt for the database when...