Home

Awesome

HPCFront

Official Documentation

Contributing To HPCFront

Clone the repository:

git clone git@github.com:jairoserrano/HPCFront.git

Change to the project folder and execute composer:

composer install

In addition, clear the cache files:

php artisan cache:clear

After that you should go to public folder and make sure to have node.js and Bower installed, after that execute

bower install

LDAP Auth Configuration just run:

php artisan config:publish diegognt/ldap-auth-driver

Adjust the config file for your LDAP settings found in:

app/config/packages/diegognt/ldap-auth-driver

License

The HPCFront software licensed under the AGPL v3.

The Laravel Software licenced under the MIT license

Build on Laravel PHP Framework