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

December 31, 2018 PHP Frameworks / Web Development

Configure CakePHP 3.6 in a Subfolder of WordPress

December 31, 2018 PHP Frameworks / Web Development
Post Views: 7,824
| By Webner

Configure CakePHP 3.6 in a Subfolder of WordPress What do I actually want to do? I want to access my WordPress site at example.com, while installing a CakePHP app on example.com/cakephp. To achieve this, we need to install wordpress along

Read More
December 19, 2018 PHP Frameworks / Web Development

Adding Multiple database server connections in PHPmyAdmin

December 19, 2018 PHP Frameworks / Web Development
Post Views: 5,184
| By Webner

Adding Multiple database server connections in PHPmyAdmin We can use PHPmyAdmin for multiple database servers by adding them in the settings of PHPmyAdmin. Steps to add a server in the UI of PHPmyAdmin: Step 1: Click on [Settings] button on

Read More
December 11, 2018 PHP Frameworks

How to use CakePHP Validation class

December 11, 2018 PHP Frameworks
Post Views: 4,797
| By Webner

How to use CakePHP Validation class We can use CakePHP validation functions and speed up development. These functions already follow the correct rules so we don’t need to write custom code. Example: In Controller: $validate = new Validation(); $string =

Read More
November 27, 2018 PHP Frameworks

Sending Emails in CakePHP with Example

November 27, 2018 PHP Frameworks
Post Views: 4,435
| By Webner

What support/library is there in CakePHP for sending emails and how to use it? In CakePHP3, there are Transport and Email classes available under Cake/Network/Email namespace that are used for sending emails. After an update in the version 3.1 email

Read More
October 15, 2018 PHP Frameworks

Laravel Configuration and Environment Variables

October 15, 2018 PHP Frameworks
Post Views: 4,895
| By Webner

Laravel Configuration and Environment Variables Each laravel application has one “Config” directory which includes all the basic configuration files. You can configure your application by adding custom or built-in configuration variables. Environment Configuration: Based on the environment where the application

Read More
October 5, 2018 PHP Frameworks / Web Development

Handling zip file download completion and cancellation event in PHP

October 5, 2018 PHP Frameworks / Web Development
Post Views: 9,585
| By Webner

Handling zip file download completion and cancellation event (PHP) Problem: I am working on a project in which user needs to download a zip file from the website. I am creating zip file on the server temporarily which should be

Read More
October 3, 2018 PHP Frameworks

Run artisan commands on shared hosting server (Laravel)

October 3, 2018 PHP Frameworks
Post Views: 13,944
| By Webner

Run artisan commands on shared hosting server (Laravel) Laravel is a popular and excellent framework of php. It provides many functionalities out of the box like authentication, events, job queues, artisan commands and many more. A problem on shared hosting-

Read More
September 18, 2018 PHP Frameworks

Stripe – The requested address was not found on this server

September 18, 2018 PHP Frameworks
Post Views: 2,923
| By Webner

Stripe Payment Gateway Integration – The requested address was not found on this server Stripe Payment Issue while capturing payment: I was implementing Stripe payment in one of my cake3 project. My Stripe Charge Capture Request was: 1) Check out

Read More
August 28, 2018 PHP Frameworks

How to impersonate a user in Laravel?

August 28, 2018 PHP Frameworks
Post Views: 8,790
| By Webner

Steps to impersonate a user in Laravel (Login As another user) Impersonate functionality allows you to impersonate other users, in order to see the application from their point of perspective, without having to log out and log in again. For

Read More

Posts pagination

«Previous Posts 1 … 6 7 8 9 10 … 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