Skip to content

Instantly share code, notes, and snippets.

View yarcowang's full-sized avatar
🌴
On vacation

Yarco yarcowang

🌴
On vacation
View GitHub Profile
@yarcowang
yarcowang / config.php
Last active May 28, 2020 10:20 — forked from jarektkaczyk/config.php
Laravel - tinker like a boss (with PsySH)
<?php // ~/.config/psysh/config.php
// Anything not Laravel - let's try to autoload something likely to exist
if (!defined('LARAVEL_START')) {
return [
'defaultIncludes' => [
getcwd().'/vendor/autoload.php',
getcwd().'/bootstrap/autoload.php',
],
];