This project already integrated unisharp/laravel-filemanager with a clean Laravel. Allowing developers to try out all features without integrating into their projects. End-to-end tests are also included, which developers should test their codes before sending new pull requests.
- Clone and cd into this project
 - Verify that you are using phpv7.4 (you can use laravel valet to isolate your folder to force php@7.4 only in this project.
 make initmv .env.example .envphp artisan key:generatephp artisan serve- Go to your browser and visit 
localhost:8000/laravel-filemanager/demo 
Remember to run make test, make sure all tests are passed before sending new pull requests.