❕Meet The #CakeFest Speakers❕
🎤 Andres Campanario - @acampanario
Andres will be schooling us on the integration of #inertiajs on #CakePHP to bake CRUD SPA
github: https://github.com/ACampanario
🎟️ CakeFest.org
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
With the Laravel ecosystem moving towards using Vite, getting SSR up and running on Vapor was a bit of a slog.
Wanted to thank Robert Boes (couldn't find him on here) for creating this package.
#laravel #ssr #vite #vapor #InertiaJS
I once more need some #followerpower
I am currently working on an application build upon #laravel 9 with #inertiajs and #vue3
I need to implement multi-lang handling.
I found https://github.com/xiCO2k/laravel-vue-i18n/ and it works like a charm for the standard labels.
Does anyone know how to implemtent a checkbox label for TOS with Links in it to the pages for TOS and Privacy Policy?
#followerpower #laravel #InertiaJS #vue3 #php #vue #vuei18n
Wondering if anyone has gotten #SSR working in #Laravel #Vapor with #Inertiajs and #Vite
I see a bunch of solutions that work with Webpack, but nothing promising for working with Vite.
#ssr #laravel #vapor #InertiaJS #vite
It’s high time the #svelte package for #InertiaJS gets the TypeScript attention is deserves, would anyone be willing to help out on this?
Celebrating a milestone! My first blog article hit 1k+ views and almost 1k visitors. Motivated to keep sharing my builds and learning journey. Excited to dive deeper into #InertiaJS
in future articles, as I've been using it a lot lately. #blogging #programming
#InertiaJS #blogging #programming
✒️ I wrote a piece about my programming stack for 2023. I think it's a good thing to keep tabs on tech and track my progress as the years go by, since it's all in a permanent state of flux.
TL;DR
- TALL stack (#Laravel + #Livewire + #AlpineJS + #TailwindCSS), #Svelte + #SvelteKit, #Tauri.
- database: #MySQL, #SQLite
- situational: #PostgreSQL, #InertiaJS, #Rust
- blog: #Writefreely
#writefreely #rust #InertiaJS #postgresql #sqlite #mysql #Tauri #sveltekit #svelte #tailwindcss #AlpineJS #livewire #laravel
I have trouble posting/tweeting about #hybridly because it doesn't have feature parity with #inertiajs yet (missing SSR) and I feel like the interest rate would be low, but if you want to follow the state of Hybridly in real time, you can join our Discord server linked above :)
🫤 I was just laid off after 3 years with the company. Bittersweet, but that's how it goes in tech.
I'm open to new full time #RemoteWork #FullStack adventures in #PHP, particularly the #TALL stack - #Laravel, #Livewire, #TailwindCSS; #InertiaJS; #Svelte and #SvelteKit; #Tauri or #Electron.
I also have previous experience with #VueJS, #TypeScript, and can bludgeon my way around #Rust.
All US timezones.
RTs very much appreciated 🤗
#rust #typescript #vuejs #electron #Tauri #sveltekit #svelte #InertiaJS #tailwindcss #livewire #laravel #tall #php #fullstack #remotework
My favourite stack at the moment is #laravel #inertiajs #react and #tailwindcss. What’s yours?
#laravel #InertiaJS #react #tailwindcss
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
Blog post just landed: Using #fab4m with #laravel and #inertiajs !
This is the first time using Inertia for me and it was a lot of fun!
#ReactJS
https://fab4m.org/blog/2022/12/16/fab4m-and-laravel
#fab4m #laravel #InertiaJS #reactjs
Blog post just landed: Using #fab4m with #laravel and #inertiajs !
This is the first time using Inertia for me and it was a lot of fun!
#ReactJS
https://fab4m.org/blog/2022/12/16/fab4m-and-laravel
#fab4m #laravel #InertiaJS #reactjs
Working on a series of blog posts where I integrate #fab4m into different frameworks. Starting with #laravel
and #inertiajs Very happy with the DX exerperience starting a new laravel project these days! Makes me want to start something new soon ;)
Working on a series of blog posts where I integrate #fab4m into different frameworks. Starting with #laravel
and #inertiajs Very happy with the DX exerperience starting a new laravel project these days! Makes me want to start something new soon ;)
We have released 🚀 our #saas Domains Book today https://domainsbook.app
It’s a soft launch 🚀 so if you noticed any issue let me know
It was built using #vuejs #laravelphp #inertiajs and payment is supported via Paddle ..
Your boost is appreciated 🙏
#saas #vuejs #laravelphp #InertiaJS
#Laravel #InertiaJS question: is there any way to cache shared data so that it doesn’t create a query on every page visit? The use case is an app that has a users products always in the sidebar. I understand how partial reloads work, but this would be more like storing the initial results after login across all inertia requests.