6 ms·
I can't find any documentation and haven't tested it yet but here's a class for a 'tinker' command in the Illuminate (Laravel) sources: https://github.com/larav
by soulclap 13y ago
I can't find any documentation and haven't tested it yet but here's a class for a 'tinker' command in the Illuminate (Laravel) sources: https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/TinkerCommand.php https://github.com/laravel/framework/blob/master/src/Illumin...
'php artisan tinker' on the command line should bring it up.