December 2016
Beginner
189 pages
3h 5m
English
© Sanjib Sinha 2017
Sanjib Sinha, Beginning Laravel, 10.1007/978-1-4842-2538-7_12
Sanjib Sinha1
(1)Howrah, West Bengal, India
To fill up the forms , you need to feel the forms first. Since Laravel 5.2.45 this feeling is a little bit different. It’s become little bit tricky.
You need to install HTML form builder so that you can use Laravel form blade template; this is really important for security reasons. But, there is a catch. Since Laravel 5.2.45 the old trick will not work. You can no longer use 'composer require illuminate/html' command to add form builder templates to your project. Instead, you have to issue this command:
sudo composer require laravelcollective/htmlIt’ll take few minutes for composer to update your ...
Read now
Unlock full access