Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 666 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 666 Bytes

WhatsApp Business - Laravel REST API boilerplate

This Rest API boilerplate aims to quickly get you up and running.

It requires you to have

  • PHP 8.1^
  • composer installed

After Clonning/Downloading - run the following commands

  • Install PHP dependencies

composer install

  • Serve the Application

php artisan serve

Postman API boilerplate

Run in Postman