I am new to the world of static site generators and after a couple of hours of research I zeroed down to using 11ty / eleventy to build a simple static site. He...
Before we start, this is the first article i write in english, so apologize for any mistakes. In this article, i will show you how to implement JWT authenticati...
A typical Laravel application will likely have many routes, config files and possibly some events. In your development environment, these routes and config file...
I am new to the world of static site generators and after a couple of hours of research I zeroed down to using 11ty / eleventy to build a simple static site. He...
In this article, we will see how to force redirect HTTP to HTTPS in laravel Here we will show you two methods in laravel redirect to HTTPS first is laravel redi...
Video link: https://youtu.be/8eMBg6pBrVs HELLO FELLOW DEVELOPER! How are you? In laravel you can easily export your data in pdf format with the help of this use...
We can put all codes of a web application into controllers but this action sounds crazy and it’s quite not right to do! In this article we will see how to struc...
Not Bad: This returns ALL posts where votes are greater than or equal to 100 are returned. Good: This returns Users posts where votes are greater than or equal...
I am building a website on laravel livewire. I've impimented turbolinks and to speed up the website, I am trying Vanilla LazyLoad everything is working fine unt...
Laravel is certainly almost everyone's favorite PHP framework and an excellent developer's companion. It attempts to relieve the pain that comes with developmen...
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...
When working with eloquent to fetch models-related data from the database, and then doing any type of processing on the model’s relations, it’s important that w...
What is Bootstrap? Bootstrap is a free and open-source web development framework. It’s designed to ease the web development process of responsive, mobile-first...
In this article, we will see how to send an email with an attachment in laravel 8. As we all know mail functionalities are common in all projects but if you wan...
In Laravel if you are storing date in the mysql database and on the frontend you want to change the display format, you can do so easily via Model accessors and...