You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LEEME.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,24 @@ Este paquete contiene una colección de clases de PHP Laravel diseñado para gen
7
7
* Form fields
8
8
* Colección de radios y checkboxes
9
9
10
-
Éste es una extensión del [paquete HTML de Laravel Collective](https://github.com/laravelcollective/html) y será útil si estás trabajando en un CMS personalizado, un panel de administración o básicamente cualquier proyecto que necesite generar HTML dinámicamente.
10
+
Styde Html es una extensión del [paquete HTML de Laravel Collective](https://github.com/laravelcollective/html) y será útil si estás trabajando en un CMS personalizado, un panel de administración o básicamente cualquier proyecto que necesite generar HTML dinámicamente.
11
11
12
12
## Cómo instalar
13
13
14
14
1. La mejor forma de instalar este paquete es a través de Composer.
15
15
16
+
**Para Laravel 5.7**:
17
+
18
+
Instala ejecutando `composer require "styde/html=~1.6"` o agregando `"styde/html": "~1.6"` a tu archivo `composer.json` y luego ejecuta `composer update`.
19
+
20
+
**Para Laravel 5.6**:
21
+
22
+
Instala ejecutando `composer require "styde/html=~1.5"` o agregando `"styde/html": "~1.5"` a tu archivo `composer.json` y luego ejecuta `composer update`.
23
+
24
+
**Para Laravel 5.5**:
25
+
26
+
Instala ejecutando `composer require "styde/html=~1.4"` o agregando `"styde/html": "~1.4"` a tu archivo `composer.json` y luego ejecuta `composer update`.
27
+
16
28
**Para Laravel 5.4**:
17
29
18
30
Instala ejecutando `composer require "styde/html=~1.3"` o agregando `"styde/html": "~1.3"` a tu archivo `composer.json` y luego ejecuta `composer update`.
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@ This is an extension of the Laravel Collective [HTML package](https://github.com
18
18
19
19
1. The preferred way to install this package is through Composer:
20
20
21
+
**Laravel 5.7 users**:
22
+
23
+
Install by running `composer require "styde/html=~1.6"` or adding `"styde/html": "~1.6"` to your `composer.json` file and then running `composer update`.
24
+
21
25
**Laravel 5.6 users**:
22
26
23
27
Install by running `composer require "styde/html=~1.5"` or adding `"styde/html": "~1.5"` to your `composer.json` file and then running `composer update`.
0 commit comments