Saturday, March 2, 2024
Home Featured Page 2

Featured

Featured posts

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...
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...
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...
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...
Writing custom artisan command in Laravel 5 with source code

Writing custom artisan command in Laravel 5

Artisan is the command-line interface (CLI) that is included with Laravel. It provide a lot of commands that are helpful during application development. We...
Cron Job scheduling for sending newsletters in Laravel

Scheduling Cron Job for sending newsletters in Laravel 5

Today, we will send the newsletters to our users through a scheduler. A scheduler is a laravel feature. Nowadays, many web applications need to...
Upload multiple images in laravel 5_7 tutorial kodementor image upload

Upload multiple images in laravel 5.7 tutorial

Most of the web applications use image uploads features whether they are a small or large application. In this article, we will create a...
How to backup your laravel app and database?

How to backup laravel app and database?

In this article, we are going to back up our laravel application along with its database. For this, we will use a package called...
Send SMS to mobile using Laravel 5 notification

Send SMS to mobile anywhere using Laravel 5 notification

In the article, we will be focusing on sending SMS to mobile using laravel notification. We will use Nexmo API for sending SMS notification...
New features and upgrades in Laravel 5.7 with explanation

New features and upgrades in Laravel 5.7

Laravel is one of the best PHP frameworks in 2018. The first version released only in June 2011, it has made significant improvements up...