Support Laravel's `sticky` option for read write database replicas across different requests.
tim.macdonald.au/sticky-datab...
Support Laravel's `sticky` option for read write database replicas across different requests.
tim.macdonald.au/sticky-datab...
Nightwatch 🤝 Vapor
nightwatch.laravel.com/docs/guides/...
Nightwatch 🤝 Vapor
nightwatch.laravel.com/docs/guides/...
✨ Start with a single command
📊 Monitor every event
⏱️ Review precise timelines & logs
⚠️ Hear less noise with smart alerts
And much more, including a free plan for anywhere you deploy Laravel apps.
✨ Start with a single command
📊 Monitor every event
⏱️ Review precise timelines & logs
⚠️ Hear less noise with smart alerts
And much more, including a free plan for anywhere you deploy Laravel apps.
Add a custom Vite alias pointing to whatever directory makes sense for your project.
Add a custom Vite alias pointing to whatever directory makes sense for your project.
`Cache::memo()->get($key);`
github.com/laravel/fram...
`Cache::memo()->get($key);`
github.com/laravel/fram...
This new site for a client is eye-opening to not only the quantity of 4xx requests (targeting pre-me routes including `wp-admin`), but also the impact these have on the server's capability 🤯
And this data now drives change for our server mgmt
This new site for a client is eye-opening to not only the quantity of 4xx requests (targeting pre-me routes including `wp-admin`), but also the impact these have on the server's capability 🤯
And this data now drives change for our server mgmt
A testing fake with named assertions or Pest PHP's expectation API: ¿Por Qué No Los Dos?
tim.macdonald.au/fake-expecta...
A testing fake with named assertions or Pest PHP's expectation API: ¿Por Qué No Los Dos?
tim.macdonald.au/fake-expecta...
✨✋⛵️
✨✋⛵️
GitHub has a feature to mark individual files as viewed while reviewing a pull request.
I wanted the ability to mark _all_ files as un-viewed.
tim.macdonald.au/mark-all-fil...
Automatically generate TS functions for your controllers/named routes so you can call your endpoints directly in your client code.
Available now in public beta.
github.com/laravel/wayf...
Automatically generate TS functions for your controllers/named routes so you can call your endpoints directly in your client code.
Available now in public beta.
github.com/laravel/wayf...
GitHub has a feature to mark individual files as viewed while reviewing a pull request.
I wanted the ability to mark _all_ files as un-viewed.
tim.macdonald.au/mark-all-fil...
GitHub has a feature to mark individual files as viewed while reviewing a pull request.
I wanted the ability to mark _all_ files as un-viewed.
tim.macdonald.au/mark-all-fil...
Adds the ability to create invokable _action_ scopes to complement tappable scopes.
github.com/laravel/fram...
Adds the ability to create invokable _action_ scopes to complement tappable scopes.
github.com/laravel/fram...
Adds the ability to create invokable _action_ scopes to complement tappable scopes.
github.com/laravel/fram...
www.zuzana-k.com/articles/som...
www.zuzana-k.com/articles/som...
Settings:
1. Appearance > Font = Robot Mono
2. Messages > Theme =Compact
3. Messages > Names = Just display names
4. Messages > Additional options: uncheck “Display information about who is currently typing a message”
Give it a week. I don’t even hate Slack anymore.
Settings:
1. Appearance > Font = Robot Mono
2. Messages > Theme =Compact
3. Messages > Names = Just display names
4. Messages > Additional options: uncheck “Display information about who is currently typing a message”
Give it a week. I don’t even hate Slack anymore.
But also…
You might be subtly changing behaviour by implicitly passing additional arguments, especially with collection pipelines.
But also…
You might be subtly changing behaviour by implicitly passing additional arguments, especially with collection pipelines.
I always thought Laravel’s `$fallback` value kicked in when a retrieved value was either missing OR `null`.
I always thought these two approaches were equivalent.
Always learning.
I always thought Laravel’s `$fallback` value kicked in when a retrieved value was either missing OR `null`.
I always thought these two approaches were equivalent.
Always learning.
Just want the container to accept `callable` rather requiring `Closure`.
Just want the container to accept `callable` rather requiring `Closure`.