GreenHub's back-end and web dashboard module
- PHP 7.2+
- MariaDB database
- Composer - Installs package dependencies
- NodeJS - Provides NPM to install node packages
-
Clone or download this repository.
-
Copy
.env.example
as.env
and fill the optionsNote: This project sends e-mails. Therefore, ensure that the e-mail driver is specified.
-
Install project dependencies:
composer install
npm install
- Generate application key:
php artisan key:generate
- Migrate and seed the database:
php artisan migrate
php artisan db:seed
- Build assets (e.g. in development environment)
npm run dev
- Start local server
php artisan serve
GreenHub Farmer module is open-sourced software licensed under the MIT license.