Skip to content

5baddi/social-rocket

Repository files navigation

Social Rocket

PHP MySQL Laravel

Requirements

  • PHP >= 7.4

Getting started

Dependencies installation

(Assuming you've installed Composer)

Fork this repository, then clone your fork, and run this in your newly created directory:

composer install

Project configuration

Next you need to make a copy of the .env.example file and rename it to .env inside your project root.

Run the following command to generate your app key:

php artisan key:generate

Run the database migrations (Set the database connection in .env before migrating)

php artisan migrate && php artisan db:seed

Then start your server:

php artisan serve

You can now access the server at http://127.0.0.1:8000

To see all defined routes and corresponding controllers methods use php artisan route:list console command

Queue listen

php artisan queue:work --timeout=2000 --sleep=3 --tries=3 --daemon

Run scheduled commands

php artisan schedule:run

Preparing to submit your app

App screenshot

The official shopify building apps documentation include how to prepare your shopify app for review.

You can follow next steps to get approved.

Shopify API Config variables

  • SHOPIFY_API_KEY

  • SHOPIFY_API_SECRET

Zendesk Config variables

  • ZENDESK_KEY

  • HELP_URL

    Set your zendesk help/guide page url

  • SETUP_GUIDE

    Set setup guide page url will be included in affiliate iframe settings

About

Our app offers you easy tools to shape your affiliate program and win more and more affiliates.

Topics

Resources

Stars

Watchers

Forks