Skip to content

Ibexoft/ibex-club-management

Repository files navigation

Project Setup Guide

Prerequisites

Ensure the following prerequisites are met:

PHP Version: 8.2.15 or higher Database: MariaDB, 11.3.2 or higher

Steps

Followwing are the steps:

  1. Copy the .env.example to .env and change the following configs.
APP_URL=https://ibex-club-management.test/
DB_DATABASE=ibex-club-management
DB_USERNAME=root
DB_PASSWORD=
  1. Run composer install from the terminal. Make sure you're in the project directory.
  2. Run php artisan key:generate in the terminal.
  3. Run php artisan migrate in the terminal. This will ask to create the database if it is not already created. It will pick the name from the .env file.
  4. Run php artisan db:seed in the terminal to insert seed data into the database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published