2.4k questions

2.4k answers

99.5k users

Categories

0 votes
72 views

What is Laravel and why it is used?

in Laravel by (95.8k points)

1 Answer

0 votes

Laravel is a back-end PHP-based and open-source framework used for building a wide range of custom web applications. It's an entirely server-side framework that manages data with the help of Model-View-Controller (MVC) design which breaks an application back-end architecture into logical parts

by (95.8k points)
...