Monday, March 18, 2024
Home PHP Page 4

PHP

Kodementor provide all the tutorials and updates about PHP form PHP community

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,...
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...
Laravel 5.7 CRUD example from scratch

Laravel 5.7 CRUD example from scratch

The Laravel 5.7 was just released and is currently under a hot topic. There are many new features in this latest versions. All the...

View actual SQL queries before migration in laravel

Laravel is one of the best PHP frameworks. Laravel provides a lot of features such as authentication, Migration, Eloquent, Blade and so on. We...

How to deploy laravel project in 000webhost

Servers are expensive. Many professionals buy but some prefer to use free servers for testing purpose. In this tutorial, we will deploy our...
Optimize perfomance of laravel application

Optimize performance of laravel application

Performance is a great deal in any application. Everybody wants their system to be fast. No company can boost its business without a proper...
email verification

Send verification email after registration in laravel 5.7

The latest version of laravel was just released and there are some major changes in the framework. In this article, we will discuss the...
How to write clean, readable and maintainable code

How to write clean, readable and maintainable code

Everybody has different styles of writing code. The coding style is directly related to readability and maintainability of code. Writing a clean code doesn't...

LATEST ARTICLES

MOST POPULAR