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

https://github.com/zalanihir/livewire-volte


https://github.com/zalanihir/livewire-volte

Last synced: 3 months ago
JSON representation

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