Download presentation
Presentation is loading. Please wait.
Published byAna Beatriz Alencastre Lopes Modified over 6 years ago
1
Software Architecture & Design (CSC-323)
Lecture 11: Introduction to Laravel Thursday 22nd March 2018
2
Class Test 2 Thursday 29th March
Webinar: Agile Development & Software Architecture - Crossing the Great Divide Annotated slides are allowed
3
Introduction to laravel
4
For reference
5
For reference
6
Get Composer
7
Check Composer Installation
8
Use Composer to create new Laravel project named blog
9
Setting up in progress
10
Completed
11
Check folder
12
Check folder
13
Open up in your Editor/IDE
15
Start up server
16
Blank project up and running
17
Routes, web Closure (anonymous function)
18
View
19
Scroll Down
20
Change to Hello World
22
Delete and write your own HTML
24
Add about page
25
Include route
26
Add page
28
Connect database
30
Version control for databases.
migrations
35
Edit AppServiceProvider.php
Troubleshooting note: Migrations might not work without this Edit AppServiceProvider.php
36
Passing information to a view
40
Multiple values
43
Alternate syntax
45
Alternate syntax
48
Send list to view & display
52
Use blade templating engine
55
Lecture material adapted from Laracasts (Laravel from Scratch) and https://laravel.com/docs/5.6
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.