Improving Laravel Architecture With Expressive

Learn how Expressive can improve a Laravel application by keeping Eloquent as the database layer while moving business logic to fully typed objects.

Wendell Adriel
Eloquent Query Classes Pattern

Learn how to use Eloquent Query Classes to organize important database logic in Laravel without adding a full repository layer.

Wendell Adriel
А хтось вже дивився #google edge #eloquent?

Google AI Edge Eloquent  |  Go...
Google AI Edge Eloquent  |  Google for Developers

Google for Developers
🗂️ Use #GoogleSheets as a #Laravel database! laravel-google-sheets-database-driver maps spreadsheet = DB, tab = table, row 1 = columns. Full #Eloquent & Query Builder support. #PHP #opensource
https://github.com/AmazingBV/laravel-google-sheets-database-driver

Album Cover: Eloquent - "Sound Theatre" (2026)

#Music, #Eloquent

Album Review: Eloquent – “Sound Theatre”

In May 2026, synthpop duo Eloquent released the album, Sound Theatre.

http://aeschtunes.com/2026/05/21/album-review-eloquent-sound-theatre/

#Music, #MusicReview, #Eloquent, #2020s, #2020sMusic, #Synthpop, #ElectronicMusic, #AeschTunes

Album Review: Eloquent – “Sound Theatre”

In May 2026, synthpop duo Eloquent released the album, Sound Theatre. About a month ago, I reviewed the song “Checkered Past,” which was released as a single from the album, which I enjoyed immense…

AeschTunes

55 Times in a 3 hour span is excessive even for a demented pyscho. In moments of anger or frustration i might do 5 posts in a day .

5150 in shells might be a good thing .

( The person must be deemed a danger to self (DTS), danger to others (DTO), or gravely disabled.) Fits?

#trump #cognitive #obama #nobelpeaceprize #eloquent #narcicissm
#mentalHealthMatters

Google sort une application de dictée par IA gratuite, et elle fonctionne sans internet, sauf que...
https://mac4ever.com/195546
#Mac4Ever #eloquent #Google

Song Review: Eloquent – “Checkered Past”

In April 2026, synthpop duo Eloquent released “Checkered Past,” the lead-off single from their album, Sound Theatre.

http://aeschtunes.com/2026/04/07/song-review-eloquent-checkered-past/

#Music, #MusicReview, #Eloquent, #2020s, #2020sMusic, #Synthpop, #ElectronicMusic, #AeschTunes

Song Review: Eloquent – “Checkered Past”

In April 2026, synthpop duo Eloquent released “Checkered Past,” the lead-off single from their album, Sound Theatre. A fun little side note about this single: it was mastered by Brian Hazard (aka C…

AeschTunes

#DelegatedTypes in #Laravel — Smarter Alternative to STI #PHP #Eloquent #opensource #webdev

🏗️ Model class hierarchies via polymorphic relationships & delegation — composition over inheritance, done right

🧵👇

🔄 Each subtype keeps its own table while sharing a common root Entry model — no more nullable column bloat like with STI
🎯 Comments, likes & reactions attach to the Entry — one route, one controller, no endpoint explosion