Category: Laravel

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
288 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

106 clicks
106 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
473 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

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

113 clicks
113 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
164 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

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

87 clicks
87 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
437 views

Community Tailwind Livewire Laravel

Wire Elements

Beautiful components crafted with Livewire

wire-elements.dev

134 clicks
134 views

Community Laravel

LaraBug

Your users do not always report errors, LaraBug does. LaraBug is a simple to use and implement error tracker built for the Laravel framework

www.larabug.com

89 clicks
89 views

Community Laravel AI

Usage Laravel and ChatGPT "Function calling"

Recently, OpenAI released an update for ChatGPT, introducing new features that allow developers to describe language model functions - gpt-4-0613 and gpt-3.5-turbo-0613. These features enable the generation of JSON objects containing arguments to run thes

dev.to

146 clicks
146 views