Basic File Upload (Laravel Livewire)

Setup

  • Clone the repository git clone https://github.com/FranciiscoCampos170/Laravel-Livewire-FileUpload.git

  • Run composer install

  • Run composer require livewire/livewire

  • Run cp -r .env.example .env && php artisan key:generate

  • Run php artisan serve

  • You are all set to go. Visit http://127.0.0.1:8000/

DOCS

License

The Laravel framework is open-sourced software licensed under the MIT license.