Skip to content

vcian/gaganyan-beta

Repository files navigation

🚀 Laravel AI Hackathon 🚀

This application for the laravel with AI hackathon project.

Pre Requisite

  • PHP 8.0 or higher
  • Laravel 10.0 or higher
  • Node 18 or higher
  • Composer v2

Installation

  • 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 fileSESSION_DRIVER=database
  • Generate a new application keyphp artisan key:generate
  • Active the storage link using this command: php artisan storage:link

Configuration

  • Configure database into .env file.

TL;DR Command Lists

- 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

CODING STANDARD

Please see CODINGSTANDARD for details.

Licence

This software is licensed under the Apache 2 license, quoted below.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published