What is Laravel Hosting?

databaseDevelopers who use the Laravel framework to create their websites or web applications need a Laravel host to place their websites on the Internet. A host that can provide high speed and security for the…
website design with PHP

Teaching website design with PHP

How to design a website with PHP? PHP is one of the old and very popular programming languages used to design and build web software and develop and launch websites. Website design with this programming…

What is pipeline in laravel ?

In some cases, your project may need to make several changes before moving. You may sometimes make these changes with a certain logic and order. In this article, we will talk about the pipeline in…

What is Carbon Framework ?

Are you curious to know what uses the Carbon package is in Laravel? Working with dates and times in PHP may not be easy because the issue of date and time has its problems for…

What is Collection in Laravel ?

The collection is one of the most powerful features. Laravel provides you with. If you are unfamiliar with the nature of Laravel collections, you are likely to run into problems when working with Laravel Eloquent.…

Biggest websites made with Laravel !

Laravel is known as a wizard in the web world. Because this framework can easily create any kind of complex software in the shortest time. Laravel features have attracted the attention of many large companies…
CSRF

What is CSRF attack and How to prevent it ?

Laravel’s popular framework, at the same time, has many points and details that require care and time to learn. One of the critical points in the security discussion is CSRF protection in Laravel, which protects…
Phalcon

Introducing the Phalcon framework, its advantages and disadvantages

PHP is a server-side open source language that is very popular among web page programmers. Updating this programming language through the production of various frameworks such as Lavarel, Yii, CakePHP, etc., has made it one…
Taylor Otwell

Who is the Taylor Otwell and how does he work?

Studying the life and work style of great and successful people can inspire our work life and motivate us to do great things. Almost all PHP programmers know Laravel, even if they do not use…

Advantages and disadvantages of Laravel

Before we talk about advantages and disadvantages of Laravel, it is better to say a little about why we should choose framework at all. The PHP programming language is originally for building a small language…