• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

JonoB/html: A port of Laravel 3's HTML class

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

JonoB/html

开源软件地址:

https://github.com/JonoB/html

开源编程语言:

PHP 100.0%

开源软件介绍:

Meido HTML

This library was written by Meido, but is now maintained by JonoB

A port of Laravel 3's HTML class. Made to work with Laravel 4.

Usage

Composer Side

add "jonob/html": "1.1.*" to the require section of your composer.json so that it should look something the code below (you can, of course, include your own dependencies)

...
...
...
"require": {
	...
	...
	...
	"jonob/html": "1.1.*"
},
...
...
...

Laravel Side

add the following code to the providers section of the app/config/app.php file

'Jonob\HTML\HTMLServiceProvider',

so that it'll look something like the following

'providers' => array(

	...
	...
	...
	'Jonob\HTML\HTMLServiceProvider',

),

and add the following code to the aliases section of the app/config/app.php file

'HTML' => 'Jonob\HTML\HTMLFacade',

so that it'll look something like the following

'aliases' => array(

	...
	...
	...
	'HTML'       => 'Jonob\HTML\HTMLFacade',

),

after that, run composer install and start hacking on that beast.

Changelog

1.1.*

  • Reverted e() shortcut helper as it's already in the Illuminate/Support (1.1.2)
  • Added e() shortcut method helper to HTML::entities() (1.1.1)
  • below are the changes made in 1.1.0
    • Facade and ServiceProvider are moved a folder up following Laravel 4's convention of developing packages.
    • dependencies version are changed to 4.0.x
    • macro are now available thanks to Maxime Fabre

1.0.*

  • tagged for stable. (1.0.0)
  • updated composer.json to stable channel. (1.0.1)
  • updated composer.json's require section to stable version. (1.0.2)
  • some API changes are made to follow simple function naming convention in laravel. (1.0.3)
    • HTML::link are now HTML::to
    • HTML::linkSecure are now HTML::secure
    • HTML::linkRoute are now HTML::route
    • HTML::linkAction are now HTML::action
    • HTML::asset and HTML::secureAsset are added back
  • added changelog section. (1.0.4)
  • updated Facade namespace. (1.0.5)
  • some tweaks are made. (1.0.6)
    • since HTML only requires UrlGenerator, parameters passed are updated.
    • hence, HTML would not be depending on illuminate/foundation in which none of it is actually used and will be using illuminate/routing instead where UrlGenerator resides.
  • version bump. (1.0.7)



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap