Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 460 Bytes

File metadata and controls

33 lines (23 loc) · 460 Bytes

Laravel

Run Locally

Clone the project

  git clone https://github.com/takkamdarios/Tailored-School-Management-System.git

Go to the project directory

  cd project-name
  • Copy .env.example file to .env and edit database credentials there
    composer install
    php artisan key:generate
    php artisan migrate:fresh --seed

Login