This looks like an amazing release!
This looks like an amazing release!
Correct. In laravel terms we call it an eloquent model as it uses eloquent for the database connection
Looks great.
Clicking the 3 dots on android just shows a weird empty box
Try the drifter. It's probably the best point and click I've played. It's even awesome with a controller (played it on steam deck)
store.steampowered.com/app/1170570/...
*in not only
Scoping with eloquent. Like you have a project and/or tenant that needs to be scoped only all queries. This gets quite tricky for nested relations etc
You can give this a shot if it's locally you are having issues github.com/PlannrCrm/la...
It sped my tests up by a lot. It runs migrations once and only runs them again if anything changes
A screenshot from PHPStorm
Quick PHPStorm pro tip: adding "@formatter:off" to the top of a blade markdown email file will stop it automatically indenting on save and turning your entire markdown block into a code block.
This is handy because it leaves the auto-formatter on for all other blade files.
I use it for cleaning up chat. When a user clicks around, I dispatch small ajax requests with axios for removing notification counts in the background. I don't want the user to notice so no loading bar etc
Screenshot from a Tumblr post by ralfmaximus: Mozilla, in its finite wisdom, embedded LLM bots into recent versions of Firefox for the vitally-important purpose of⦠naming tab groups. Now, some users are noticing CPU and power usage spikes caused by a background process called Inference. Ugh. Reminder again for Firefox users to visit your about:config page, search for the browser.ml.chat.enabled key, and set that to false: If yours says true then double-click it until it reads false. Doing that turns off the AI chatbot features in Firefox, but also the stupid new LLM tab-naming feature that's rolling out
Hey Firefox users.
We are giving away a ticket to @laravellive.dk! Want to meet the Laravel community in real life? Donβt miss this chance!
β¨ Enter now and see you in Copenhagen!β¨
Only eligible people apply. Thank you!
#Laravel #LarabellesPHP #LaravelLiveDK
larabelles.com/giveaway/lar...
I made this package specifically to get more predictable tests on the dom (in both blade and livewire components)
github.com/sinnbeck/lar...
Haha yeah indeed! Never seen their websites before. Just know them from stores in Denmark where they were all the rage, years ago
It's that tefal thermo spot does?
Laravel Tip π‘: Real-Time Download Progress
If you ever need to download a file in your Laravel app, consider using Guzzle's progress option. It gives you real-time updates on the download, which you can broadcast to your UI, display in the console, or handle however you like π
#laravel
For those who missed it Thursday, I did a long thread on the clifftop duel scene in The Princess Bride, picking out the historical swordfighting references and what they mean in context.
Enjoy!
Cool proof of concept. I wonder if anyone has made a full working system? For instance, if the user refreshes the browser or network changes, how do we ensure that the call is still completed and saved to the database. Use jobs are a man in the middle?
New blog post idea? π
I agree except for natural sorting. I think mariadb has it in the latest version but mysql does not at all
I haven't shared any progress about mago here recently, but big things are coming!
#rust #php #staticanalysis #mago
I am looking into setting up a server for transcribing audio. I was planning on using LocalAI along with the openai-php client. Sadly it seems that they are incompatible due to LocalAI not sending the "seek" part of the response. What are others using? I cannot use ChatGPT directly (GDPR)
I've reached 1000 subs on my YouTube channel! In celebration, I'm giving away my 3D godot course for the first 1000 people! Click the link to access!
#godot #giveaway #gamedev #indiegames #indiedev #solodev #udemy #youtube
www.udemy.com/course/godot...
Mark your calendars: on June 17th we'll celebrate PHP's birthday with PHPverse: a free and online event for the whole community!
You can check out the details and register here: jb.gg/phpverse-brent
Zero dependency HTML AST written in php π
I was in need of a tool that could format HTML properly. I tried DOMDocument but found it was removing a lot of my markup in the process. Then I saw Tempest had ab AST for its views. It inspired me to write my own! Its not quite ready for release, but its getting close!
github.com/sinnbeck/htm...
I ended up writing my own (inspired by yours!) :)
packagist.org/packages/sin...
If you've been following along with my Dusk experiments, I just put up a draft PR: github.com/laravel/dusk...
If you have a big Dusk test suite, I would *love* for you to pull down my version and see how it works for youβ¦
That's fair. I'll give it a proper look once it's released