laravel / sail

Docker files for running a basic Laravel application.
https://laravel.com/docs/sail
MIT License
1.65k stars 473 forks source link

[1.x] Improves console output #661

Closed nunomaduro closed 7 months ago

nunomaduro commented 7 months ago

This pull request improves Sail's console output.

Install command:

// before

Screenshot 2024-01-29 at 20 13 33

// after

Screenshot 2024-01-29 at 20 13 30

Add:

// before

Screenshot 2024-01-29 at 20 14 58

// after

Screenshot 2024-01-29 at 20 15 14

Errors:

// before

Screenshot 2024-01-29 at 20 15 38

// after

Screenshot 2024-01-29 at 20 15 29
Jubeki commented 7 months ago

How about adding a prompt before building the sail image after running php artisan sail:install?