Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 689 Bytes

File metadata and controls

28 lines (19 loc) · 689 Bytes

Start Here

Use this package in 6 steps:

  1. Install package
composer require prateekbhujel/larapost
php artisan larapost:install
  1. Add platform credentials to .env (optional if you use dashboard settings)

  2. Open /larapost/dashboard and connect a provider account with one-click OAuth.

  3. Or connect from CLI if you prefer manual flow:

php artisan larapost:add-account facebook
  1. Publish immediately or schedule via dashboard or SocialMedia::post()
  2. Add cron for scheduled processing:
* * * * * php /path/to/artisan larapost:run-scheduled >> /dev/null 2>&1

For full setup, production guidance, and release details, read README.md.