0% found this document useful (0 votes)
126 views

Laravel Framework

PHP frameworks promote code reuse and speed up the coding process by reducing overhead code for common tasks like database access, authentication, validation, and URL routing. Laravel is a popular PHP framework that improves software quality, reduces costs, and saves time through its modular architecture, database tools, migrations, and compatibility with major databases.

Uploaded by

kruti
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
126 views

Laravel Framework

PHP frameworks promote code reuse and speed up the coding process by reducing overhead code for common tasks like database access, authentication, validation, and URL routing. Laravel is a popular PHP framework that improves software quality, reduces costs, and saves time through its modular architecture, database tools, migrations, and compatibility with major databases.

Uploaded by

kruti
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 4

A PHP 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.

You might also like