Tag: Laravel

Laravel CRUD Application for Beginner – Scratch
Before kick off developing advance application in Laravel, you should clearly understand the basics of Laravel CRUD (Create, Read, Update and Delete operation). In this lesson, I would like to create a basic CRUD application in Laravel from scratch. I […]
Read More
Laravel 5.6 Installation – Step by step
Laravel is one of the most popular PHP framework to build a large and long term web application. It requires requirements satisfied by homestead. But if you are not using homestead, a server should meet the following requirements. PHP version […]
Read More
Syntax error or access violation: 1071 specified key was too long on Laravel 5.4 and 5.5 Migration [Solved]
In the documentation of Laravel 5.4 and above version, they have clearly written that they have used “utf8mb4” character set by default in order to support for emojis in the database. They also have informed us that this error occurs […]
Read More