Web projects homepage for XAMPP and more...
Ce projet utilise :
- Getting and install the project:
git clone https://gitlab.com/breithbarbot/web-projects-homepage.git C:/xampp/htdocs cd C:/xampp/htdocs/ composer install
- Create/import your projects in the folder :
projects
. - (OPTIONAL) Create a configuration file :
/projects/project1/.sources/config.ini
.;Project : The project name ;Created at : YYYY/MM/DD ;Author : Author name [infos_base] TITLE = 'The project name' DESCRIPTION = 'Project description...' URL_APP = 'http://dev.website.com' URL_DB = '/phpmyadmin/index.php?db=dbname' THUMBNAIL = 'http://dev.website.com/page2.php'
- (OPTIONAL) To add a custom image to each project, you must create an image (400px x 250px) and place it in the folder
/projects/project1/.sources/
and name herpicture.jpg
at format .jpg.
- v3.0.0
- Renamed folder
- Full doc in english
- Used single quotes instead
- Improve code
- Add robots.txt file
- And more...