Override default 404 behavior in Laravel
April 22, 2022 — When working with Laravel routes, if it’s not able to find the matching route, a typical 404 HTTP response will be generated and returned back.
A blog on PHP, JavaScript, and more
April 22, 2022 — When working with Laravel routes, if it’s not able to find the matching route, a typical 404 HTTP response will be generated and returned back.
April 15, 2022 — When you’re working with dates in Laravel, chances are high that you might have done it with this library called Carbon.
April 13, 2022 — Oftentimes when working with applications, for the sake of testing things out we need placeholder files. For instance, if we have a file upload functionality, we may want to test it for a certain file type of a certain size.
April 12, 2022 — Oftentimes, we need to trim the user-entered input to remove the additional white spaces around the string.
April 11, 2022 — If you’re a web developer, you pretty much have worked with different kinds of borders in CSS. Borders can come in all the different shapes and sizes.
April 4, 2022 — If you own a website and the website is related to some brand out there, you would be looking for ways that make the website look in line with the brand.
March 31, 2022 — If you’ve ever been in a situation where you need to wrap your string with some characters, let’s say "
, you most probably would do something like so.
March 29, 2022 — Often you may need to incorporate keyboard shortcuts into your website. And in modern web applications, keyboard shortcuts have become an integral part of the user experience.
March 25, 2022 — If you’re not under the rock and using the internet for quite some time, you most probably have stumbled upon one of these websites where when you scroll through the website, portions of it snap to the viewport automatically.
March 23, 2022 — There are mainly three kinds of caches in Laravel that you need to clear all the related junk files and optimize the performance of the application.