jacksunny2020 / viewfinder by jacksunny2020

extended plugin on view file finder from view name for laravel framework
22
0
2
Package Data
Maintainer Username: jacksunny2020
Maintainer Contact: jacksunny2020@126.com (jacksunny2020)
Package Create Date: 2017-06-12
Package Last Update: 2017-06-13
Language: PHP
License: Unknown
Last Refreshed: 2024-11-19 03:09:10
Package Statistics
Total Downloads: 22
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

viewfinder

extended plugin on view file finder from view name for laravel framework

How to install and configurate package

  1. install the laravel package composer require "jacksunny/viewfinder":"dev-master"

please check exist line "minimum-stability": "dev" in composer.json if failed

  1. append new service provider file line in the section providers of file app.config after appended,it should looks like
  1. add test code to check if it works
  1. if wanna custom your ViewFinder you may create a class extends from AbsExtendedFileViewFinder,and a custom service provider extends from ExtendedViewServiceProvider
  2. please notify me if you got any problem or error on it,thank you!