Skip to content

Mustafa Bugra

Systems Engineering M.Sc. / Developer

  • Home
  • About Me
  • Contact

Recent Posts

  • Export Multiple Linked Servers
  • Export All SQL Agent Jobs
  • DNS Records
  • Coalesce Function in MSSQL
  • Times and Timezones in PHP

Recent Comments

  1. Saswati on SQLite 3 Docker Compose
  2. mustafabugra on SQLite 3 Docker Compose
  3. Lucian on SQLite 3 Docker Compose
  4. erkin on Güncel Banka Bin Numaraları
  5. Yusuf Koca on Güncel Banka Bin Numaraları

Archives

  • February 2023
  • January 2023
  • December 2022
  • May 2020
  • September 2016
  • February 2016
  • July 2013
  • April 2013
  • December 2012
  • October 2012
  • September 2012
  • July 2012
  • June 2012
  • May 2012
  • May 2011
  • April 2011
  • March 2011

Categories

  • Development
  • Uncategorized

Tag: Laravel

Serve Laravel website on a shared hosting

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

Posted on 12/02/2023Categories DevelopmentTags Development, LaravelLeave a comment on Serve Laravel website on a shared hosting

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:

Continue reading How to implement TOTP to Laravel

Posted on 04/02/2023Categories DevelopmentTags 2FA, Development, Laravel, Security, TOTPLeave a comment on How to implement TOTP to 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

Posted on 02/02/2023Categories DevelopmentTags Databases, Development, docker-compose, Laravel, MongoDBLeave a comment on 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:

Continue reading How to use MongoDB with Laravel?

Posted on 01/02/2023Categories DevelopmentTags Development, Laravel, MongoDB, PHPLeave a comment on How to use MongoDB with Laravel?
Proudly powered by WordPress