Putting Lyngo through its paces on a real codebase: Shoutrrr, the Coolify team's open source post scheduler. Managing an actual Laravel app's translations, not a toy demo. This is where a translation management system earns its keep, and Lyngo is earning it
Most Laravel apps don't need repositories. You wrapped Eloquent, an abstraction, in another abstraction, so you could swap a database you will never swap. Delete the layer and read your models like everyone eventually does anyway.
Laravel tip: stop reaching for env() outside config files. Once you run config:cache, env() returns null and things break in ways that look random. Read from config(), let config files read from env. One habit, fewer 3am mysteries. #laravel #php
Small wins compound. Cleaned up a messy piece of infrastructure today that's been quietly wasting time for months. Nobody will notice it's fixed, which is exactly the point.
I am in I wanna live in Lebanon era. I don't know why but I really adore that country. I just love it.
Recently I've made a little website, to test some stuff. I followed the usual rule, sitemap, adding it to Google, and that sort of things. It has been a month or so. And behold 🤯, I've never got something like for my personal stuff. I guess I should study why this happened. ⬇️
Wanna know why the "env()" laravel function sometimes returns null? Here’s why: youtu.be/BxX5y5NhSLI?...
Laravel env() Returning NULL? Here’s the Fix!
YouTube video by Nuno Maduro
youtu.be
I think I've nailed it, the new VSCode extension is gonna be here soon. I just need to test it. So I am gonna go back to one of my old projects, and work on it, and see✌️. #laravel #livewire #javascript #typescript
FINALLY the stupid authentication from the VSCode extension is working. #laravel #php #javascript
Hey Laravel community. I'm looking for a good tutorial or course that helps me to test the integration of Laravel Cashier with Paddle. I'm testing multiple payment processors, and it was not enough with the Laravel Documentation. Is there any resource to recommend? I'm using Inertia with React, BTW.
I have a genuine fear of Typescript, so what did I do ? I started a new project, a VSCode extension.
Since I am the worst Frontend developer ever existed, #TIL you can import files in Vite like importing other stuff. And you can get the URL for that file. Pretty cool #javascript #laravel #livewire
Great, now let's rewrite the whole fucking thing in JavaScript.
another quick note 🗒️ searching for more gigs 🔎 I need to update my resume, but in this last year or so: #vue 3 + pinia + bootstrap, #googlemaps (and places, etc) #laravel 10 swims with #react #node #mysql #tailwind and so on I need to update my github profile as well: github.com/DanielSmith
Want to code & chill ? Or just see my awful codebase ? Come around www.twitch.tv/koossaayy
Twitch
Twitch is the world
twitch.tv
🐥 TIL: running a scheduled command manually in Laravel #laravel #php #terminal #tools
TIL: running a scheduled command manually in Laravel
#laravel #php #terminal #tools
yellowduck.be
A little @filamentphp.com tip. But if there a *filament* way to do it, please share it. #laravel #filament #livewire
Make the tabs label full width in Filament Tabs
How to make the label full width in Filament Tabs layout.
koossaayy.tn
Archive Sent Emails on Laravel easily. #php #laravel #imap koossaayy.tn/effortless-e...
Effortless Email Archiving Saving Sent Emails on Server with Laravel IMAP
Effortlessly archive sent emails on your server with Laravel IMAP. Seamlessly integrate email archiving into your Laravel app to keep sent emails secure and easily accessible.
koossaayy.tn
I decoded my daily message on topsecret.spatie.be and got a nice prize!
No luck tonight, but I will try more tomorrow.
I have something that's bothering me in Filament. In the File Uploader component, the upload starts once the files are selected. This causes no issues at all. The problem arises when uploading big files, the user has to wait for the upload to finish to submit the form ⬇️
I have something that's bothering me in Filament. In the File Uploader component, the upload starts once the files are selected. This causes no issues at all. The problem arises when uploading big files, the user has to wait for the upload to finish to submit the form ⬇️