Conditional validation rules in Laravel 8.x
August 16, 2021 — Sometimes, you might end up in a situation where you would want to add certain validation rules for fields.
A blog on PHP, JavaScript, and more
August 16, 2021 — Sometimes, you might end up in a situation where you would want to add certain validation rules for fields.
August 13, 2021 — If you ask me what is that one thing that I (over)use when working with JavaScript, the only answer you’ll get is console.log()
.
August 11, 2021 — When it comes to using Git from the CLI, one of the commonly used commands is the git log command. The command essentially shows, as its name suggests, the log of all the commits (recent commit first).
August 9, 2021 — The first character in this paragraph, the letter “T”, is called a drop cap or an “initial”. Why? Because in a written or published work, an initial or drop cap is a letter at the beginning of a word, a chapter, or a paragraph that is larger than the rest of the text.
August 5, 2021 — If you’ve ever worked with JSON objects in JavaScript, you most probably have reached the JSON.parse() method at some point or another which parses a JSON string and returns the JavaScript value or object described by the string.
August 2, 2021 — More often than not you’ll find yourself in situations where you would need to search keywords or phrases across your project.
July 31, 2021 — Sometimes, the biggest sign that shows that a framework is maturing is when it has multiple ways of doing the same thing. Laravel, being one of these frameworks, is no exception.
July 25, 2021 — Sometimes, the things you might think are tricky to implement can turn out to be a matter of just a few lines of code if you read the documentation.
July 24, 2021 — One of the many benefits of using Laravel as a framework is the immense customizability it comes with. So, you can use this to overcome some of the limitations.
July 20, 2021 — Here’s a little tip I get to know about Eloquent through this tweet by ninjaparade.
Download my eBook
(Includes PHP 8.1 and 8.2)
Follow me everywhere