Category: CLI

CLI NativePHP

Using Mailtrap on your mobile device to test deep and universal links in NativePHP apps.

I couldn't find a good way to test deeplinking locally without mailtrap, or putting my API on a test server to have it send actual mail. So here's how to run it on your phone.

Anthony Rappa Anthony Rappa

Anthony Rappa

1 min read
77 views

Community CLI

Disabling Composer's default timeout inside of scripts

I like to use the scripts key inside of my composer.json to write reusable runner commands – normally things like background processes, build scripts, etc. The problem is Composer has a default execution timeout of 30 seconds, so when I've got a long-run

ryangjchandler.co.uk

689 clicks
689 views

Community Laravel CLI

Tip: Run Tinker Instantly

Laravel productivity tip! Add this little function to your bash profile to quickly execute anything with the Tinker command and get the results instantly.

twitter.com

1,832 clicks
1,832 views