DEV Community

Cover image for Why Laravel 🤔 ??
Hallo Rzgar
Hallo Rzgar

Posted on

Why Laravel 🤔 ??

What is laravel ?
Laravel is a PHP based web-framework for building
high-end web applications using its significant and
graceful syntaxes. Laravel was developed by Taylor
Otwell in July 2011 and it was released more than five
years after the release of the Codeigniter. It comes with
a strong collection of tools and provides application
architecture.

How it work
Laravel use MVC
MVC is a short form for ‘Model
View Controller’. This illustrates the use of structure
developers when constructing applications. MVC basically is
a software which separates utility/domain/commercial
enterprise in terms of the interface of customers. This is done
by breaking MVC software into the further three parts: first
is the Model, second is the View, and the last one is the
Controller. The model handles basic machine behaviours and
information. It answers to instructions to change the status of
its documents and also to alert observers of periodic systems
when the facts change. This may be a database or a retrieval
device. So, in short, this is the record-management of the
programme or software. View correctly provides the
software's user interface feature and display information into
a form via a model which is sufficient for the interface of the
user. The controller gets the data request from the user and
passes it to the model objects and sees the execution of
appropriate actions.

Image description

8 Benefits of Laravel Framework

  • It's quick and simple.
  • Security is key.
  • Better website performance.
  • Great for Traffic-Handling.
  • Really Flexible.
  • Easy third-party integrations.
  • Simple Website Maintenance.
  • The cost of a Laravel Site.

Some Features of Laravel

  • Authentication.
  • Innovative Template Engine.
  • Effective ORM.
  • MVC Architecture Support.
  • Secure Migration System.
  • Unique Unit-testing.
  • Intact Security.
  • Libraries and Modular.

Laravel Packages Which You Can Use to Optimize App

  • Spatie.
  • Laravel Debugbar.
  • Laravel User Verification.
  • Socialite.
  • Migration Generator.

Top comments (0)