Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aswinr19/agventure
An all in one platform for farmers.
https://github.com/aswinr19/agventure
blade laravel8 opensource php
Last synced: 3 months ago
JSON representation
An all in one platform for farmers.
- Host: GitHub
- URL: https://github.com/aswinr19/agventure
- Owner: aswinr19
- Created: 2022-01-29T14:29:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T08:16:03.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T11:22:19.193Z (3 months ago)
- Topics: blade, laravel8, opensource, php
- Language: PHP
- Homepage:
- Size: 3.85 MB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Agventure
## Getting Started
Assuming you've got composer installed [ if not click here ](https://getcomposer.org/doc/00-intro.md) ,
First clone this repository, install the dependencies, and setup your .env file.```
git clone https://github.com/aswinr19/Agventure.git
cd Agventure
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
```