Quickstart
Download
Clone the source code Download the source code
Installation
The application is using .env file to store application configuration variables. Please, copy from .env.example and update the variables as your server.
We're using Laravel Framework. Laravel project dependencies are managed through the PHP Composer tool. The first step is to install the depencencies by navigating into your project in terminal and typing following command. This will install the libraries.
composer install
more information on setup the framework visit Laravel start page
Now next command setup the database.
php artisan migrate
After the database tables setup, you need to insert a sample data with some sample users
php artisan db:seed
After your project is installed you must run this command to link your public storage folder for uploads
php artisan storage:link
Now, you may login to your system using following credentials.
Username: [email protected]
Password: admin