Invoker — The no-bull Laravel tool Invoker — Don’t waste time building admin panels for your Laravel applications. One of my most common use-cases is dispatching Laravel jobs with Tinkerwell while I develop the job itself. Previously I did this via php artisan tinker and had to restart my tinker session every time I changed my code to get the latest changes.
Just recently, I had to develop a job for a client that uploads order data for registered users to their newsletter provider.
To dispatch new jobs and test if the job is working, I run this code in Tinkerwell within the local application: This use case is just a small one, but it makes my life easier every time I develop a job in Laravel.