Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 463 Bytes

readme.md

File metadata and controls

9 lines (8 loc) · 463 Bytes

Please follow the steps

  1. please clone the repository using command -> git clone (name of the repository)
  2. install composer using command -> composer install
  3. create env file using commnd -> cp .env.example .env In .env please update database name , password and username 4.for migration of tables Run the command -> php artisan migrate
  4. create application id using the command -> php artisan key:generate
  5. Run the command -> php artisan serce