Advertisement · 728 × 90

Posts by René Sinnbeck

You can use relationships across databases as long as it's only for loading relationships :) I do that in one of my apps where we have a legacy external database.

1 week ago 0 0 0 0
Preview
Forte A complete ecosystem for parsing, analyzing, and transforming Laravel Blade templates. Includes AST querying, code rewriting, formatting, and developer tools.

I am happy to announce that Forte v1 is now available! Forte is my new library for parsing and modifying #laravel Blade.

fortephp.com

1 month ago 17 10 4 1

This looks like an amazing release!

1 month ago 2 0 0 0

Correct. In laravel terms we call it an eloquent model as it uses eloquent for the database connection

1 month ago 3 0 1 0

Looks great.
Clicking the 3 dots on android just shows a weird empty box

4 months ago 0 0 0 0
Preview
The Drifter on Steam A Pulp Adventure Thriller - A murdered drifter awakens. Alive again, seconds before his death. Hunted and haunted, help him untangle a mad web of conspiracy in this fast-paced point 'n click thrill-ri...

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/...

5 months ago 1 0 1 0

*in not only

5 months ago 0 0 0 0

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

5 months ago 1 0 1 0
Preview
GitHub - PlannrCrm/laravel-fast-refresh-database: 🚀 Refresh your test databases faster than you've ever seen before 🚀 Refresh your test databases faster than you've ever seen before - GitHub - PlannrCrm/laravel-fast-refresh-database: 🚀 Refresh your test databases faster than you've ever seen before

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

5 months ago 1 0 0 0
Advertisement
A screenshot from PHPStorm

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.

5 months ago 4 2 0 0
Preview
GitHub - sinnbeck/laravel-dom-assertions: Adds DOM assertions to laravels test responses Adds DOM assertions to laravels test responses. Contribute to sinnbeck/laravel-dom-assertions development by creating an account on GitHub.

github.com/sinnbeck/lar...

5 months ago 0 0 0 0

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

7 months ago 1 0 0 0
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

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.

7 months ago 11808 6593 186 259
Preview
Larabelles Larabelles is a community for PHP and Laravel developers under-represented due to their gender.

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...

8 months ago 10 8 0 0
Preview
GitHub - sinnbeck/laravel-dom-assertions: Adds DOM assertions to laravels test responses Adds DOM assertions to laravels test responses. Contribute to sinnbeck/laravel-dom-assertions development by creating an account on GitHub.

I made this package specifically to get more predictable tests on the dom (in both blade and livewire components)
github.com/sinnbeck/lar...

9 months ago 2 0 1 0
Preview
T-fal C112SC Signature Nonstick Expert Thermo-Spot Heat Indicator Dishwasher Safe Cookware Set, 12-Piece, Red - 2100095857 Professional Style T-fal Signature Nonstick Expert Interior Thermo-Spot Heat Indicator Dishwasher Safe Cookware is a must-have addition to any serious cooking enthusiast’s repertoire. The unique T-fal Thermo-Spot heat indicator lets you know when your pan is perfectly preheated to seal in the flavor of your food. T-fal Signature Nonstick Expert Interior Thermo-Spot Heat Indicator Cookware carries a lifetime warranty against defects, excluding dishwasher damage.

www.amazon.com/T-fal-Signat...

10 months ago 3 0 1 0

Haha yeah indeed! Never seen their websites before. Just know them from stores in Denmark where they were all the rage, years ago

10 months ago 2 0 0 0

It's that tefal thermo spot does?

10 months ago 1 0 1 0
Advertisement
Post image

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

10 months ago 3 1 0 0

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!

10 months ago 73 38 2 2

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?

10 months ago 0 0 0 0

New blog post idea? 😊

10 months ago 0 0 1 0

I agree except for natural sorting. I think mariadb has it in the latest version but mysql does not at all

10 months ago 0 0 1 0
Post image Post image Post image Post image

I haven't shared any progress about mago here recently, but big things are coming!

#rust #php #staticanalysis #mago

11 months ago 3 2 1 0

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)

11 months ago 0 0 0 0
Preview
Intro to 3D Game Development Masterclass in Godot! Learn how to build a 3D game from scratch in the Godot game engine with character controls, menus, dialogue, and items!

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...

11 months ago 50 13 7 0
Preview
JetBrains PHPverse 2025 – Online Event Celebrating 30 Years of PHP Join us for a free virtual event as we celebrate PHP’s 30th anniversary with top experts and thought leaders. Enjoy insightful talks, exciting announcements, and a look at the future of PHP developmen...

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

11 months ago 14 2 1 0

Zero dependency HTML AST written in php 😁

1 year ago 1 0 0 0
Advertisement
Preview
GitHub - sinnbeck/html-ast: An HTML AST (Abstract Syntax Tree) parser written in PHP. An HTML AST (Abstract Syntax Tree) parser written in PHP. - sinnbeck/html-ast

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...

1 year ago 3 0 0 1
sinnbeck/html-ast - Packagist Create an AST from a html string

I ended up writing my own (inspired by yours!) :)

packagist.org/packages/sin...

1 year ago 1 0 0 0