Skip to content

Instantly share code, notes, and snippets.

View TawsifKarim's full-sized avatar

Md. Tawsif Ul Karim TawsifKarim

  • MUV Asia
  • Dhaka, Bangladesh
View GitHub Profile
@TawsifKarim
TawsifKarim / google_sign_in_nuxt_laravel_go.MD
Last active December 21, 2022 07:10
SignIn With Google Implementation using Nuxt Js, Golang And Laravel 2022

frontend Part

in your component

export default{
head () {
    return {
      script: [
        {
 src: 'https://accounts.google.com/gsi/client',
@TawsifKarim
TawsifKarim / compat_l5.php
Created May 9, 2017 09:22 — forked from vluzrmos/compat_l5.php
Lumen L5 compatibility helpers. That file should be added on root path of your project... and added to your composer.json
<?php
if(!function_exists('config_path'))
{
/**
* Return the path to config files
* @param null $path
* @return string
*/
function config_path($path=null)