Thursday, March 14, 2024
Home Laravel Page 4

Laravel

Laravel tutorials from beginner to advance level along with source code

How to use Config file in Laravel

All of the configuration files for the Laravel framework are stored in the config directory. There are a lot of configuration files by default...
How to check current URL in Laravel 5

How to check current URL in Laravel 5

When working with the web application, we often need to check if the current URL matches some conditions. To check current URL in blade...
users last login time and ip

Save user last login time and IP address in laravel 5

Laravel has an amazing authentication system. Everything comes out of the box unless you want some changes to the original system. In this article,...
image gallery in laravel demo

Image gallery system with laravel 5

In this post, we will create a image gallery. As we know, image gallery is one of the major elements in web development for...
release history of laravel

Introduction to Laravel and release history

In this article, we will discuss about laravel version history. Laravel is a Open Source PHP framework based on MVC architecture. The creator of...
laravel-excel import and export

Laravel Excel import and export example from scratch

In this article we will discuss about exporting database data to excel file and importing database data from excel file into database using laravel...
Upgrading laravel application from 5.6 to 5.7

Upgrade laravel to 5.7 [Step by Step Guide]

In this article, we will discuss how to upgrade laravel 5.6 application to laravel 5.7. Laravel is one of the best PHP framework. Currently,...
How to create custom route file in laravel

How to create custom route file in laravel

In some cases, we need to create our own separate custom route file in laravel application. By default, there are two types of route...
JQuery Autocomplete from database

Jquery autocomplete from database in Laravel

In many cases, we need autocomplete fields that helps to search records. This is helpful when we have to suggest users about the...
Laravel 5 QR Code generator

QR code generator in Laravel 5 [A complete guide]

A machine-readable code consisting of an array of black and white squares, typically used for storing URLs or other information for reading by the...

LATEST ARTICLES

MOST POPULAR