https://github.com/zalanihir/livewire-volte
https://github.com/zalanihir/livewire-volte
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zalanihir/livewire-volte
- Owner: ZalaNihir
- Created: 2024-04-03T05:22:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-03T10:31:13.000Z (over 1 year ago)
- Last Synced: 2025-02-04T22:14:44.733Z (9 months ago)
- Language: Blade
- Size: 194 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- Install The laravel
- Install the livewire
```composer require livewire/livewire```
- Install the Volt
```composer require livewire/volt```
- Create the Model With Migrations
```php artisan make:model Post -m ```
- Create the volt component
```php artisan make:volt Post```
- Import the component to welcome