├── LICENSE ├── README.md ├── composer.json └── src ├── .gitkeep ├── Quick.php ├── ViewResolver.php └── helpers.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armandsar/laravel-quick-view/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armandsar/laravel-quick-view/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armandsar/laravel-quick-view/HEAD/composer.json -------------------------------------------------------------------------------- /src/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Quick.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armandsar/laravel-quick-view/HEAD/src/Quick.php -------------------------------------------------------------------------------- /src/ViewResolver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armandsar/laravel-quick-view/HEAD/src/ViewResolver.php -------------------------------------------------------------------------------- /src/helpers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armandsar/laravel-quick-view/HEAD/src/helpers.php --------------------------------------------------------------------------------