Serving a Laravel website on a shared hosting can be a bit challenging, but it's definitely possible.…
04 February 2023
How to implement TOTP to Laravel
To implement TOTP in Laravel, you can use a library such as "Google Authenticator" or "TOTP". Here…
02 February 2023
How to access local MongoDB server from a Docker Environment
It is actually pretty easy. In my case I needed to reach from Laravel Sail to my…
01 February 2023
How to use MongoDB with Laravel?
To use MongoDB as the database for a Laravel project, you can use a package called "jenssegers/mongodb".…