Skip to content
View psyao's full-sized avatar
  • Marvelous Digital
  • Switzerland

Organizations

@AsgardCms
Block or Report

Block or report psyao

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

Pinned

  1. sage sage Public

    PHP

  2. sage-cache sage-cache Public

    Laravel file caching for Sage WordPress starter theme

    PHP

  3. Extra provisioning for Laravel Homes... Extra provisioning for Laravel Homestead
    1
    #!/bin/sh
    2
    
                  
    3
    if [ ! -f /usr/local/extra_homestead_software_installed ]; then
    4
    	echo 'Installing some extra software'
    5
    
                  
  4. Clean WP database after install Clean WP database after install
    1
    --
    2
    -- Constraints for table `wp_commentmeta`
    3
    --
    4
    ALTER TABLE `wp_commentmeta`
    5
    ADD CONSTRAINT `comment_id` FOREIGN KEY (`comment_id`) REFERENCES `wp_comments` (`comment_ID`) ON DELETE CASCADE ON UPDATE CASCADE;