https://github.com/dannyyassine/livewire
Livewire sample project with octane.
https://github.com/dannyyassine/livewire
blade laravel livewire octane
Last synced: about 1 year ago
JSON representation
Livewire sample project with octane.
- Host: GitHub
- URL: https://github.com/dannyyassine/livewire
- Owner: dannyYassine
- License: mit
- Created: 2024-08-17T00:48:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T00:11:52.000Z (almost 2 years ago)
- Last Synced: 2025-02-18T04:55:37.130Z (over 1 year ago)
- Topics: blade, laravel, livewire, octane
- Language: PHP
- Homepage:
- Size: 31.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```