Mahdyar's Blog

My Thoughts

LATEST

Route paths and reserved usernames in Laravel

In this post, we’re going to make a rule that prevents users from registering with route paths and reserved usernames as their usernames in Laravel.

If you’ve decided to serve your user profiles in a way like this:

/{username}

You may have noticed that it may cause some problems, for example, a user can choose “login” as his/her username and…, Boom!

More…

Laravel on Apple Silicon (M1 arm64)

If you have an M1 Mac and want to install Laravel on Apple Silicon, you’ve probably encountered some difficulties with Laravel…

As Laravel Documentation suggests, you should use Docker, but well.., Docker is not yet fully supported on M1 macs, however, you can download the preview build from here. it works just fine.

More…