Media Informasi

Media Informasi harian terkini

  • Home
Home » html , PHP , Website » Install Illuminate/HTML In Laravel 5

Install Illuminate/HTML In Laravel 5

  aditya    
Laravel 4 contained a Form helpers package called HTML but it was removed from 5 to cut down on cruft. HTML is still available as a first party package though so below are instructions on getting it back.
First require it in:
1
composer require "illuminate/html":"5.0.*"
Next up add the service provider and aliases. Open /config/app.php and update as follows:
1
2
3
4
5
6
7
8
9
10
11
12
13
'providers' => [
 ...
 
 'Illuminate\Html\HtmlServiceProvider',
],
 
'aliases' => [
 
 ...
 
 'Form'=> 'Illuminate\Html\FormFacade', 
 'Html'=> 'Illuminate\Html\HtmlFacade',
],
That’s it. To confirm it’s working use the following:
1
2
3
php artisan tinker
> Form::text('foo')
"<input name=\"foo\" type=\"text\">"
Label: html, PHP, Website

Related Posts

  • Create custom error pages through .htaccess file
  • How To Create .htaccess rewrite for Clean URLs
  • Belajar git Melalui Bitbucket
  • Cara Mengetahui Sebuah IP Address Dengan PHP
  • Install PHP (5.6, 7.0, 7.1) on Ubuntu Using PPA

Arsip Blog

Popular Posts

  • Contoh soal dan pembahasan Kalkulus 1 Integral
  • Membuat Login Form dengan PHP [Level Multi User]
  • Vocaloid 2 Hatsune Miku Full [Free Download]
  • Cara Import Database Ke Phpmyadmin yang File Nya *.opt *.frm *.MYD *.MYI
  • Cara Membuat Program Olah Data Sederhana menggunakan Netbean
  • Cara Menggunakan SSH di Android
  • Tutorial Mencari BUGS Host , Website , Server
  • Resident Evil 6 (2013) Full Version Pc Game Download Full Crack Patch iso
  • After "Submit", redirect back to previous page php
  • Buat text bergerak segala arah

Label

  • Trik (49)
  • software (49)
  • Info (47)
  • PHP (47)
  • tutorial (27)
  • Website (24)
  • Belajar (23)
  • Java (12)
  • Algoritma (11)
  • games (11)
  • Teknologi (9)
  • SEO (8)
  • berita (8)
  • film (8)
  • Design (6)
  • database (5)
  • promo (2)

Pengunjung

About

SEO Starter is SEO and Mobile Friendy Blogger Template. Responsive Sesuai dengan Rekomendasi Google

Web Links

  • Blogger Platform
  • CMS WordPress
  • Facebook
  • Microblogging
  • Manchester United

Follow by Email

Subsribe to get post update from this blog in your email inbox.

Copyright © 2025 Media Informasi. All rights reserved. Template by Romeltea Media