Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


To check if a table exists in a database using Pest test in Laravel, you can use the following code: it('checks if table exists in the database', function () {...
As developers, we often find ourselves working with collections of data in our projects. Whether it's stock price data, weather readings, or server response tim...
https://sebastiandedeyne.com/eager-load-relations-in-laravel-using-with-where-has/ https://sebastiandedeyne.com/tags/laravel/When using whereHas in Laravel, it’...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.

blog.laravel.com

Vapor: Queue Management
Last week, we shipped a surprise update to Vapor that allows you to https://blog.laravel.com/vapor-application-logs-reloaded directly from the Vapor dashboard....
Author Name Chris Fidao Social Media Image by https://annieruygtillustration.com/ The deal with React is that I don't want it, but I'm jealous of the quality of...
To increase a value by a certain percentage on drag in Google Sheets, you can use the following steps: Enter the initial value in a cell. Position your mouse on...
By default, all data exposed by https://sylius.com API and all APIs using https://api-platform.com are formatted using https://json-ld.org, “JavaScript Object N...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Show the server status of your app right on your landing page Having a status page is kind of mandatory these days and luckily, there are a bunch of good servic...
https://sebastiandedeyne.com/auto-tooting-new-posts-with-val-town/ https://sebastiandedeyne.com/tags/mastodon/ https://sebastiandedeyne.com/tags/val-town/Since...
In this blog post, I'd like to show the easiest way to skip tests conditionally in tests. Using the simple technique, which can be used for other things besides...
Heads up: I'm going to use Vue/Alpine lingo in this article, but I think this pattern applies to lots of different tools. If you clicked a different row, the pr...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
https://sebastiandedeyne.com/a-css-selector-to-highlight-clickable-elements/ https://sebastiandedeyne.com/tags/css/I was building wireframes for a website with...
Its been a while that I have been recording videos for my https://www.youtube.com/@5balloons_info channel, when it comes to recording audio, having a high-quali...
These past 12 months were the most intense in my entire life: Lost >60% of my life savings due to bad economy and currency devaluation. Gained 15 kilos after be...
When we use the php artisan queue:work command to start the queue worker process, this command runs jobs from the default queue To run a specific queue in Larav...