PHP
Drying up test coverage using model scope events
Let’s explore the option of firing events on model scopes to add some glue between our feature tests and our unit tests. Read more
Let’s explore the option of firing events on model scopes to add some glue between our feature tests and our unit tests. Read more
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…
[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.
Here’s a free nifty little Mac app that can do a whole bunch of tasks: formatting JSON, encode URLs, generate UUIDS. Read more
What’s all the fuss about React hooks? In our latest blog post, we share the basics of managing state with hooks in a React app. Read more
How many times have you onboarded a new dev onto your team, only to have to spend ages debugging with them because your project’s .env.example file is wildly outdated? Here’s a package that can help Read more…
Auto Save Example In PHP & MYSQL. In this post weβre going to learn how to save data automatically in database on specific time interval using Ajax Jquery with PHP and Mysql. This type of Read more…
[AdSense-A]
I'm proud to announce that our team has released a new package called spatie/laravel-route-discovery. This package can be used to automatically discover and register routes by looking at your controllers and views. Of course, you can also still register routes like you're used to in a routes file.
In this blog post, I'd like to tell you all about this package.
In this video, Jeffrey Way of Laracasts shares all the cool new stuff in Laravel 9.
Last year, Laracon held another online edition in the summer. All of the videos are now publicly viewable. You’ll find them in this playlist on YouTube. I had the honour of doing a short talk Read more…