Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dannyyassine/livewire

Livewire sample project with octane.
https://github.com/dannyyassine/livewire

blade laravel livewire octane

Last synced: 5 days ago
JSON representation

Livewire sample project with octane.

Awesome Lists containing this project

README

        

# livewire

## install project

```bash
make install.env
```

## running the project

```bash
make up
```

## stoping the project

```bash
make down
```

## reset the project

```bash
make reset.env
```

On GCP to allow on GCP username

```
sudo passwd $username
```

```
echo "$username ALL=(ALL) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/$username
```