Open atlaschiew opened 1 year ago
in this post, i will take Admin facade as example.
Admin
# vendor/encore/laravel-admin/composer.json "extra": { "laravel": { "providers": [ ... ], "aliases": { "Admin": "Encore\\Admin\\Facades\\Admin" } } }
shortly, app implement ArrayAccess, thus trigger app->make to produce a new Admin instance
i will explain in future. https://learnku.com/articles/37493.
in this post, i will take
Admin
facade as example.shortly, app implement ArrayAccess, thus trigger app->make to produce a new Admin instance
i will explain in future. https://learnku.com/articles/37493.