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)
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.
请发表评论