Category: Laravel

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
4,140 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
6,896 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,457 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

711 clicks
711 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,593 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

461 clicks
461 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

489 clicks
489 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,007 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

412 clicks
412 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

420 clicks
420 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
2,355 views

Community Tailwind Livewire Laravel

Wire Elements

Beautiful components crafted with Livewire

wire-elements.dev

591 clicks
591 views