Laravel 5.3 info

Introduction – Laravel 5.3 Basics : https://devdojo.com/series/laravel-5-3-basics/episode/introduction

Laravel 5.3 Upload Image with Validation example : http://www.expertphp.in/article/laravel-53-upload-image-with-validation-example

“Unfortunately this article is not a good example how the upload validation (or any validation) should be implemented in Laravel 5.3. There are few bad code parts here, but one of the most important (related with article title) is that the validation in laravel 5.x should be moved into the Request class (more precisely – to the class which will extends Illuminate\Foundation\Http\FormRequest and will be placed in App\Http\Requests).”

Font awesome

update 2020
https://fontawesome.bootstrapcheatsheets.com/

https://fontawesome.com/how-to-use/on-the-web/styling/sizing-icons

my example:


Code:

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"> <i class="fa fa-4x fa-cloud-upload wow bounceIn text-primary" data-wow-delay=".1s" style='color:blue;'></i><br /> <i class="fa fa-5x fa-sitemap wow bounceIn text-primary" data-wow-delay=".1s" style=' padding-top:20px;'></i><br />

icons: http://fontawesome.io/icons/