Sunday, March 17, 2024
Home PHP Page 5

PHP

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

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...

How to use Tinker in Laravel Application

Tinker is a beautiful laravel package. Laravel Tinker is a powerful REPL for the Laravel framework. REPL stands for Read–Eval–Print Loop. This...
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...
Extract web content from any website using PHP

Extract web content from website using PHP

Web Scraping is the process of getting some data from an external website. This is especially necessary when the website you want to get...
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...
Top 5 PHP Frameworks for web development in 2018

Top 5 PHP Frameworks for web development in 2018

PHP (Hypertext Preprocessor) is one of the oldest programming languages in programming. According to W3Techs, 83.4% of all websites whose server-side programming language uses...
How to get content of website using CURL in PHP

How to get content of website using CURL

There are various ways of getting web page content in PHP. Among them, CURL is one that is frequently used. CURL stands for Client...

LATEST ARTICLES

MOST POPULAR