Category: Laravel

Community Laravel

Laravel Pulse

Pulse delivers at-a-glance insights into your application's performance and usage. Track down bottlenecks like slow jobs and endpoints, find your most active users, and more.

pulse.laravel.com

620 clicks
620 views

Filament Laravel Livewire Series: Filament CRM

Building a CRM with Filament 3, Part 2: Customers

Lets add a customers resource to Filament so we can create, edit, and delete customers.

Anthony Rappa Anthony Rappa

Anthony Rappa

7 min read
5,050 views

Filament Livewire Laravel Series: Filament CRM

Building a CRM with Filament 3, Part 1: Installation

In this series we are going to test our Filament knowledge and build a CRM from the ground up. No existing knowledge of Filament is required.

Anthony Rappa Anthony Rappa

Anthony Rappa

4 min read
8,295 views

Laravel Filament

Jetstream 4, Filament 3 Template

A fresh installation of Laravel 10 with a Filament 3 backend and Jetstream 4 frontend. Tons of packages pre-installed and configured including roles/health/backups/timezones/settings/impersonation and more.

Anthony Rappa Anthony Rappa

Anthony Rappa

1 min read
4,906 views

Community Laravel Docker

DevOps With Laravel: Dockerizing a Laravel application

In this article, I'm going to show you how to dockerize an application that has the following components.

martinjoo.dev

849 clicks
849 views

Laravel Filament

Laravel 10, Filament 3, Livewire 3, Breeze Template

A fresh installation of Laravel 10 with a Filament 3 backend and Breeze frontend. Tons of packages pre-installed and configured including roles/health/backups/timezones/settings/impersonation and more.

Anthony Rappa Anthony Rappa

Anthony Rappa

1 min read
3,988 views

Community Laravel

Everything You Can Test In Your Laravel Application

A common challenge in testing is not only HOW to test something, but WHAT you can test. That's why I have made a list of all the things I like to test in my applications.

christoph-rumpel.com

576 clicks
576 views

Community Eloquent Laravel

Define Casts in a Query

Laravel has Eloquent attribute and custom casting. But did you know about query-time casting? It's documented in Laravel, and illustrated beautifully by Aaron Francis.

laravel-news.com

651 clicks
651 views

Livewire Laravel

Laravel 10, Livewire 3, Breeze Template

A fresh installation of Laravel 10 with Breeze Authentication and Livewire 3. A frontend/backend split with roles as well as breadcrumb management and an SPA like feel using wire:navigate.

Anthony Rappa Anthony Rappa

Anthony Rappa

0 min read
1,222 views

Community Laravel

A look at what's coming to Laravel 11

Laravel 11 is not scheduled to be released until the end of the year, but some new features have been shared out, and Taylor goes through some big new improvements in his Laracon keynote.

laravel-news.com

546 clicks
546 views

Community Laravel Vanilla PHP

Refactoring conditionals to callables in PHP

Recently, I came across a very handy tip by Nuno Maduro where you can refactor some of the conditionals in your code to callables to make your code more elegant and readable.

www.amitmerchant.com

534 clicks
534 views

AI Laravel

Querying OpenAI with Laravel

Let's see how we can query the OpenAI API and get a response in Laravel.

Anthony Rappa Anthony Rappa

Anthony Rappa

2 min read
3,144 views