Skip to content

Laravel web application to schedule social media posts for later publishing

Notifications You must be signed in to change notification settings

civilcoder55/laravel-laposta

Repository files navigation

Logo

Laravel LaPosta

social media scheduler

About The Project

demo project built with laravel to schedule social media posts for later publish .. project focuses on using laravel framework components , architecture, patterns and tests.

prerequisite

try to make twitter or facebook application with publish permissions and update tokens in .env file

Usage

  1. Clone the repo

    git clone https://github.com/civilcoder55/laravel-laposta.git
  2. update env file

    cp .env.example .env
  3. start workers

    php artisan queue:work
    php artisan schedule:work
    php artisan websockets:serve
  4. start server

    php artisan serve
  5. access website at

    http://127.0.0.1:8000

Screenshots


Video Preview

Built With