Recently published tutorials
Preview email with DebugKit in CakePHP 3
It renders the email right inside the browser so that we can edit the email view and refresh the browser to get instant feedback
Quick tip on working with timezone in CakePHP 3
we need to allow users to set start and end time of their events and the application is targeted worldwide clients
Real time notifications using Pusher in CakePHP 3
The Pusher client class only needs to do two things. And they are triggering Pusher events and authenticating private channel
Redis caching engine for CakePHP 3
CakePHP provides various options as an application's caching engine out of the box. CakePHP's documentation is detailed
Resumable file upload (part 1)
we will go through the steps to implement front-end of the application. Which is building the front-end Resumable.js uploader
Resumable file upload (part 2)
It is super easy as you can see. We create a Resumable instance by passing SimpleRequest and SimpleResponse as two parameters required
Sending Email with SES in CakePHP 3
we need to create a CakePHP email transport profile for AWS SES. We can create it in CakePHP configuration file
Server testing using curl
Project curl is a command-line tool that is used to do Internet transfers for resources specified as URLs using Internet protocols
Setup CakePHP 3 in a subdirectory using Nginx
it will not work out of the box. Some specific Nginx setups are required for it to work
SSH Basics Part 1: Introduction
cloud servers are becoming more and more affordable. Thus more and more clients prefer to use cloud server for their websites
SSH Basics Part 2: Login to cloud server
What you get is web admin access to its admin panel. You will be able to choose what OS for the server and shutdown/restart the server
SSH Basics Part 3: Useful commands
Knowing the basic commands and make yourself comfortable with them will make your life much easier as a server administrator
Showing 145 to 156 of 178 results