forked from devsam/core
Dep: update
주로 PHAN
This commit is contained in:
Vendored
+13
-12
@@ -1,11 +1,11 @@
|
||||
Plates
|
||||
======
|
||||
|
||||
[](https://twitter.com/reinink)
|
||||
[](https://twitter.com/ragboyjr)
|
||||
[](https://github.com/thephpleague/plates)
|
||||
[](https://github.com/thephpleague/plates/releases)
|
||||
[](LICENSE)
|
||||
[](https://travis-ci.org/thephpleague/plates)
|
||||
[](https://github.com/thephpleague/plates/actions?query=workflow%3APHP+branch%3Av3)
|
||||
[](https://scrutinizer-ci.com/g/thephpleague/plates/code-structure)
|
||||
[](https://scrutinizer-ci.com/g/thephpleague/plates)
|
||||
[](https://packagist.org/packages/league/plates)
|
||||
@@ -14,15 +14,15 @@ Plates is a native PHP template system that's fast, easy to use and easy to exte
|
||||
|
||||
### Highlights
|
||||
|
||||
- Native PHP templates, no new [syntax](http://platesphp.com/templates/syntax/) to learn
|
||||
- Native PHP templates, no new [syntax](https://platesphp.com/templates/syntax/) to learn
|
||||
- Plates is a template system, not a template language
|
||||
- Plates encourages the use of existing PHP functions
|
||||
- Increase code reuse with template [layouts](http://platesphp.com/templates/layouts/) and [inheritance](http://platesphp.com/templates/inheritance/)
|
||||
- Template [folders](http://platesphp.com/engine/folders/) for grouping templates into namespaces
|
||||
- [Data](http://platesphp.com/templates/data/#preassigned-and-shared-data) sharing across templates
|
||||
- Preassign [data](http://platesphp.com/templates/data/#preassigned-and-shared-data) to specific templates
|
||||
- Built-in [escaping](http://platesphp.com/templates/escaping/) helpers
|
||||
- Easy to extend using [functions](http://platesphp.com/engine/functions/) and [extensions](http://platesphp.com/engine/extensions/)
|
||||
- Increase code reuse with template [layouts](https://platesphp.com/templates/layouts/) and [inheritance](https://platesphp.com/templates/inheritance/)
|
||||
- Template [folders](https://platesphp.com/engine/folders/) for grouping templates into namespaces
|
||||
- [Data](https://platesphp.com/templates/data/#preassigned-and-shared-data) sharing across templates
|
||||
- Preassign [data](https://platesphp.com/templates/data/#preassigned-and-shared-data) to specific templates
|
||||
- Built-in [escaping](https://platesphp.com/templates/escaping/) helpers
|
||||
- Easy to extend using [functions](https://platesphp.com/engine/functions/) and [extensions](https://platesphp.com/engine/extensions/)
|
||||
- Framework-agnostic, will work with any project
|
||||
- Decoupled design makes templates easy to test
|
||||
- Composer ready and PSR-2 compliant
|
||||
@@ -37,7 +37,7 @@ composer require league/plates
|
||||
|
||||
## Documentation
|
||||
|
||||
Full documentation can be found at [platesphp.com](http://platesphp.com/).
|
||||
Full documentation can be found at [platesphp.com](https://platesphp.com/).
|
||||
|
||||
## Testing
|
||||
|
||||
@@ -51,11 +51,12 @@ Please see [CONTRIBUTING](https://github.com/thephpleague/plates/blob/master/CON
|
||||
|
||||
## Security
|
||||
|
||||
If you discover any security related issues, please email jonathan@reinink.ca instead of using the issue tracker.
|
||||
If you discover any security related issues, please email ragboyjr@icloud.com instead of using the issue tracker.
|
||||
|
||||
## Credits
|
||||
|
||||
- [Jonathan Reinink](https://github.com/reinink)
|
||||
- [RJ Garcia](https://github.com/ragboyjr) (Current Maintainer)
|
||||
- [Jonathan Reinink](https://github.com/reinink) (Original Author)
|
||||
- [All Contributors](https://github.com/thephpleague/plates/contributors)
|
||||
|
||||
## License
|
||||
|
||||
Reference in New Issue
Block a user