Category: Laravel

Community Laravel Broadcasting

Laravel Real-Time Notifications

In this post, we will take a look at how we can send real-time notifications with Laravel, the Laravel Websockets package, and Laravel Echo.

christoph-rumpel.com

1,397 clicks
1,397 views

Laravel Blade

Using the @forelse blade directive

Use this nifty blade directive in place of a foreach inside an if/else.

Anthony Rappa Anthony Rappa

Anthony Rappa

1 min read
3,449 views

Laravel Validation

Nullable vs. Sometimes

The more fields you are validating, the more chance you don't actually need all of them to process what you're doing.

Anthony Rappa Anthony Rappa

Anthony Rappa

2 min read
20,558 views

Laravel Livewire

Laravel Boilerplate 7.0

Laravel Boilerplate provides you with a massive head start on any size web application.

Anthony Rappa Anthony Rappa

Anthony Rappa

1 min read
1,736 views

Community Laravel Eloquent

Ordering database queries by relationship columns in Laravel

In this article we're going to explore how to order database queries by the value (column) of an Eloquent relationship.

reinink.ca

1,222 clicks
1,222 views

Community Laravel Eloquent

Dynamic relationships in Laravel using subqueries

Use subqueries in Laravel to optimize your database selects.

reinink.ca

1,128 clicks
1,128 views

Laravel Validation

Laravel Validation 101, Controllers, Form Requests, & Rules

A core part of any project is understanding how to validate the incoming request from your users.

Anthony Rappa Anthony Rappa

Anthony Rappa

4 min read
1,742 views

Community Laravel

Everything I Ever Needed To Know About Web Dev, I Learned From My Twitter Timeline

Colin DeCarlo gives his talk on some ideas on cleaning up code in your application gained from "fire tweets" on twitter.

www.youtube.com

897 clicks
897 views

Community Laravel

Some Shifty Bits

Jason McCreary, creator of Laravel Shift, gives his talk on the parts of Laravel that are under-used. He explains how these pieces of the framework can make your code and your apps faster.

youtu.be

926 clicks
926 views

Community Laravel Eloquent

Giving collections a voice

I gave a talk on this topic at LaraconAU, 2019. It covers all the ways custom collections can improve your systems design and contains some more guidance on when you would reach for this pattern.

timacdonald.me

1,105 clicks
1,105 views