Latest Laravel/PHP Articles

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


In this article we are talking about the native PostgreSQL type daterange and how to easily use it in Laravel. MySQL currently does not support range types.
When I set out to build a simple website crawler with Laravel I started from scratch using Guzzle. I needed to input a website URL and generate a sitemap with e...
I believe in writing durable and easy to maintain code. It’s important to write code that is clear and concise, and we should strive to reduce the overall menta...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Amazon Polly is a nicely done cloud service that allows us to convert text into lifelike speech. Additionally, Amazon Polly delivers ground-breaking improvement...
After writing an article about 6 Eloquent Tricks Every Laravel Developer Should Know and receive a better than expected feedback from the readers, I decided to...
PHP_CodeSniffer has over 5 381 stars on Github and 210 default sniffs, PHP CS Fixer with 6 467 stars brings you 160 fixers. Both powerful tools dealing with cod...
Since custom casts have finally arrived with Laravel 7, we can take full advantage of this new feature to get full autocomplete and type checking of JSON column...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
WordPress to laravel, WordPress is a technology that is used for content management on the website. the word press helps us to manage content article and also p...
Keep up to date with my ramblings
Laravel eloquent provides a simple way of making database queries in your application. It uses Models as an object to interact with a table. To fetch all record...
The default code that throttles logins in Laravel is very basic: it will throttle the combination of the device IP and the user ID (the email by default) if the...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
The design patterns are cool! I tried to learn a few design patterns. But failed always. It’s hard to memorize and I forget easily 🙄. At least I find it hard. B...
Misc. on AWS, Linux, Git, SSH, Development PlatformRestart MySQL server on MacOShttps://coolestguidesontheplanet.com/start-stop-mysql-from-the-command-line-term...
Before we talk about Laravel 7 an updated version of Laravel release date and features, let us first know what Laravel is.
PHP offers a bunch of useful functions to operate with arrays. With some clever combination, we can easily create nice and very handy functionality. Let’s check...