Cortana is missing after Windows 10 Anniversary Update

Other than the bash one of the most exciting things for me in Anniversary update of Windows 10 was the Android Notification Sync feature, so before even my update completes I already had cortana installed on my Moto X Pure edition. But Oddly after update Cortana was gone, With no option to enable it. Searching… Continue reading Cortana is missing after Windows 10 Anniversary Update

Laravel 5.2: entrust migration exception

[Illuminate\Database\QueryException] SQLSTATE[42000]: Syntax error or access violation: 1103 Incorrect table name ” (SQL: alter table `role_user` add constraint `role_user_user_id_foreign` foreign key (`user_id`) references “ (`id`) on delete cascade on update cascade) Today I pulled a fresh Laravel 5.2 (5.2.31) installation to work on the new project in company, when I was trying to install entrust… Continue reading Laravel 5.2: entrust migration exception