Skip to content

masbekkk/backend-test

Repository files navigation

How to run project on local machine

  • Clone this repository
  • cd /path-to-your-project
  • composer install
  • cp .env.example .env
  • Create Database name = "backend_test" on your local mysql
  • php artisan key:generate
  • php artisan migrate:refresh --seed
  • php artisan test

Running Task Schedule Clear Cache at Midnight

  • php artisan schedule:run >> /dev/null 2>&1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published