From the course: Building RESTful APIs in Laravel

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

The basics of Laravel 8

The basics of Laravel 8

From the course: Building RESTful APIs in Laravel

Start my 1-month free trial

The basics of Laravel 8

- [Narrator] I will assume that you have a fresh Laravel 8 installation ready. If you don't, go to the Laravel documentation and follow the instructions there. I am using PHP artisan to run my site locally but feel free to use Valet, Homestead MAMP, Laragon or any other local development environment. Once you have a brand new Laravel 8 project running locally, we are ready to begin. I am using PhpStorm as my IDE. IDE stands for Integrated Development Environment which is a software application with all that a developer may need in a single place. It comes with a code editor, a debugger, a terminal, various plugins to make development easier, and many other features. PhpStorm is one of the most popular PHP IDEs. Before we go any further, make sure you have a database ready. And as credentials updated in the Dotenv file. To view the data in the database, I am using the Beekeeper Studio which is a free open source SQL…

Contents