Skip to content

UniSharp/laravel-filemanager-example-5.3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a986fe0 · Jan 14, 2025

History

37 Commits
Oct 26, 2016
Oct 26, 2016
May 6, 2018
Jun 8, 2017
Aug 21, 2017
Oct 26, 2016
Oct 26, 2016
Jan 25, 2017
Oct 26, 2016
Oct 26, 2016
Jan 11, 2017
Oct 26, 2016
Jan 11, 2017
Mar 27, 2018
Oct 26, 2016
Aug 18, 2017
Apr 28, 2017
Aug 21, 2017
Oct 26, 2016
Oct 26, 2016
Oct 26, 2016
Jan 5, 2025
Oct 26, 2016
Oct 26, 2016

Repository files navigation

Laravel Filemanager Integration Demo

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.

Init this project

  1. Clone and cd into this project
  2. 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.
  3. make init
  4. mv .env.example .env
  5. php artisan key:generate
  6. php artisan serve
  7. Go to your browser and visit localhost:8000/laravel-filemanager/demo

Notes for developers

Remember to run make test, make sure all tests are passed before sending new pull requests.