Skip to content
Basak's blog
  • Home
  • Who am I?
  • Personal web site

Category: Uncategorized

Setting Up Apache and PHP on macOS with Homebrew: A Step-by-Step Guide

October 13, 2024 bskscmn

Installing Apache and PHP using Homebrew on macOS and virtual hosts configuration for multiple projects. Prerequisites Make sure you have…

Continue Reading →

Continuous Deployment with GitHub Actions

August 9, 2024 bskscmn

A guide of deploying Laravel application to multiple servers using GitHub Actions without any downtime. This approach also works for…

Continue Reading →

Localizing a Laravel app with Vue.js and Inertia.js without any dependencies

December 1, 2020 bskscmn

set up the variables that inertia.js will share with the views The “locale” variable will contain the user’s current language…

Continue Reading →

Deploy Laravel 8 – Vue.js Application on Shared Hosting

November 25, 2020 bskscmn

Open terminal and run the command under your local folder npm run prod On shared host create new database for…

Continue Reading →

How to Make Terminal Use MAMP’s PHP ( instead of mac’s version )

November 20, 2020 bskscmn

If you develop using MAMP, you need to use MAMP version’s of php instead the OSX one. 1°  Verify which…

Continue Reading →

Setting Up Virtual Hosts in MAMP

November 3, 2020 bskscmn

1. Allow virtual hosts Mac Open the Apache configuration file with your text editor: Applications > MAMP > conf >…

Continue Reading →

Install MongoDB without homebrew on Mac OS

September 25, 2020 bskscmn

Step-by-step tutorial: How to install MongoDB without homebrew download MongoDB community server from its official website: https://www.mongodb.com/download-center/community Extract downloded file…

Continue Reading →

How to configure ES6 with Laravel 7 React

April 27, 2020 bskscmn

Create .babelrc file in the root of your project folder, and paste the following config: Install required dependency Compile react…

Continue Reading →

Filed under: ES6, Laravel 7, React

[Illuminate\Database\QueryException] SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table users add unique users_email_unique(email))

April 25, 2020 bskscmn

What is the cause: The MySQL UNIQUE KEY key length limit is 1000 bytes and the system is trying to…

Continue Reading →

How to create multi auth in laravel 7?

bskscmn

To create custom multi-auth based on a field in users table then follow the steps: Assuming you have installed Laravel…

Continue Reading →

Post navigation

Page 1 of 2
1 2 Next →

Recent Posts

  • Setting Up Apache and PHP on macOS with Homebrew: A Step-by-Step Guide
  • Continuous Deployment with GitHub Actions
  • Localizing a Laravel app with Vue.js and Inertia.js without any dependencies

Recent Comments

    Archives

    • October 2024
    • August 2024
    • December 2020
    • November 2020
    • September 2020
    • April 2020
    • December 2019
    • November 2019

    Contact Me

    • basaksecmen@gmail.com
    Copyright © 2025 Basak's blog