mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 21:34:03 +00:00
11 lines
502 B
Markdown
11 lines
502 B
Markdown
---
|
|
title: 'Create this `tinker` bash script to supercharge your dev workflow'
|
|
tweet_id: '1451526385982447647'
|
|
thread_slug: weekly-thread-2021-42
|
|
author_username: Philo01
|
|
images:
|
|
- 'https://pbs.twimg.com/media/FB1A012WYAILmTL.jpg'
|
|
created_at: 2021-10-22T12:30:33+00:00
|
|
slug: create-this-tinker-bash-script-to-supercharge-your-dev-workflow
|
|
---
|
|
Laravel productivity tip! Add this little function to your bash profile to quickly execute anything with the Tinker command and get the results instantly.
|