Skip to main content

Introduction to Laravel

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.

Requirements

  1. PHP 8.0 or greater
  2. OpenSSL PHP Extension
  3. PDO PHP Extension
  4. Mbstring PHP Extension
  5. Tokenizer PHP Extension
  6. XML PHP Extension
  7. Ctype PHP Extension
  8. JSON PHP Extension
  9. GD PHP Extension (or Imagick PHP Extension)
  10. PHP Fileinfo extension
  11. PHP Zip Archive
  12. Rewrite Module (Apache or Nginx)

php.ini Requirements

  1. open_basedir must be disabled

File and folder permissions

  1. /bootstrap 775
  2. /bootstrap 775