Latest Laravel/PHP Articles

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


After more than 2 years of building Oh Dear, I still struggle with the most fundamental question: how are users finding our application and where should we focu...
Sometimes you need different PHP versions to run older scripts or work in older projects. If you have not yet installed XCode, please install the XCode Command...
It can be very hard to spot a false positive within a test. So how do you avoid them? In this video we look at how you can avoid false positives in your tests b...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Laravel already provides tradition login forms authentication, but imagine if you intend to use APIs? When user login via API, a token is generated and delivere...
Its adding variable between string, no more messy code where concatenation operator (). between your string and variable. Remember to use double quote (“), you...
In this tutorial, we’re going to setup github actions to run tests on a merge of a Laravel Project To create a new workflow you will need to add a new file insi...
It’s a new major version, which means that it will introduce some breaking changes, as well as lots of new features and performance improvements. Becau...
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.
We crawl and search for broken pages and mixed content, send alerts when your site is down and notify you on expiring SSL certificates. Start your free 10 day t...
Method name as enableQueryLog will help you to enable query log in laravel DB::enableQueryLog(); $arr_user = DB::table(‘users’)->select(‘name’, ‘email as user_e...
If you’re working alone on a personal project and for any reason can’t bother with setting up CI/CD pipeline this post is for you. Amongst other things you migh...
If you enjoy reading my blog, you could consider supporting me on Patreon. The "plus" sign is a shorthand way of merging arrays, but there's a difference in how...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
If you enjoy reading my blog, you could consider supporting me on Patreon. If you want to join two multidimensional arrays in PHP, you should still use array_me...
A blog on PHP, JavaScript and more Amit Merchant · June 5, 2020 · ⋆ Terminal It’s always nice a nice idea to add something to your workflow which can enhance yo...
Laravel’s Eloquent offers a bunch of default model events out of the box. Let’s see an example: From now, when we call the $message->read() method on our model...

matthiasnoback.nl

DDD and your database
Posted on May13th2020 by Matthias Noback We're not even discussing CRUD in this article, which apparently is the worst of the worst). In a previous art...