Uncategorized

- Advertisement -
Ad image

Latest Uncategorized News

How to Get .env Variables in Laravel (Controller + Blade) Safely

I recently needed to get .env variable in Laravel while moving some settings into my project’s .env file. I added…

how7o

How to Add Commas to Numbers in PHP (Thousands Separator)

I ran into a small-but-annoying issue while displaying prices: I needed to add commas to numbers in PHP so amounts…

how7o