[NEW] Practical Laravel Security: Packages, Secrets, Supply-Chain Attacks
With more attacks on Laravel and PHP packages, how can you protect your project and secret keys? Thi...
We found 11 results for "security".
With more attacks on Laravel and PHP packages, how can you protect your project and secret keys? Thi...
These days, security is very important. That's why many applications implement two-factor authentication. In this tutorial, I will show you how to do that in Laravel, using Laravel Notifications and sending a one-time password via email or SMS.
Do you think you write SECURE code in Laravel? Let's see if you follow these 9 pieces of advice about security in Laravel.
What happens if you forget to validate some input data? In this video, I will show you three examples.
Our team is here to help. Ask us anything about Laravel development and we'll get back to you with personalized guidance.
I often see the question: "Is Laravel secure?", and in this video, let's take a look at what the framework offers, and how developers use or misuse the security features.
One potential security issue in your application may be comparing strings with loose comparison. Let me show the example.
There's an easy way to auto-encrypt and decrypt certain fields in Eloquent. Let me show you how it works and share an opinion of WHEN to use it.
If you use $request->all() in your POST methods, you need to be careful. In this video, I'm showing how to use that as a security issue, and ways to protect from that attack.
I want to show you a feature called Nested Resource Controllers, and also how to use it with Route Model Binding correctly.
Two examples of Policy methods from open-source project Pinkary.
A quick video showing how to protect from SQL injection in raw queries of Laravel Query Builder.