Skip to content
View OlinB's full-sized avatar

Highlights

  • Pro

Organizations

@inetis-ch

Block or report OlinB

Report abuse

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

Report abuse
OlinB/README.md

Hi there 👋

I have a README now

This is my README

Pinned Loading

  1. octobercms-gateway-cli octobercms-gateway-cli Public

    PHP

  2. Laravel Herd OctoberCMS driver Laravel Herd OctoberCMS driver
    1
    <?php
    2
    
                  
    3
    namespace Valet\Drivers\Custom;
    4
    
                  
    5
    use Valet\Drivers\LaravelValetDriver;
  3. Octobercms calendar controller Octobercms calendar controller
    1
    <?php namespace Inetis\Demo\Controllers;
    2
    
                  
    3
    use BackendMenu;
    4
    use Backend\Classes\Controller;
    5
    use Carbon\Carbon;
  4. Toggle Herd debug Toggle Herd debug
    1
    <#
    2
    .SYNOPSIS
    3
        Toggles PHP Xdebug in Laravel Herd by commenting/uncommenting lines in php.ini files
    4
    .DESCRIPTION
    5
        This script finds all php.ini files in Herd's bin directory and toggles the Xdebug configuration