From 4453899ce9b859149d872badb2026f6a878cf79d Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Fri, 25 Feb 2022 15:30:02 +0100 Subject: [PATCH 1/2] Update installation.md --- installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installation.md b/installation.md index d6b81486d42..8fdc3c7e639 100644 --- a/installation.md +++ b/installation.md @@ -65,7 +65,7 @@ If you're developing on a Mac and [Docker Desktop](https://www.docker.com/produc curl -s "https://laravel.build/example-app" | bash ``` -Of course, you can change "example-app" in this URL to anything you like. The Laravel application's directory will be created within the directory you execute the command from. +Of course, you can change "example-app" in this URL to anything you like. Only alpha-numeric characters, dashes and underscores are allowed. The Laravel application's directory will be created within the directory you execute the command from. After the project has been created, you can navigate to the application directory and start Laravel Sail. Laravel Sail provides a simple command-line interface for interacting with Laravel's default Docker configuration: @@ -94,7 +94,7 @@ Next, you are ready to create your first Laravel project. Launch [Windows Termin curl -s https://laravel.build/example-app | bash ``` -Of course, you can change "example-app" in this URL to anything you like. The Laravel application's directory will be created within the directory you execute the command from. +Of course, you can change "example-app" in this URL to anything you like. Only alpha-numeric characters, dashes and underscores are allowed. The Laravel application's directory will be created within the directory you execute the command from. After the project has been created, you can navigate to the application directory and start Laravel Sail. Laravel Sail provides a simple command-line interface for interacting with Laravel's default Docker configuration: @@ -125,7 +125,7 @@ If you're developing on Linux and [Docker Compose](https://docs.docker.com/compo curl -s https://laravel.build/example-app | bash ``` -Of course, you can change "example-app" in this URL to anything you like. The Laravel application's directory will be created within the directory you execute the command from. +Of course, you can change "example-app" in this URL to anything you like. Only alpha-numeric characters, dashes and underscores are allowed. The Laravel application's directory will be created within the directory you execute the command from. After the project has been created, you can navigate to the application directory and start Laravel Sail. Laravel Sail provides a simple command-line interface for interacting with Laravel's default Docker configuration: From f11493076ca98586e88d2c425627be45c6347614 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 25 Feb 2022 13:58:52 -0600 Subject: [PATCH 2/2] formatting --- installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installation.md b/installation.md index 8fdc3c7e639..1c1f9a1ee7b 100644 --- a/installation.md +++ b/installation.md @@ -65,7 +65,7 @@ If you're developing on a Mac and [Docker Desktop](https://www.docker.com/produc curl -s "https://laravel.build/example-app" | bash ``` -Of course, you can change "example-app" in this URL to anything you like. Only alpha-numeric characters, dashes and underscores are allowed. The Laravel application's directory will be created within the directory you execute the command from. +Of course, you can change "example-app" in this URL to anything you like - just make sure the application name only contains alpha-numeric characters, dashes, and underscores. The Laravel application's directory will be created within the directory you execute the command from. After the project has been created, you can navigate to the application directory and start Laravel Sail. Laravel Sail provides a simple command-line interface for interacting with Laravel's default Docker configuration: @@ -94,7 +94,7 @@ Next, you are ready to create your first Laravel project. Launch [Windows Termin curl -s https://laravel.build/example-app | bash ``` -Of course, you can change "example-app" in this URL to anything you like. Only alpha-numeric characters, dashes and underscores are allowed. The Laravel application's directory will be created within the directory you execute the command from. +Of course, you can change "example-app" in this URL to anything you like - just make sure the application name only contains alpha-numeric characters, dashes, and underscores. The Laravel application's directory will be created within the directory you execute the command from. After the project has been created, you can navigate to the application directory and start Laravel Sail. Laravel Sail provides a simple command-line interface for interacting with Laravel's default Docker configuration: @@ -125,7 +125,7 @@ If you're developing on Linux and [Docker Compose](https://docs.docker.com/compo curl -s https://laravel.build/example-app | bash ``` -Of course, you can change "example-app" in this URL to anything you like. Only alpha-numeric characters, dashes and underscores are allowed. The Laravel application's directory will be created within the directory you execute the command from. +Of course, you can change "example-app" in this URL to anything you like - just make sure the application name only contains alpha-numeric characters, dashes, and underscores. The Laravel application's directory will be created within the directory you execute the command from. After the project has been created, you can navigate to the application directory and start Laravel Sail. Laravel Sail provides a simple command-line interface for interacting with Laravel's default Docker configuration: