Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
📓 docs: update setup (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: tyler36 <[email protected]>
  • Loading branch information
tyler36 and tyler36 authored Feb 6, 2024
1 parent d08cae9 commit 73fe8e7
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
- [Requirements](#requirements)
- [Setup](#setup)
- [Usage](#usage)
- [Via DDEV command](#via-ddev-command)
- [Via Laravel-mix](#via-laravel-mix)
- [Via DDEV command](#via-ddev-command)
- [Via Laravel-mix](#via-laravel-mix)
- [Errors](#errors)
- ['400 Bad Request: The plain HTTP request was sent to HTTPS port'](#400-bad-request-the-plain-http-request-was-sent-to-https-port)
- ['400 Bad Request: The plain HTTP request was sent to HTTPS port'](#400-bad-request-the-plain-http-request-was-sent-to-https-port)

## Intro

Expand Down Expand Up @@ -46,10 +46,15 @@ ddev npm install
- Configure Laravel environment

```shell
ddev exec cp .env.example .env
ddev artisan key:generate
```

- Restart DDEV to manage settings

```shell
ddev restart
```

## Usage

Below shows 2 different ways can use Browsersync.
Expand Down

0 comments on commit 73fe8e7

Please sign in to comment.