Skip to content

Commit

Permalink
fix readme (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucan-lab authored Dec 8, 2023
1 parent 4abfb85 commit ed0a60b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Build a simple laravel development environment with docker-compose. Compatible w

## Usage

### Laravel install
### Create an initial Laravel project

1. Click [Use this template](https://github.com/ucan-lab/docker-laravel/generate)
2. Git clone & change directory
Expand All @@ -42,13 +42,12 @@ $ docker compose exec app php artisan migrate

http://localhost

### Laravel setup
### Create an existing Laravel project

1. Git clone & change directory
2. Execute the following command

```bash
# https://taskfile.dev
$ task install

# or...
Expand Down

0 comments on commit ed0a60b

Please sign in to comment.