Sending Audio from RaspberryPi to Laravel
In this series we will walk you through setting up a Laravel App starting from migrations all the way to basic CRUD. Then we will use Guzzle a PHP package to send data to our API. We will be sending some basic form field data plus an audio file.
Learning Outcome:
- Setup a Laravel App
- Create Controllers
- Create Model
- Create Routes
- Pass data from another script to Laravel API Route