social media scheduler
demo project built with laravel to schedule social media posts for later publish .. project focuses on using laravel framework components , architecture, patterns and tests.
try to make twitter or facebook application with publish permissions and update tokens in .env file
-
Clone the repo
git clone https://github.com/civilcoder55/laravel-laposta.git
-
update env file
cp .env.example .env
-
start workers
php artisan queue:work
php artisan schedule:work
php artisan websockets:serve
-
start server
php artisan serve
-
access website at
http://127.0.0.1:8000