Latest Laravel/PHP Articles

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


Cleaver will take care of pretty much everything for your— installing a free Let’s Encrypt SSL certificate and setting it up to auto-renew, configuring the prop...
Laravel is a PHP framework that has some default scaffolding right front from the box whoever you are planning to use react as the JS framework. These are the c...
As the Official site states “Just deal with your business logic in php, Restler will take care of the REST! This was the exact excerpt from the official documen...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Eloquent has one less-known function called withCount(): it helps to get the amount of related records inside of the main object. So in this case, we will have...
I recently set myself up with a new domain through BYU Domains (a service which gives a free domain to all BYU students and faculty) and I discovered that their...
I am learning Laravel, making a little ‘job application’ app to check things out. While implementing a quick check in a blade template to see whether or not a u...
Whenever there’s a need to deploy by means of an automated git pull, without the whole container, docker registry, aws overhead, the code below works best. 4. C...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Another quick package video review – this time we’re having Laravel Breadcrumbs, which helps to show the path with links to the record you’re currently showing....
It seem that Laravel 5.7 did not close the browser when a test finished. It continue to the next test which make session still remain. I found on this version,...
I have been working with Laravel for more than a year, but never realized some of Blade’s features. I want to share with you 10 underused blade directives that...
Throughout this tutorial for beginners you’ll learn to use Laravel 5.7 — the latest version of one of the most popular PHP frameworks — to create a CRUD web app...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
public function cf_hideEmailPhone($country_code,$phone,$email){. “Hide Email or Phone with star symbol / mark / *” is published by Srinivas Gundale
This guide discusses functionality available in two PHP static analysis tools: Psalm (from Vimeo), and Phan. PHPStan has plans to support templated types in an...
Copy and Paste these lines into terminal. “How to Install Composer on Linux” is published by Umar Taufiq
A few weeks ago I decided to try out something new. Telegram Bot caught my attention so I started playing around with it. The first thing I had to do was to set...