Laravel Framework
Laravel Framework
PHP Frameworks
• Promotes code reuse
• Speed up the coding process by reducing the
amount of “overhead” code to write, such as:
o Database access
o Authentication and session management
o Data validation and sanitation
o URL mapping and management
o Security
• Code is easier to maintain within an architecture
About Laravel
Laravel is a MVC web-development framework written in
PHP improve the quality of software
Reduce cost of initial development and maintenance costs
Save implementation time
offers true code modularity by combination of drivers and
bundles
provides a cutting-edge suite of tools for interacting with
databases
Database migrations enable you to easily design and
modify a database in a platform-independent way
supports (MySQL, PostgreSQL, MSSQL, and SQLite) and you
won't have any compatibility issues.