Sometimes it is wiser to read the documentation since we may discover better code organization.
In this video we will learn how to transform 4 lines of code into 1 line through Laravel Api Resource Controllers.
Link to de repo: [ Ссылка ]
Link to this video's commit: [ Ссылка ]
------------------------------------------------
For this series, we will focus together on the power of API.
From personal experience, we will implement a project that is based heavily on real life scenario API's.
Next to programming, we will discuss also different business logics that are used in the real life.
Will discover together Laravel and it's amazing features:
- Authentication with Laravel Sanctum
- Eloquent ORM
- Models
- Controllers, Resource Controllers
- Services, Service Providers
- Testing
For this video we will discuss shortly about the environment, which is supported by Docker with some containers.
Containers in this project:
- NGINX
- PHP 8.1
- MariaDB
- Elasticsearch(later on)
Tools of the trade:
- PHP Storm from Jetbrains(this is by far the best IDE that I've worked with)
- Tinkerwell from BeyondCode(basically it is a Tinker on steroids)
- Postman for API testing
- Ray for fast debugging
- Xdebug for debugging
- Docker for my development environments
- Royal TSX for my servers management
- TablePlus for database interactions
- iTerm as my terminal
Ещё видео!