文件名称:frontman:一个简单的包来创建你自己的 Laravel 风格的外观
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-12 23:37:43
PHP
主唱 Frontman 是一个简单的类,你可以扩展它来创建你自己的 Laravel 风格的外观(或,因为它们应该被调用)。 安装 通过作曲家 $ composer require hassankhan/frontman 用法 use Frontman \ Proxy ; use Frontman \ ProxyInterface ; class MyClass { public function foo () { echo 'Foo' ; } } class MyOtherClass { protected $ value ; public function __construct ( $ value ) { $ this -> value = $ value ; } public func
【文件预览】:
frontman-master
----composer.json(868B)
----package.json(819B)
----gulpfile.js(1KB)
----CONTRIBUTING.md(1KB)
----src()
--------ProxyInterface.php(566B)
--------Proxy.php(2KB)
----LICENSE.md(1KB)
----CHANGELOG.md(216B)
----README.md(3KB)