The application structure in Laravel is basically the structure of folders, sub-folders and files included in a project. Once we create a project in Laravel, we get an overview of the application structure as shown in the image here. The snapshot shown here refers to the root folder of Laravel namely laravel-project. It includes various …
Tag : PHP
17 posts
Laravel uses composer. Make sure you have a Composer installed on your system before you install Laravel. In this chapter, you will see the installation process of Laravel. You will have to follow the steps given below for installing Laravel onto your system − Step 1 − Visit the following URL and download composer to …
Laravel is an open-source PHP framework, which is robust and easy to understand. It follows a model-view-controller design pattern. Laravel reuses the existing components of different frameworks which helps in creating a web application. The web application thus designed is more structured and pragmatic. Laravel offers a rich set of functionalities which incorporates the basic …
What’s New in WordPress 5.4 (Features and Screenshots) WordPress 5.4 was released earlier today, and it is the first major release of 2020. This new release is packed with a lot features, many of them are focused around the WordPress block editor. This release will massively improve the way you create content on your websites. In …
WordPress out of the box is very secure. However, if you suspect that something is not right with your website, then you may want to perform a complete security audit to make sure that your website is secure. In this article, we’ll show you how to easily perform a WordPress security audit without taking down …
What’s new in PHP 7.4 PHP 7.4, the last version before PHP 8, brings lots of new features, syntax additions and fixes. It was be released on November 28, 2019. In this post you’ll find a list with everything that’s new and changed to help you prepare for the upgrade. Let’s start though with a …
Partition Types There are basically four partition types available: RANGE, LIST, HASH and KEY. I’ll explain each of these now. Later on we will see some practical examples of using RANGE, the partition type you will likely end up using most. RANGE Partitioning This type of partition assigns rows to partitions based on column values that fall within a stated …