Latest Laravel/PHP Articles

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


Algolia is one of the most popular full-text search services. They have the libraries for different programming languages to integrate full-text search to the y...
My new book, “Nigel’s Intranet Adventure” is now available to pre-order on Amazon Kindle and will be released on 7th September 2020. This is the first fiction b...
Laravel 8, the brand new release of the Laravel framework is all set to launch on 8th of September. Taylor Otwell gave an impressive insight of what to expect i...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
I had quite a big challenge trying to setup Laravel with Elastic Beanstalk EC2 Instances and I tried my best to look for resources explaining the steps in detai...
When your project relies on public packages, it’s clear that detecting public security vulnerabilities is a great addition to your CI/CD pipeline. Disclaimer: T...
Reflection is used to check the internals of the function/class/object itself. Reflection can be simply an analog to self-reflection. Written by
In this article lets learn simple steps to lazy load YouTube videos or any other videos. Once your website loads and if contains any YouTube or any other vide...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
A Psalm plugin for Laravel GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together....
· August 28, 2020 · ⋆ TypeScript When it comes to exporting modules, there are two primary ways in TypeScript using which you can do this. For instanc...

stitcher.io

Annotations
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. Start your free 14-day trial...
Laravel GraphQL is a implementation of GraphQL with PHP for Laravel. Very easy to install and use. So the plan in this post is to create langs query and see it...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
In this post I’m going to set up the enviroment to test the queries and mutations, and test the langs query. It's the same query created in the previous post Ba...
Autoload class, the corresponding instruction is “classmap”. Autoload file(functions),directive is “file”. 3. PSR4, use namespace automatically load fu...
This article will outline how to lazy load (dynamically load) VueJS Single File Components When making large sites that utilize lots of components by default th...
I am currently working a on a Laravel project that is using image intervention to handle image resizing. I was battling with this damn issue of my images resizi...