Created
December 24, 2016 09:28
-
-
Save skum2566/656dab07f5e1911c3a2062f6ce44923f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. What is Laravel | |
Laravel is the PHP web framework developed for the purpose of developing web application on MVC (Model-View-Controller) design pattern. | |
2. Brief few features of Laravel | |
Here are some few features: | |
Bundles | |
Query Builder | |
Reverse Routing | |
IOC Container feature | |
Database Seeding | |
Automatic pagination |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment