This application for the laravel with AI hackathon project.
PHP 8.0 or higher
Laravel 10.0 or higher
Node 18 or higher
Composer v2
composer install
npm install
- Doesn't .env file into root folder then please copy from .env.example to .env
cp .env.example .env
- Change session driver as database into .env file
SESSION_DRIVER=database
- Generate a new application key
php artisan key:generate
- Active the storage link using this command:
php artisan storage:link
- Configure database into
.env
file.
- git clone https://github.com/vcian/gaganyan-beta.git
- cd gaganyan-beta
- git fetch origin main
- git checkout main
- composer install
- cp .env.example .env
- php artisan key:generate
- php artisan migrate --seed
- php artisan serve
Please see CODINGSTANDARD for details.
This software is licensed under the Apache 2 license, quoted below.