Skip to content

Instantly share code, notes, and snippets.

View Caroga's full-sized avatar

Roberto Gardenier Caroga

View GitHub Profile
@Caroga
Caroga / init.bat
Created February 18, 2018 23:02 — forked from R-Elijah/init.bat
The edited init.bat to run Cmder in PhpStorm
@echo off
set CMDER_ROOT=C:\Users\Elijah\Documents\Portable Installations\cmder-master
set DL=%~d0
set LAST_CD=%cd%
:: Init Script for cmd.exe
:: Created as part of cmder project
:: !!! THIS FILE IS OVERWRITTEN WHEN CMDER IS UPDATED
<?php
namespace App\Listeners;
use TightenCo\Jigsaw\Jigsaw;
use App\PseudoCollectionGenerator;
use Illuminate\Support\Collection;
class AddArchivePages extends PseudoCollectionGenerator
{