#laravel #web #php
In this video, you will see how to use dependency injection to manage service implementations in Laravel application.
Laravel commands used in the video are as follows:
php artisan make:provider AppMessageServiceProvider
php artisan make:controller MessageController
The Laravel log is located by default at storage/logs/laravel.log under project root directory.