How to Get Current URL Inside Blade Templates
In this article, we will discuss how to get the current URL inside Blade templates. We can use the request() global helper function… Read More »How to Get Current URL Inside Blade Templates
In this article, we will discuss how to get the current URL inside Blade templates. We can use the request() global helper function… Read More »How to Get Current URL Inside Blade Templates
Let’s quickly look at how we can set variables in Blade templates. Here we have some simple HTML where we output the name John Doe.… Read More »How to Set Variables in Blade Templates
Let’s quickly look at how we can use the ternary operator in Blade templates. Here we have a simple good old if/else statement. If the… Read More »How to Use Ternary Operator in Blade Templates
Let’s look at how we can get the raw SQL query from an Eloquent Model and Query Builder in just a few steps. Get… Read More »How to Get Raw SQL Query From Eloquent & Query Builder
In this post, we’ll discuss how to review your code and why you should get into the habit of doing that. But before we begin,… Read More »5 Ways to Code Review Your Code and Why You Should Do It
Let’s talk about rubber duck debugging. In this post, we’re going to find out: what is rubber duck debugging how it can help you become… Read More »Rubber Duck Debugging: Improve Your Debugging Skills
This is a special post! A few days ago Neutron Dev YouTube channel reached 100 subscribers 🎉 It ain’t much but it’s honest work! To… Read More »100 Subscribers Celebration 🎉| Thank You | What’s Next?
In this post, we’re going to talk about ‘security.txt’: what is it what are the benefits the downsides how you can easily create your own… Read More »Security.txt: Pros, Cons & Ethical Hacking