Newer versions of Laravel includes some usefull methods, and to be able to use them on Laravel 7 this package includes implementations on Basics\Illuminate
that includes those fragments of code.
Provides a ServiceProvider that makes easier to load custom blade directives and blade class-components. It also includes a special case named aliased-components this allow to use a generic class-component that can resolve to multiple views.
And with the usage of some included AttributesBag directives allows to use 'normal' views similar to blade view-components.
Is included some Account-related code.