项目作者: eXolnet

项目描述 :
[WIP] Transform Eloquent collection to list for HTML rendering
高级语言: PHP
项目地址: git://github.com/eXolnet/laravel-html-list.git
创建时间: 2019-12-20T15:32:19Z
项目社区:https://github.com/eXolnet/laravel-html-list

开源协议:MIT License

下载


laravel-html-list

Latest Stable Version
Software License
Build Status
Total Downloads

Facilitate HTML element creation from Laravel collections

Installation

Require this package with composer:

  1. composer require exolnet/laravel-html-list

If you don’t use package auto-discovery, add the service provider to the providers array in config/app.php:

  1. Exolnet\HtmlList\HtmlListServiceProvider::class

And the facade to the facades array in config/app.php:

  1. 'HtmlList' => Exolnet\HtmlList\HtmlListFacade::class

Usage

Explain how to use your package.

Testing

To run the phpUnit tests, please use:

  1. composer test

Contributing

Please see CONTRIBUTING and CODE OF CONDUCT for details.

Security

If you discover any security related issues, please email security@exolnet.com instead of using the issue tracker.

Credits

License

Copyright © eXolnet. All rights reserved.

This code is licensed under the MIT license.
Please see the license file for more information.