File Storage with Laravel 8

This is a Laravel 8 project with laravel/ui authentication scaffolding where we go through the process of uploading files.

How to use

Code for Files with Laravel

  • Clone the repository with git clone
  • Copy .env.example file to .env
  • Edit database credentials in .env
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate
  • Run npm install
  • Run npm run dev
  • Run php artisan serve (if you want to use other port add --port=90)

License

Feel free to use and re-use any way you want.

More