New: NativePHP Starter-Kit

Category: Laravel

Community Laravel

Forge: Octane Support

Back in March, Taylor announced the new Laravel Octane project at Laracon Online. Since then, we've been busy working on bug fixes and enhancements to Octane, as well as adding support to Laravel Forge.

blog.laravel.com

1,632 clicks
1,632 views

Community Laravel

Validating Laravel Console Input

Ryan Chandler shows us how to create a trait to handle console input validation.

ryangjchandler.co.uk

1,452 clicks
1,452 views

Alpine Laravel Livewire

Livewire Tables 1.0

New features + Tailwind CSS support, multi column sorting, definable filters, bulk actions, and more.

Anthony Rappa Anthony Rappa

Anthony Rappa

1 min read
13,398 views

Laravel Livewire Blade Alpine

Creating a Filepond component using Blade, Livewire, & Alpine.js. Then validating & storing with Spatie Media Library

Let's create a Blade component that uses the Filepond library with Alpine.js, sends it to the server with Livewire, and saves it with Spatie Media Library.

Anthony Rappa Anthony Rappa

Anthony Rappa

15 min read
37,678 views

Community Laravel Livewire Broadcasting

Laravel Batches and real-time progress with Livewire

Upload files using Laravel Echo, Livewire, and Laravel Batch Jobs

philo.dev

2,607 clicks
2,607 views

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

2,198 clicks
2,198 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
5,272 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
26,944 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
2,623 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

2,031 clicks
2,031 views

Community Laravel Eloquent

Dynamic relationships in Laravel using subqueries

Use subqueries in Laravel to optimize your database selects.

reinink.ca

1,789 clicks
1,789 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
2,939 views