- Download project or extract zip.
- cp .env.example .env and update database name
- Fire below cmd comands at project root for update vendors. composer install or composer dump-autoload
- Generate key php artisan key:generate
- Add database credentials in .env
- Fire below cmd comands at project root for create tables. php artisan migrate
- Put below 2 lines in .env files if not there, if it is already there just change the value QUEUE_DRIVER=database QUEUE_CONNECTION=database
- Fire below cmd comands at project root for run project. php artisan cache:clear php artisan config:cache php artisan serve
- For run job, need to follow below command. php artisan queue:work
-
Notifications
You must be signed in to change notification settings - Fork 0
prakashinfotech/klaviyo-contacts-sync
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published