Latest Laravel/PHP Articles

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


Simplicity; its sounds amazing and interesting right? For you to be able to build modules (a sub system) off your project and reuse them in another project. Yes...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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