Latest Laravel/PHP Articles

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


Laravel v7.15.0 is released in 2020/06/09, here are the changes we`ve merged into this release. Certified Laravel | PHP | Magento Developer.

blog.laravel.com

Vapor Tinker Command
Today we released version v1.7.0 of laravel/vapor-cli. Using the new command, you can execute code on Vapor using Laravel Tinker: If you do not provide the --co...
Enable OPcache via php.ini referens https://www.cloudways.com/blog/integrate-php-opcache/ Written by
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
A blog on PHP, JavaScript and more Amit Merchant · June 9, 2020 · ⋆ PHP Wouldn’t it be nice if you don’t have to declare the class property over and over again...
If you enjoy reading my blog, you could consider supporting me on Patreon. It made me wonder if and how the team we work in, and the kind of projects we work on...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...