Still follow some #PHP folks on Twitter that arenβt on Mastodon, like #Laracasts, Christoph Rumpel and #LaravelDaily. If they are on Mastodon, not under one of those bot accounts, would love to know.
Want to learn more about #Laravel #Octane, check out #Laracasts new series with awesome Mohamed Said https://laracasts.com/series/laravel-octane
I don't know what people have against #PHP. It's such an awesome language which I still love so much to code in!
Hopefully gonna continue to learn #Laravel with #Laracasts today!
Started delving into #InertiaJS last night. Not generally being a JS person, of the 2 "new toys" that played nice with #Laravel, I went the #Livewire route primarily because it was within my wheelhouse. I've had great success with it, but now diving into the other pool while also expanding my #Vue knowledge (though v3 this time, of which I have none!). Definitely looks an interesting concept to bridging the gap between backend and frontend.
Great that #Laracasts also has videos on this.
#InertiaJS #laravel #LiveWire #vue #laracasts
@syntaxseed I'm glad you got to something better eventually. :) I haven't had a #LaraCasts subscription in a while so I didn't know what the Vue one looked like. All I knew was that abomination you shared recently didn't look like anything I'd seen in a long time!
Ok... So the very next lesson got into Vite & composition syntax & it's 500% nicer so that's a relief.
I should have waited just one more lesson. π€£
Gotta say, Jeffrey Way's empathy ("I know what you're thinking... ANOTHER thing to learn. Bear with me.") is one of the unsung beauties of #LaraCasts.
Ease your way into using #neovim at #laracasts: https://laracasts.com/series/neovim-as-a-php-ide
Well explained, easy to follow.
@array Videos is easy: #Laracasts, #Laravel Daily, #Spatie, Christoph Rumpel, #BeyondCode. Text, good question, I find most of my text based learning the docs and then laravel-news and @freekmurze newsletter and website. Depending no your level there is also the Laravel #Bootcamp: https://bootcamp.laravel.com As a kid learning C and Pascal I loved just following the spec and trying out every method until I knew it well. Hope this is helpful.
#laracasts #laravel #spatie #beyondcode #bootcamp
What do you use in your dev workflow? Here's mine.
- #ubuntu linux
- #tilda
- #php 5.4-8.1
- #laravel
- #laravelsail
- #inertiajs
- #vuejs
- #bootstrap
- #tailwindcss
- #PHPStorm
- #VSCode
- #sqlcl
- #sqldeveloper
- #Postman
- microsoft #teams
- #obsidian for markdown notes
- #chrome
- #firefox
- #brave
- #laracasts
#ubuntu #tilda #php #laravel #laravelsail #InertiaJS #vuejs #bootstrap #tailwindcss #phpstorm #vscode #sqlcl #sqldeveloper #postman #teams #obsidian #chrome #firefox #brave #laracasts
OMG! π€©
I'm such a sucker for good UI/UX and design, and these alternative #KittyTerminal icons are too cute. Especially the white cat on the ADM-3A terminal is too cute to resist.
I am halfway through the Kitty terminal docs, and I'm pretty sure I'll consider Kitty a replacement for #iterm.
Thank you, @jessarcher for your #LaraCasts course on #neovim and introducing Kitty!
#kittyterminal #iterm #laracasts #neovim
Anyone doing #PHP development or using #Laravel should consider a #laracasts subscription.
They have their usual black Friday deals
I've been working thru the Learn Laravel Path on Laracasts.
I am so happy they have a Learning Path now because I found it incredibly overwhelming on where to start after I bought my subscription!
Not my first kick at the can with taking Laravel courses but these are the 1st for me since porting 2 of my own PHP projects to Laravel.
Grateful that these courses are more advanced than the Udemy ones I took!
Earlier this week I found a need to alter a #laravel request before validating. It took some time, brushing up on the laravel docs, hitting up #laracasts for help, and I learned about preparingInputForValidation https://laravel.com/docs/9.x/validation#preparing-input-for-validation very easy to use, like most of laravel