Skip to content

danstoian07/interview-test

Repository files navigation

Evonomix Test

How to deploy:

  • Clone
  • composer install
  • php artisan key:generate
  • php artisan migrate
  • php artisan storage:link
  • npm install ( on Windows: npm install --global cross-env )
  • npm run dev

To run de schedule: php artisan schedule:run

To check the Redis data: redis-cli monitor

To add a cron to the system: crontab -e

And add this line: * * * * * cd ~/Sites/evonomix-test && 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