hello-ray-di-for-laravel

Demo code for Ray.Di for Laravel

Stars
4

Ray.Di for Laravel demo

See Ray.Di for Laravel.

Installation

git clone https://github.com/koriym/hello-ray-di-for-laravel
cd hello-ray-di-for-laravel
composer install
cp .env.example .env
php artisan key:generate
php artisan serve

and access http://localhost:8000 or run php artisan hello.

Example classes

  • HelloController
    • Constructor Injection
    • Setter Injection
    • Provider Injection
    • PostConstruct
    • AOP
  • HiMiddleware
    • Constructor Injection
    • Using a dependency resolved by the existing Laravel service container
  • HelloCommand
    • Constructor Injection

Bindings are defined in Module