Skip to content

An all in one platform for farmers.

Notifications You must be signed in to change notification settings

amalKuttuz/Agventure

 
 

Repository files navigation

Agventure

Installation

First clone this repository, install the dependencies, and setup your .env file.

git clone [email protected]:aswinr19/Agventure.git
composer install
cp .env.example .env

Then create the necessary database.

php artisan db
create database dbname

And run the initial migrations.

php artisan migrate

About

An all in one platform for farmers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 67.7%
  • Blade 32.0%
  • Shell 0.3%