Skip to content

Grebennik/json-import

Repository files navigation

To install:

  1. Clone repo
  2. Configure .env file
  3. Go to bash and do:
  4. php artisan key:generate
  5. php artisan queue:table
  6. php artisan migrate

JSON file located at /public folder


To check -

With queue:

  1. Update .env file with QUEUE_CONNECTION=database
  2. Go to bash and do:
  3. php artisan sync:json
  4. php artisan queue:work --tries=3 --stop-when-empty

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages