Git pull this repository to a location of choice on your computer.
$ git clone https://github.com/marky291/ragnaranks.git
Download and use Composer, in the root of the project.
$ composer install
Create a database and migrate database files using
$ php artisan migrate
Create fake data such as reviews, clicks, votes and listings to dev against locally.
$ php artisan db:seed
Serve the website to a local dev browser, by running the following command at the root of the project
$ php artisan serve
$ phpunit
If you discover a security vulnerability within this package, send an email to marky360@live.ie
You can find documentation on website usage from user perspective at: https://github.com/ragnaranks/docs
This project exists thanks to all the people who contribute.
Mozilla Public License Version 2.0 (MPL-2.0).