Craig Potter 💻🐒 (@_cpotter) 's Twitter Profile
Craig Potter 💻🐒

@_cpotter

Developer using Laravel, Full time nerd, Punk rock fan. 📬DMs open

ID: 385066964

linkhttps://craigpotter.dev calendar_today04-10-2011 20:22:04

2,2K Tweet

157 Takipçi

225 Takip Edilen

Ana Lisboa (@_ana_lisboa_) 's Twitter Profile Photo

This video came out a little late, but check it out if you consume a lot of apis, Saloon (from Sam Carré 🤠) really makes it easy! Consuming apis with saloon for #Laravel youtu.be/gUuQDN8Uk0A?si… via YouTube

Craig Potter 💻🐒 (@_cpotter) 's Twitter Profile Photo

I had an idea for SaSS product the other day, something I might consider using myself and would be super fun to build. I guess I have a couple of weeks of planning then use Laravel 12 to bootstrap it.... If I can get pass the first hurdle.... Picking a domain 🤣

Povilas Korop | Laravel Courses Creator & Youtuber (@povilaskorop) 's Twitter Profile Photo

Reminder: only Laravel 11 and upcoming v12 will release security fixes. Laravel 10 is not officially supported anymore already. Read more here: laravel.com/docs/master/re…

Reminder: only Laravel 11 and upcoming v12 will release security fixes.

Laravel 10 is not officially supported anymore already.

Read more here: laravel.com/docs/master/re…
Craig Potter 💻🐒 (@_cpotter) 's Twitter Profile Photo

Just updated my Laravel package Barstool to support Laravel 12. Go check it out and watch those Saloon Requests get logged! github.com/craigpotter/ba…

Craig Potter 💻🐒 (@_cpotter) 's Twitter Profile Photo

I heard Taylor Otwell's call to arms. We must ship. I've been thinking about a new SaaS idea for a little while. Been planning out the basics over the last week. Started coding this evening. I've not started a new project since Laravel 10 but Laravel 12 is 🔥

Ashley Hindle (@ashleyhindle) 's Twitter Profile Photo

I kind of added v1 of mouse support to Laravel Prompts 🖱️ because my pure PHP SSH server was being silly 😅 We have drag & drop, hover, left/right click, and mouse wheel support 🤯 Here's a demo and repo 🙏 What will you build? Big shoutout to Joe Tannenbaum 's blog post on

Marcel Pociot 🧪 (@marcelpociot) 's Twitter Profile Photo

Ever wanted to have your pet live in your macOS dock? Docko is now available - go download it for free on the AppStore today 🐶🐱

Ashley Hindle (@ashleyhindle) 's Twitter Profile Photo

🙋‍♂️ Hold up, wait there, it's not the weekend just yet and I accidentally found the best way to share one time secrets - just use SSH & GitHub public keys 🤯 That way, only the person with the valid SSH key can access the secret 🔒 so it's as secure as git clone with Github 🔥

Laracasts (@laracasts) 's Twitter Profile Photo

Ever wondered how Laravel handles multiple swappable drivers for Cache, Storage, etc. with a unified API? 🤔 It's the Manager Pattern! And you can very easily create your own. Here's a quick guide: 👇 laracasts.com/blog/the-manag… // Newton

Ever wondered how Laravel handles multiple swappable drivers for Cache, Storage, etc. with a unified API? 🤔

It's the Manager Pattern! And you can very easily create your own.

Here's a quick guide: 👇
laracasts.com/blog/the-manag…

// Newton
Povilas Korop | Laravel Courses Creator & Youtuber (@povilaskorop) 's Twitter Profile Photo

Laravel tip. You have a NULLABLE `BelongsTo` relationship? And you still want to provide a FALLBACK value if related model is empty? Use the `withDefault()` method when defining the relationship. Link to the docs: laravel.com/docs/12.x/eloq… #practicalLaravelDocs

Laravel tip.

You have a NULLABLE `BelongsTo` relationship?

And you still want to provide a FALLBACK value if related model is empty?

Use the `withDefault()` method when defining the relationship.

Link to the docs: laravel.com/docs/12.x/eloq…
#practicalLaravelDocs
Taylor Otwell (@taylorotwell) 's Twitter Profile Photo

You can now assign a name to queued closures, which will be displayed by the queue:work command. Makes it super easy to see which exact queued closure is being processed. ✅

You can now assign a name to queued closures, which will be displayed by the queue:work command. Makes it super easy to see which exact queued closure is being processed. ✅
JustSteveKing (@juststeveking) 's Twitter Profile Photo

What are MCP servers, and why should I care? I took a look into MCP servers, what they are, how we might use them, to figure out if they're just the next hype train - or something actually useful. juststeveking.com/articles/what-…