• May 05, 2024
Artisan Console

Artisan is the command line interface included with Laravel. Laravel has its own Command Line interface called Artisan.

  • May 04, 2024
Laravel Routes

In Laravel, you can define several types of routes based on the HTTP methods and the purpose of the route.

  • May 02, 2024
Laravel Directory Structure

The default Laravel application structure is intended to provide a great starting point for both large and small applications.

  • Apr 27, 2024
Laravel Installation

Before creating your first Laravel project, make sure that your local machine has PHP and Composer installed.