Latest Laravel/PHP Articles

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


When it comes to full-text search in your application, Laravel has something to offer. I’m talking about Laravel Scout, which can make your Eloquent models to b...
Laravel v7.10.0 is released in 2020/05/05, here are the changes we`ve merged into this release.
Here’s a quick tip for those out there who tries to test an field with Laravel Dusk.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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.
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...