Join Drew Falkman for an in-depth discussion in this video Laravel app walkthrough, part of MVC Frameworks for Building PHP Web Applications.
- [Instructor] Now that we've installed…our Laravel application,…let's take a look at how Laravel organizes its code.…I'm going to go into my text editor here…and take a look at the directory structure…and the files that exist here.…So there are a few keys areas that we can look.…The app directory is going to contain…the core code of my application.…We're going to look at this more in a second.…The bootstrap folder contains a few files…that'll essentially boostrap the application…and handle the auto-loading.…
The config folder is going to have…all of your application's configuration files.…The database folder…is going to contain your database migration…and your seeds.…Seeding is essentially…just populating your database with dummy data.…This is a great way to get started…when you're working on an app in the early stages.…The public directory essentially is going to be…what gets output to the web.…So, in here we're going to have our JavaScript files,…our index file, our cascade style sheets,…and possibly some images and things like that.…
Author
Released
2/9/2017- Why use a framework?
- MVC-framework concepts
- Framework components
- Setting up the software
- Sample apps built in each framework
- Comparing frameworks
Skill Level Intermediate
Duration
Views
Related Courses
-
Learning CodeIgniter 3
with Bernard Pineda1h 27m Beginner -
Code Clinic: PHP
with David Powers4h 44m Intermediate -
PHP: Strict Data Types
with David Powers1h 10m Intermediate -
PHP: Creating Secure Websites
with Kevin Skoglund4h 15m Intermediate -
PHP: Accessing Databases with PDO and MySQLi
with David Powers3h 47m Intermediate
-
Introduction
-
Welcome1m 6s
-
-
1. About PHP Frameworks
-
Why use a framework?4m 55s
-
Windows setup11m 13s
-
macOS setup8m 25s
-
-
2. Zend 3
-
Intro to Zend 33m 44s
-
Zend concepts and features4m 59s
-
Zend components3m 46s
-
Zend setup4m 7s
-
Zend app walkthrough6m 20s
-
-
3. Symfony 3
-
Intro to Symfony 32m 54s
-
Symfony components3m 23s
-
Symfony setup5m 45s
-
Symfony app walkthrough7m 44s
-
-
4. CodeIgniter 3
-
Intro to CodeIgniter 32m 41s
-
CodeIgniter classes2m 2s
-
CodeIgniter setup2m 11s
-
-
5. CakePHP 3
-
Intro to CakePHP 32m 40s
-
CakePHP components1m 52s
-
CakePHP setup3m 38s
-
CakePHP app walkthrough6m 9s
-
-
6. Yii 2
-
Intro to Yii 21m 50s
-
Yii concepts and features1m 36s
-
Yii classes and widgets1m 42s
-
Yii setup3m 46s
-
Yii app walkthrough6m 17s
-
-
7. Laravel 5
-
Intro to Laravel 52m 56s
-
Laravel classes2m 23s
-
Laravel setup5m 6s
-
Laravel app walkthrough4m 53s
-
-
Conclusion
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Laravel app walkthrough