#Founded in Macedonia Developed at G6
###Requirements
- PHP >= 5.4
- MCrypt PHP extension
- Apache/nginx web server
- Relational database (tested with PostgreSQL and MySQL)
- Composer
- Bower
###How to install
- Clone the code from this repository
- Install the back-end dependencies using
composer install
- Setup an vhost that points to the
public/
directory - Install the front-end dependencies using
bower install
- Rename (or make a copy) of the
.env.example
file to.env
and change the configuration as you need - Run
php artisan migrate
andphp artisan db:seed
to prepare the database - You can now log in to the admin panel using:
- email:
[email protected]
- password:
admin123!
After you log in, don't forget to create a new user and delete the default one.