Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dannyyassine/livewire
- Owner: dannyYassine
- License: mit
- Created: 2024-08-17T00:48:26.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T00:11:52.000Z (4 months ago)
- Last Synced: 2024-10-31T05:05:09.157Z (about 2 months 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
```