Skip to content
Webner Logo
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection

Webner Blogs – eLearning, Salesforce, Web Development & More

Category: PHP Frameworks

August 6, 2020 Cloud / Database / PHP Frameworks

Firebase Cloud Messaging With Laravel 6

August 6, 2020 Cloud / Database / PHP Frameworks
Post Views: 7,197
| By Webner

Introduction to Firebase Cloud Earlier known as Google Cloud Messaging and now called Firebase Cloud Messaging (FCM) is a messaging solution for cross-platform provided by Google itself. This service lets you reliably deliver messages or notifications at no cost. One

Read More
July 30, 2020 PHP Frameworks

How to validate records before inserting in CakePHP 2.X

July 30, 2020 PHP Frameworks
Post Views: 2,903
| By Webner

Problem: Sometimes we only need to validate records before inserting operations in CakePHP. In the case of bulk insertion and CSV records validation, it’s very difficult to validate individual fields of bulk records. Solution: array (‘validate’ => ‘only’) parameter will

Read More
July 14, 2020 PHP Frameworks

Laravel 5.4 Logs And Errors

July 14, 2020 PHP Frameworks
Post Views: 4,028
| By Webner

Introduction Logfiles: Logs are files that keep a registry or records of events, processes, messages that occur in the operating system or any software that runs. Laravel provides the robust logging services that allow the user to log messages to

Read More
June 10, 2020 Database / Linux / PHP Frameworks

Firebase Integration With Laravel 6.x (Ubuntu 18.04)

June 10, 2020 Database / Linux / PHP Frameworks
Post Views: 3,620
| By Webner

Below are the steps to integrate Firebase with Laravel 6.x Step 1 To integrate Firebase with Laravel we first need a Laravel project. Create a new Laravel project using the given composer command. composer create-project –prefer-dist laravel/laravel firebase Step 2

Read More
May 27, 2020 PHP Frameworks

Regular expressions in PHP

May 27, 2020 PHP Frameworks
Post Views: 3,074
| By Webner

Regular expressions Regular expressions use arithmetic operators like +,^,- and create complex expressions that can help to validate IP address, email address, telephone no, etc. They save our coding time. Some of built-in PHP regular expressions are: Preg_replace- perform pattern

Read More
May 25, 2020 PHP Frameworks

Convert PDF To Image In PHP

May 25, 2020 PHP Frameworks
Post Views: 6,866
| By Webner

How to convert PDF to image file using PHP? Before installing PDF to Images package, firstly you need to install two PHP extensions Imagick and Ghostscript. Step 1: Install Imagick sudo apt-get install php-imagick Step 2: Restart Apache In the

Read More
May 21, 2020 PHP Frameworks

Introduction to MVC

May 21, 2020 PHP Frameworks
Post Views: 2,800
| By Webner

What is MVC? The MVC is a very frequent web development architectural framework or application designing model which contains three main components the Model, the View and the Controller each of them performs different functions assigned to them. It helps

Read More
April 29, 2020 PHP Frameworks

Compress Videos using FFmpeg Laravel & shell_exec method

April 29, 2020 PHP Frameworks
Post Views: 9,354
| By Webner

Introduction First of all, install FFmpeg in your composer. Perform the steps below to install it on Ubuntu: composer require pbmedia/laravel-FFmpeg Start by updating the packages list: $ sudo apt update – Next, install FFmpeg by typing the following command:

Read More
April 21, 2020 PHP Frameworks

Reformat associative array in CakePHP 2.*

April 21, 2020 PHP Frameworks
Post Views: 2,648
| By Webner

How to use CakePHP 2.* Hash::combine method to reformat associative and find results array? Sometimes we do a lot in the code to reformat find query results, to remove the table name (for example, User, Article, etc) from the array

Read More

Posts pagination

«Previous Posts 1 2 3 4 … 30 Next Posts»

Google ad

Copyright 2022 - 2023 | Webner Blog by Webner Solutions Pvt Ltd. | All Rights Reserved.
MENU
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection