Skip to content

Latest commit

 

History

History
 
 

README.md

Socioboard API

PHP and Laravel Configuration

Laravel Installation - (https://laravel.com/docs/5.7/installation) Excecute following command to install laravel

$ composer global require laravel/installer

Configure .env - Rename environmentfile.env to .env file. Provide laravel APP_KEY and set APP_URL i.e., your host url.

Update composer - For installing php dependecies, update the composer. Use the following command to execute composer update.

$ composer update 

Now Everything is ready you can start project.

Modules

Login functionalities - Software provides authentication via login credentials as well as OAuth.

Login

Adding Social Accounts - Add different social accounts and access them in a single platform.

Social Account

Publishing on different social media - Publish your post on social platforms like facebook, twitter, pinterest, linkedin

Publish

Content studio - Get trending posts from platforms like imgur, flickr. giphy, pixabay, newsapi, dailymotion and re-share the trending post in your social accounts

Content-studio