Introduction and Setup to Laravel
Estimated reading: 1 minute
5746 views
WHAT IS LARAVEL?
Laravel is a PHP based web framework for building high-end web applications using its significant and graceful syntaxes. It comes with a robust collection of tools and provides application architecture. Moreover, it includes various characteristics of technologies like ASP.NET MVC, CodeIgniter, Ruby on Rails, and many more. This framework is an open-source framework. It facilitates developers by saving huge time and helps reduce thinking and planning to develop the entire website from scratch..
- Click here to Install Laravel on a Laptop or Desktop.
Requirement
- PHP 7.3 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
- /bootstrap 775