Introducing Laravel Quizzes! Play now

Useful Community Articles

Useful articles from the programming community.

Livewire

Upcoming Livewire v3 Features and Changes

Last Wednesday at Laracon Online, Caleb Porzio gave a talk called "The Future of Livewire" demoing all the new features planned for Livewire v3. In this article, we'll go over those features again in case you missed the talk or want a second look.

laravel-news.com

214 clicks
214 views

Tailwind

Recreating the GitHub UI with Tailwind! - Live Stream with Jess Archer

Here's Jess Archer showing how you can recreate the GitHub UI with Tailwind.

www.youtube.com

126 clicks
126 views

Laravel

SDKs, The Laravel Way

Each call to the builder will modify the underlying pending request. Every modification, another link in the chain, that will be sent, finally, with get().

www.eloquentarchitecture.com

129 clicks
129 views

Laravel

Clipboard

Copy, cut & paste in your application. You read that right.

github.com

117 clicks
117 views

Livewire

Awesome Livewire

A curated list of Livewire resources.

github.com

1,371 clicks
1,371 views

Laravel

A Laravel package to monitor the health of your application

Using this package you can monitor the health of your application by registering checks.

freek.dev

1,167 clicks
1,167 views

Livewire Laravel

Multi-Input Sorcery And Other Laravel Livewire Tips

Daniel Coulbourne shares some cool Livewire insights.

www.youtube.com

1,237 clicks
1,237 views

Laravel CLI

Tip: Run Tinker Instantly

Laravel productivity tip! Add this little function to your bash profile to quickly execute anything with the Tinker command and get the results instantly.

twitter.com

954 clicks
954 views

Eloquent Laravel

[8.x] Adds a simple where helper for querying relations

Creates the whereRelation() and orWhereRelation() helpers, and whereMorphRelation() and orWhereMorphRelation() for morph relations.

github.com

1,082 clicks
1,082 views

Eloquent Laravel

Immutable dates in Laravel

This week's 8.53.0 release includes new "immutable_date" and "immutable_datetime" casts for Eloquent!

dyrynda.com.au

1,007 clicks
1,007 views

Laravel

A lightweight Laravel package to track changes over time

The Spatie team has released a new package called spatie/laravel-stats. This package is a lightweight solution for summarizing changes in your database over time.

freek.dev

1,136 clicks
1,136 views

Laravel

Pruning Laravel Models

In the latest version of Laravel 8, Eloquent models now come with a Prunable and MassPrunable trait to automatically delete models based on criteria.

laravel.com

859 clicks
859 views

Useful Community Packages

Community Package 0.8.0

Brick/Money

Working with financial data is a serious matter, and small rounding mistakes in an application may lead to serious consequences in real life. That's why floating-point arithmetic is not suited for monetary calculations.

Community Package

PHP HEIC to JPG

The easiest way to convert HEIC/HEIF images to JPEG with PHP and Laravel framework. It uses binary file created with Go language and has no dependencies on any other PHP libraries, extensions or third-part software

Community Package 1.0.8

Livewire Modal

Wire Elements Modal is a Livewire component that provides you with a modal that supports multiple child modals while maintaining state.

Community Package 2.0.1

Roach PHP

Roach allows us to define spiders that crawl and scrape web documents. But wait, there’s more. Roach isn’t just a simple crawler, but includes an entire pipeline to clean, persist and otherwise process extracted data as well. It’s your all-in-one resource for web scraping in PHP.

Community Package

Laravel Source Encrypter

This package encrypts your php code with phpBolt.

Community Package 2.0.0

Laravel Markable

This package allows you to easily add the markable feature to your application, as for example likes, bookmarks, favorites and so on.

Community Package

collect.js

Laravel like collection class for Javascript.

Community Package v2.1.2

Laravel Digest

A simple package to create and send digest emails every certain period or when the amount reaches a certain threshold.

Community Package 1.1.0

Laravel Dumper

Improve the default output of dump() and dd() in Laravel projects. Improves the default dump behavior for many core Laravel objects.

Community Package v1.1.0

Livewire Rate Limiting

This package allows you to apply rate limiters to Laravel Livewire actions. This is useful for throttling login attempts and other brute force attacks, reducing spam, and more.

Community Package 1.5.7

Migrator

Migrator is a GUI migration manager for Laravel which you can create, manage and delete your migration.

Community Package

Laravel Sends

Keep track of outgoing emails and associate sent emails with Eloquent models