dotku / php-project-lister
A project lister view by reading the directories.
dev-master
2016-11-06 11:40 UTC
Requires
- crysalead/dir: ^2.0
This package is not auto-updated.
Last update: 2025-03-29 22:48:48 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
- Run
composer install
in - Create your poject under /var/www/projects
- Enjoy the php project lister :)