CakePHP – Routing
In this guide, we are going to learn the following topics related to routing in CakePHP− Introduction to RoutingConnecting RoutesPassing Arguments to RoutesGenerating urlsRedirect urls Introduction to Routing In this…
In this guide, we are going to learn the following topics related to routing in CakePHP− Introduction to RoutingConnecting RoutesPassing Arguments to RoutesGenerating urlsRedirect urls Introduction to Routing In this…
In this guide, we will discuss Project Configuration in CakePHP. understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP. Configuration CakePHP comes with one configuration file by default, and we can…
Here, we will learn about the Folder structure in CakePHP and the Naming Convention in CakePHP. Let us begin by understanding the Folder structure. Folder Structure Take a look at…
In this guide, we will show the installation of CakePHP 4.0.3. The minimum PHP version that we need to install is PHP 7.3. You need to have PHP 7.3 and Composer…
CakePHP Tutorial is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both…
This chapter discusses about Bootstrap thumbnails. A lot of sites need a way to lay out images, videos, text, etc, in a grid, and Bootstrap has an easy way to…
In the bootstrap page header is a nice little feature to add appropriate spacing around the headings on a page. This is particularly helpful on a web page where you…
In this Bootstrap Jumbotron chapter will discuss one more feature that Bootstrap supports, the Jumbotron. As the name suggest this component can optionally increase the size of headings and add…
This chapter will discuss about Bootstrap badges. Badges are similar to labels; the primary difference is that the corners are more rounded. Badges are mainly used to highlight new or…
In this Bootstrap Labels chapter covers Bootstrap labels. Labels are great for offering counts, tips, or other markup for pages. Use class .label to display labels as shown in the following example…