Changed structure

This commit is contained in:
2021-10-13 21:57:32 -03:00
parent 956f791a0d
commit 6a7b98f869
4 changed files with 17 additions and 28 deletions

View File

@ -1,7 +1,4 @@
# Slim-Blade-View
[![Build Status](https://travis-ci.org/rubellum/Slim-Blade-View.svg?branch=master)](https://travis-ci.org/rubellum/Slim-Blade-View)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
# Slim-Views-Blade
This is a Slim Framework view helper built on top of the Blade component.
@ -12,10 +9,10 @@ You can use this component to create and render templates in your Slim Framework
Via [Composer](https://getcomposer.org/)
```bash
$ composer require rubellum/slim-blade-view
$ composer require provm/slim-views-blade
```
Requires Slim Framework 3 and PHP 5.5.0 or newer.
Requires Slim Framework 4 and PHP 7 or newer.
## Usage