dotku/php-project-lister

A project lister view by reading the directories.

dev-master 2016-11-06 11:40 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:08:02 UTC


README

A project lister view by reading the directories.

Sample Folder Structure

/var/www/html     # install location
/var/www          # php composer vendor and projects location
/var/www/vendor   # php composer vendors
/var/www/projects # your project location

** if you want to make your project accessabile, you can simple create a symlink to the html folder

ln -s /var/www/projects /var/www/html/projects

In windows system, please refer to mklink command.

Usage

  1. Run composer install in
  2. Create your poject under /var/www/projects
  3. Enjoy the php project lister :)