PHP Devise\Pages\Viewvars 네임스페이스

클래스들

이름 설명
DataBuilder This builds the variables that are found in views.php config for a devise page. It uses a ViewComposer (found in this directory) to inject in the data that is built using this class.
DataCrawler Purpose of this class is to turn something like this in the view vars into a parameter value we can use.
ViewvarComposer View composer here is registered in the Devise\Pages\PagesServiceProvider.php for all views that are contained within the views config file. That is how those views have their data injected into them properly - by running through this view composer.