Skip to content

Commit

Permalink
instruct use of .env-sail for sail
Browse files Browse the repository at this point in the history
  • Loading branch information
Lobz committed Aug 25, 2023
1 parent ef8ed2f commit eee9717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ This project is configured with Laravel Sail (https://laravel.com/docs/sail). Yo

1. Clone or download the repository
2. Go to the project directory and run `composer install`
3. Create `.env` file by copying the `.env.example`. You may use the command to do that `cp .env.example .env`
3. Create `.env` file by copying the `.env-sail`. You may use the command to do that `cp .env-sail .env`
4. Update the database name and credentials in `.env` file
5. Run the command `sail up` (consider adding this to your alias: `alias sail='[ -f sail ] && sh sail || sh vendor/bin/sail'`)
6. Run the command `sail artisan migrate --seed`
Expand Down

0 comments on commit eee9717

Please sign in to comment.