How To Keep Your Laravel Application Hacker-Free

How To Keep Your Laravel Application Hacker-Free

In the recent Laracon AU 2024 Conference, Stephen Rees-Carter explained the biggest mistakes developers do while (and after) building a website using Laravel. Stephen is a great friendly hacker and has ethically hacked many websites and he mentioned all the stuff that we as developer do wrong which make people like him easily penetrate our

Laravel How to create temporary URL for files in Local Disk

Laravel: How to create temporary URL for files in Local Disk

Sharing temporary local file URLs or Links in Laravel has never been easy. We all have those secret files that we only people authorized to access them and we have a lot of services to help us with that such as DigitalOcean Cloud, S3 and what not. But when it comes to local development where

Cache::flexible() method of Laravel

Cache::flexible(): Best way to cache in Laravel

Caching large set of data that has been computed before is always a good idea to make your website faster and one of the most common things we as developer do is using the remember() method of Cache class, but there are some problems with this approach that Laravel fixed. In this post, we will

defer() function in laravel

defer() function in Laravel

The new defer() function in Laravel can be really useful when you need to perform an action that the user does not care about or don’t want to wait for it. This can be useful when you are logging user interactions in an analytical database that takes a couple milliseconds or even seconds but you