Join Bernardo Pineda for an in-depth discussion in this video Set up your local environment (Mac), part of Laravel 5 Essential Training: 1 The Basics.
- [Instructor] Let's take a look at the software requirements for this course. You'll need to install Xcode. We won't be using Xcode directly but some of the libraries that come with installation. You need Homebrew installed so we can install software in an easier manner. We'll be using the fish shell that we'll install with Brew and just follow the instructions to set it up. We'll be using Git indirectly with Composer and if you follow along until part two of this course, we will be using it directly.
Be sure to have a Github account if you don't have one already. For our code, we'll need Visual Studio Code installed. For ease of use, we'll install MAMP with PHP 7 but only to have MySQL installed. We won't be using either Apache or NGINX since we'll be using PHP's internal server. For dependency installation, we'll use Composer. Be sure to follow the installation instructions on the website.
For the second part of this course, we'll be using VirtualBox and Vagrant. Be sure that the MySQL server is running. Make sure the PHP executable is the correct one. PHP --version, let's also verify that Git is installed with Git --version and composer --version.
Since we'll be using MySQL installed with MAMP, our root password will be root. MySQL -u root -proot. If you're going to follow this course on a Windows box, make sure to watch the next video.
Author
Released
8/24/2017- Laravel file and folder structure
- Dependency injection
- Routing requests to controllers
- Loading a view
- Creating a basic Blade template
- Sending data to a view
- Creating and validating forms
- Integrating a database
- Modifying data with Eloquent
- Returning data to a Laravel view
- Adding relational data and concurrent connections
Skill Level Intermediate
Duration
Views
Related Courses
-
MVC Frameworks for Building PHP Web Applications
with Drew Falkman2h 57m Intermediate -
PHP: Creating Secure Websites
with Kevin Skoglund4h 15m Intermediate -
Ajax with PHP: Add Dynamic Content to Websites
with Kevin Skoglund3h 37m Intermediate -
Learning Symfony 3
with Bernardo Pineda1h 46m Intermediate
-
Introduction
-
Welcome49s
-
What you should know1m 8s
-
Using the exercise files1m 57s
-
-
1. Getting Started with Laravel
-
What is Laravel?2m 17s
-
Get a copy of Laravel2m 54s
-
Artisan for developers4m 33s
-
Dependency injection6m 15s
-
Service providers2m 50s
-
Facades and their utility4m 34s
-
-
2. Controlling an Application
-
Routing to controllers5m 16s
-
Loading a view5m 12s
-
3. Views and Blade
-
Send data to a view5m 57s
-
Create forms4m 23s
-
Process form data5m 13s
-
Form validation: Back end2m 36s
-
Form validation: Front end4m 47s
-
4. Introducing Eloquent
-
Introduction to Eloquent2m 48s
-
Set up a database3m 37s
-
Database migrations8m 12s
-
Models in Laravel4m 7s
-
Select data with Eloquent5m 21s
-
Modify data with Eloquent2m 51s
-
Relations in Eloquent5m 49s
-
Select data with raw queries7m 39s
-
Return data to the view7m 4s
-
Add relational data7m 20s
-
Concurrent connections6m 39s
-
-
Conclusion
-
Next steps43s
-
- 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: Set up your local environment (Mac)