mirror of
https://github.com/danpros/htmly.git
synced 2026-04-22 13:36:22 +05:30
Composer update
This commit is contained in:
parent
0fc0d127da
commit
e5265527db
157 changed files with 9808 additions and 1594 deletions
13
system/vendor/jbroadway/urlify/INSTALL
vendored
13
system/vendor/jbroadway/urlify/INSTALL
vendored
|
|
@ -1,10 +1,13 @@
|
|||
To install URLify, you can add it as a dependency ar by downloading the composer.phar executable.
|
||||
To install URLify, you can add it as a dependency by downloading Composer, the PHP package manager.
|
||||
|
||||
$ curl -s http://getcomposer.org/installer | php
|
||||
`$ curl -s http://getcomposer.org/installer | php`
|
||||
|
||||
and run install
|
||||
Then run this command to install Composer:
|
||||
|
||||
$ php composer.phar install
|
||||
`$ php composer.phar install`
|
||||
|
||||
For more details, see http://getcomposer.org.
|
||||
For more details, see https://getcomposer.org/
|
||||
|
||||
Then run this command to install the URLify library:
|
||||
|
||||
`$ composer require jbroadway/urlify`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue