Latest Laravel/PHP Articles

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


This series of articles reflects my subjective opinion, based on vast personal experience, and is just a formalized knowledge share. I am not a scientist / acad...
Today, we will learn some simple steps to send a message to a telegram channel using the Bot API. We just need a Telegram account. Click here if you don’t have...
Forge can now send deployment notifications to your Telegram group chat. You can configure Telegram within the Notifications tab of your site. Documentation can...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Lately, if you’ve been working on some functionality and you want to extract it as a Laravel package, you’d like to first test it locally. And if everything is...
This article will try to describe how you can automate your Laravel application deployment process when deploying to a shared hosting server. Shared hosting is...
In this blog, we will use jenssegers/mongodb Package. If You want to get more details about the package, then Go To Github. MongoDB is an open-source, cross-pla...
Most PHP users use Xampp to run PHP on the local server. There are many alternatives to the Xampp server for Windows, Linux, and MAC OS. In this blog, I will wr...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Currently, I am working on Single Sign-On (SSO) and face the problem generating access_token without entering the user’s password. When authenticating using the...
All function names starts with __ in PHP classes are magical and each one does something special.
Turbolinks is an amazing tool. It’s really easy to use, makes things faster, and the best part, you basically need nothing to change on your back-end to integra...
Converting a Doc file to PDF has some techniques. Here I have followed a quickest and easiest one to make this happen.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Reading the documentation for File uploading seems a bit confusing to newbies. It happened with me too but I sorted it out and now you will sort it out too. By...
In this series, we will be reviewing the steps that we as developers need to take in order to create a suitable web presence and build an audience that we can c...
If you look at PHP’s core helper functions, they aren’t very intuitive to use and are pretty inconsistent at times. For instance, the array_map function is used...

blog.deleu.dev

PHPUnit with Bref
One thing I learned to love with Docker was the easy ability to run phpunit with the exact same environment that will be used in production. Whenever I’m settin...