Blogs tagged with Laravel

How to validate object ownership in Laravel
There are several ways in which you can determine if a user owns an object in your Laravel application. This post will give you a couple of examples how you could implement this check within your form request validations.
Read more
Using ngrok with Laravel
If you like to temporarily expose your local development environment, you can do this with ngrok. If you use Laravel Valet for development, you already have ngrok...
Read more
Making WordPress passwords work in Laravel
When you are exporting WordPress users to a Laravel Application, you’ll notice that the hashed password from WordPress will not authenticate in Laravel. Now instead of your users having to reset the password, you can follow the...
Read more