Serving a Laravel website on a shared hosting can be a bit challenging, but it’s definitely possible. Here are some steps you can follow to deploy a Laravel website on a shared hosting: Continue reading Serve Laravel website on a shared hosting
Tag: Laravel
How to implement TOTP to Laravel
To implement TOTP in Laravel, you can use a library such as “Google Authenticator” or “TOTP”.
Here are the general steps you can follow to implement TOTP in Laravel:
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 local MongoDB Database. Continue reading How to access local MongoDB server from a Docker Environment
How to use MongoDB with Laravel?
To use MongoDB as the database for a Laravel project, you can use a package called “jenssegers/mongodb”. To install this package, run the following command in your terminal: