dotku / php-project-lister
A project lister view by reading the directories.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/dotku/php-project-lister
Requires
- crysalead/dir: ^2.0
This package is not auto-updated.
Last update: 2025-10-12 01:53:43 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 :)