I am planning to create a helper file that can only be accessed using Laravel Tinker so that I can access function and type easily when debugging in Tinker.
How can I determine if I’m accessing tinker or not in Laravel?
I am planning to create a helper file that can only be accessed using Laravel Tinker so that I can access function and type easily when debugging in Tinker.
How can I determine if I’m accessing tinker or not in Laravel?