Skip to main content

Laravel Controllers and Functions - #40


Published: November 09, 2020 | DevDrawer


Estimated Reading Time
2 minutes
Video Duration
35:03 minutes

Become a Patreon to show support and get exclusive access to content: https://www.patreon.com/devdrawer

Now that we know how to create pages and routes in Laravel, let's learn about Laravel controllers. With Laravel controllers, you can create specific functionality and pass it to routes the right way. You can use these controllers and classes to create variables and arrays to use on your Laravel blade templates without creating a lot of programming code in your HTML.

Controllers allow you to control your application and give you a way to pass information from different parts of your Laravel application.

In this tutorial, we learn how to pass user information to our Laravel dashboard and how to create and implement a simple users page that pulls from the database directly.

00:00 Intro

02:43 Passing User Information Directly to a Blade Template

05:05 Passing User Information from Controllers to Views

10:15 Creating A Function to Handle User Information

18:07 Displaying HTML from a Controller on a Blade Template

20:07 Creating a Users Controller Class

25:05 Create Laravel User's Page

Applications Used

Visual Studio Code v1.43: https://code.visualstudio.com/

Laravel v7: https://laravel.com/docs/7.x

Computer Hardware:

Windows 10 Pro: https://amzn.to/3q5TyZw (Amazon)

Samsung 500GB External SSD: https://amzn.to/2ViAAAF (Amazon)

Samsung 970 EVO Plus SSD 1TB - M.2 NVMe: https://amzn.to/36jDwDy (Amazon)

Rosewill Hive-750S R750W PSU: https://amzn.to/36jiDbs (Amazon)

Phanteks Eclipse Tempered Glass Case: https://amzn.to/39qou0B (Amazon)

MSI Arsenal Gaming AMD Ryzen Motherboard: https://amzn.to/36hpAKm (Amazon)

MSI Gaming GeForce RTX 2060 Super 8GB: https://amzn.to/36hMyRm (Amazon)

LG 34UM69G-B 34-Inch 21:9 UltraWide IPS Monitor: https://amzn.to/2HSRxyI (Amazon)

Corsair 64GB (4 x 16GB) DDR4 Memory: https://amzn.to/3mlmQkI (Amazon)

AMD Ryzen 7 2700X Processor: https://amzn.to/3qdQIBF (Amazon)

Dell XPS 15 9500 15.6" Laptop / Windows: https://amzn.to/3fKEz2w (Amazon)

Lenovo ThinkPad T15 15.6" Laptop / Linux: https://amzn.to/2Jnmn33 (Amazon)

Camera:

Fujifilm X-T3: https://amzn.to/3llKBb5 (Amazon)

Fujinon XF18-55mmF2.8-4: https://amzn.to/3mfTkNb (Amazon)

Audio:

Audio Technica AT2020: https://amzn.to/2VgxU6K (Amazon)

Blue Snowball iCE: https://amzn.to/3lo1jGC (Amazon)

DISCLAIMERS:

I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites.