Skip to content

shadmansaleh/ghorsheba

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. Clone The repository

  2. start xamp server

  3. run:

    composer update
    php artisan migrate:fresh --seed
  1. create a database named ghorsheba (if not created)

  2. rename the file .env.example to .env

  3. run: php artisan serve

With docker

  1. Clone the repository
  2. Setup the docker images
docker compose up
  1. Install dependencies
docker compose exec app composer install
  1. Setup APP_KEY if not present in .env
docker compose exec app php artisan key:generate
  1. Run migration
docker compose exec app php artisan migrate:fresh --seed
  1. Open The website: ghorsheba Php Myadmin: phpmyadmin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 31.1%
  • PHP 27.3%
  • Blade 27.1%
  • JavaScript 14.4%
  • Other 0.1%