Skip to main content

Introduction to Laravel

Estimated reading: 2 minutes

info

Laravel is a PHP-based web framework designed for building high-end web applications with elegant and expressive syntax.
It offers a rich set of tools and follows a well-defined application architecture. Laravel draws inspiration from various other frameworks like ASP.NET MVC, CodeIgniter, and Ruby on Rails. It is open-source and widely used by developers worldwide.

There are a variety of tools and frameworks available to you when building a web application.
However, we believe Laravel is the best choice for building modern, full-stack web applications.

Tools and Setup

Choose Your Platform And and Get Laravel.

Requirements

  • PHP 8.1 or greater
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension
  • GD PHP Extension (or Imagick PHP Extension)
  • PHP Fileinfo extension
  • PHP Zip Archive
  • Rewrite Module (Apache or Nginx)

php.ini Requirements:

  • open_basedir must be disabled

File and Folder Permissions:

  • /bootstrap: 775