Linux server

AdonisJS

AdonisJS: Internationalization and Localization

In this article, we can try to Define the AdonisJS Internationalization and Localization Module, How to Manage the Internationalization and Localization module of AdonisJS, Config Internationalization, and Localization module, configure Internationalization and Localization and Usage. Internationalization and Localization This @adonisjs/i18n official package adds support for internationalization and localization to

2 min read
AdonisJS

AdonisJS: Sending Emails

In this article, we can try to Define the AdonisJS Mailer Module, How to Manage the Mailer module of AdonisJS, Config Mailer module, configure new mailers and Usage, defer email sending Email templates, Use MJML to create your template. Mailer If you follow this article you can send emails from

4 min read
AdonisJS

AdonisJS: File Uploads

In this article, we can try to Define the AdonisJS File uploads Module, A file upload module built for AdonisJS, and How to Manage File Uploads and Validate Them in AdonisJS. File Uploads AdonisJS provides you with a robust and performant API for dealing with file uploads. You can process

2 min read
AdonisJS

Defining the AdonisJS Middleware Module

In this tutorial, we will learn about Defining the AdonisJS Middleware Module, how Adonis supports this Middleware Module, and how to define this Middleware Module or how to make middleware for AdonisJS. Middleware Middleware is a series of functions that are executed during an HTTP request before it reaches the

3 min read
AdonisJS

AdonisJS: Events and Listeners

In this article, we will learn about Defining the AdonisJS Events and Listeners Module, how Adonis supports these Events and Listeners Module, and how to define these Events and Listeners Module. AdonisJS Events and Listeners The events module differs from the Node.js native Events module and the AdonisJS event

3 min read
AdonisJS

AdonisJS: Model relationships

In this article, we will learn about AdonisJS Model relationships, how Adonis supports these relationship types, the different types of database relationships, and how to define these relationships. Model Relationship Options Defining AdonisJS Model relationships within our models unlocks a whole lot of power when it comes to querying and

4 min read
AdonisJS

AdonisJS: Group Routing and Controller Management

Let's start AdonisJS Group routing and controller management in the code now by creating some routes and controllers. For anyone unaware of the term routing in terms of web development, it is a mapping of URLs and their handlers that you want to handle your app. Now, we

4 min read
CentOS 7

How to install cPanel WHM on a CentOS VPS

In this article, we will try to show you how to install cPanel WHM on a CentOS VPS. Nowadays, cPanel is a popular Linux Based web hosting control panel in the world. cPanel provides a graphical user interface for managing and hosting multiple websites on a single Virtual Private Server

3 min read
CentOS 7

How to Install Linux, Apache, MySQL, and PHP (LAMP) stack On CentOS7

The LAMP stack is a group of open-source software that is typically installed together to enable a server to host any type of dynamic website and web applications. So, we can see here How to Install Linux, Apache, MySQL, and PHP (LAMP) stack On CentOS7. This term acronym represents

3 min read