0% found this document useful (0 votes)
49 views1 page

Laravel 01

Laravel Notes

Uploaded by

waver58650
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views1 page

Laravel 01

Laravel Notes

Uploaded by

waver58650
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Introduction to Laravel Framework :-

====================================
1. What is Laravel ?
--> laravel is an open-source PHP framework designed to make developing web
apps and APIs easier and faster through built-in features.

--> It is a modern framework and easy to use.

2. History and Version :-


a. Current Version :- 11.x
b. Developed By :- Taylor Otwell
c. Written In :- PHP
d. First Release :- June 2011

3. Why should we use Laravel?


a. MVC Support and Object Oriented Approach.
b. Elequent ORM.
c. Strong Command Line Support.
d. Regular Updates.
e. Built-in Authentication and Authorization.
f. Templating Engine
g. Large Community.
h. Simple and Fast

4. Topics :-
a. Basic (Introduction, Composer,Git, Structure,etc..)
b. Routing, Controller, Middleware
c. Views, Blade, Templates
d. Helpers
e. Database and Elequent ORM
f. Artisan Console
g. Events and Queues
h. API
i. Interview Questions and Projects.

You might also like