Recent posts with #Php

image
My package Mapbox for Laravel reached 20k downloads.
Thank you for using it ♥
🥳🥳
#php #Laravel

75

Laravel 11.31 brings new build functions for creating on-demand drivers for DB, mail, and cache! 🔧

Big thanks to Steve Bauman for this awesome feature! ✨

Now you can use:

DB::build([...]);
Mail::build([...]);
Cache::build([...]);

#Laravel #PHP

69