Thursday, March 28, 2024
Home Laravel Page 3

Laravel

Laravel tutorials from beginner to advance level along with source code

xdebug xampp

Configure XDebug, Xampp and VSCode in Windows

Xdebug is an extension for PHP to assist with debugging and development. Xdebug makes development easier by allowing the developer to debug his code...
dependency injection

Understanding Dependency Injection in Laravel

Dependency Injection is a design pattern that injects objects into the constructor or methods of other objects, so that one object depends on one...
import-custom-fonts-in-laravel

Import custom fonts in laravel

During the development process, we sometimes need to add our custom fonts. For example, I had to develop a government website that should be...
Download files from storage in Laravel

Download files from storage in Laravel

A filesystem is often an underrated but very important factor in web development. Downloading files from storage in laravel application is even easier with...
Force http to https redirect in Laravel 5

Force http to https redirect in Laravel

HTTPS is a secure version of HTTP. HTTPS helps keep your browsing safe by securely connecting your browser or app with the websites you...
multiple database connection

Multiple database connections in a single Laravel project

Recently, while working on a project, I came across a situation where I have to work on multiple databases. As I was working on...
search in multiple table

Search in Multiple Model using laravel-searchable

Spatie team recently released a new open source package called laravel-searchable . This package simplifies the search between multiple models. In this article,...
A complete Image validation rules in Laravel

A complete Image validation rules in Laravel

Laravel provides a lot of validation rules which makes our development process faster and easier. In this post, we are going to explain a...
Create custom helper functions in Laravel 5

Create Custom Helper Functions in Laravel

Laravel Helper is a simple PHP global function that you can use to save your time in writing some repetitive codes. Laravel provides more...
laravel helper functions

7 laravel helper functions to make your life easier

Laravel provides a lot of global helper functions which are also used by the framework itself. These helpers functions can be used by us...

LATEST ARTICLES

MOST POPULAR