laserhybiz

Results 11 comments of laserhybiz

https://github.com/Roboroads/laravel-tinker/issues/22

👀

Javascript's `pushState` cannot change the domain

```php return [ 'except' => [ 'debugbar.*', 'dusk.*', 'horizon.*', 'ignition.*', 'nova-*', 'nova.*', 'sanctum.*', 'telescope.*', 'vapor-*', ], ]; ```

How about having a `.tinker` directory etc. inside each project and whatever php files are in this directory should be tinker executable? This will also make it easier to have...

@Roboroads Why do you consider it "dirty", it should be added to .gitignore

maybe even include a gitignore file by default when creating the directory

I specifically do want to see it in the directory so I can see all saved snippets and select the file I want to tinker with. Having it in the...