https://github.com/devsrv/livewire-filepond
filepond implementation with laravel livewire
https://github.com/devsrv/livewire-filepond
Last synced: 10 months ago
JSON representation
filepond implementation with laravel livewire
- Host: GitHub
- URL: https://github.com/devsrv/livewire-filepond
- Owner: devsrv
- Created: 2021-04-18T17:01:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T10:53:59.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T11:34:32.530Z (11 months ago)
- Language: PHP
- Size: 139 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Laravel Livewire Filepond Example
### Steps to run
```shell
php artisan key:generate --ansi
php artisan migrate
php artisan serve
```