Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 289 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 289 Bytes

file-manager

Sample file manager app (Laravel, React, Redux, Docker)

For running localy you need a docker instance or you can use laravel way of running up

run app with

  • composer install
  • set up .env file add proper database credentials
  • php artisan migrate
  • php artisan serve