diff --git a/README.md b/README.md index 78eb694..7836f45 100644 --- a/README.md +++ b/README.md @@ -55,21 +55,21 @@ Run the following ``composer`` command to install the dependencies: composer install ``` -### Generate an App Key +### Make a Copy of the Example Environment File -Run the following command to generate a Laravel application key: +Run the following command to use the example environment file +in your sample app: ``` -php artisan key:generate +cp .env.example .env ``` -### Make a Copy of the Example Environment File +### Generate an App Key -Run the following command to use the example environment file -in your sample app: +Run the following command to generate a Laravel application key: ``` -cp .env.example .env +php artisan key:generate ``` ### Configure your MongoDB Credentials