Skip to content
View godwillcodes's full-sized avatar
🏴
Techie
🏴
Techie

Organizations

@AXIS-LLC
Block or Report

Block or report godwillcodes

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
godwillcodes/README.md

Now playing on Barasa's Spotify :

spotify-github-profile

Pinned

  1. automatic-doddle automatic-doddle Public

    In my not-so-humble opinion, this blog site architecture is like a 4GR-FSE engine with a 5-speed auto: reliable, efficient, and ready for amazing things! 🚗💨

    TypeScript

  2. shelfie shelfie Public

    Shelfie: an Inertia and Laravel project born from a job test rejection. Didn't land the job, but hey, the code's pretty cool!

    PHP

  3. Tinder Deblur Userscript Tinder Deblur Userscript
    1
    // ==UserScript==
    2
    // @name        tinderDeblur
    3
    // @namespace   Violentmonkey Scripts
    4
    // @match       https://tinder.com/*
    5
    // @grant       none
  4. Run Laravel locally Run Laravel locally
    1
    1. Run composer create-project laravel/laravel nameofapp or git clone
    2
    2. Rename .env.example file to .envinside your project root and fill the database information. (windows wont let you do it, so you have to open your console cd your project root directory and run mv .env.example .env )
    3
    3. Open the console and cd your project root directory
    4
    4. Run `composer install --ignore-platform-reqs` 
    5
    5. Run `php artisan key:generate`