Login

Login
  • Register
  • VectorDesign blog

    Testing Automation and general Tech Geek stuff

    how to solve Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes during artisian migration

    Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes (SQL: alter table `users` add unique `users_email_unique`(`email`)) edit \app\Providers\AppServiceProvider.php from: namespace App\Providers; use Illuminate\Support\ServiceProvider; class AppServiceProvider extends ServiceProvider { /** * Bootstrap any application services. * * @return void */ public function boot() { // } /** * […]

    Tuesday, June 6th, 2017

    Laravel Windows Installation

    Install Composer Installation – Windows# Using the Installer# This is the easiest way to get Composer set up on your machine. Download and run Composer-Setup.exe. It will install the latest Composer version and set up your PATH so that you can just call composer from any directory in your command line. Open a command line […]

    Monday, April 3rd, 2017