PHP

Some jQuery Event Methods.

Some jQuery Event Methods. jQuery events are those tasks that can be detected by your web application. They are used to create dynamic web pages. An event represents the exact moment when something happens. This Read more…

By , ago
PHP

Invading private properties and methods in PHP

[AdSense-A]

Last week, Caleb tweeted about a nifty function called invade - that he had made to easily work with private properties and methods.

😈 Whatcha think of my new favorite helper method?

That property/method protected or private? No problemoooo πŸ”“ pic.twitter.com/HqMXKKpRsJ

β€” Caleb Porzio (@calebporzio) February 11, 2022

He added that invade function to Livewire. Because I could see myself using this in non-Laravel projects, I packaged up the function in a new package called spatie/invade.

(more…)

By , ago
PHP

DevToys for Mac

Here’s a free nifty little Mac app that can do a whole bunch of tasks: formatting JSON, encode URLs, generate UUIDS. Read more

By , ago