Sietze Keuning ♛
107 posts


@freekmurze looks like Brass Birmingham, such a cool game, enjoy :)
English

@JustSteveKing Yes, can totally recommend it if you are into Inertia, has some very nice ways how to connect front and backend
English

Just stumbled across Advanced Inertia - has anyone ready this yet??
#php #phpc #laravel
advanced-inertia.com
English

@Philo01 @joseph_silber @LaravelLivewire @aarondfrancis @leenyburger @pie6k Just what I needed, this tool is awesome!
English

Over the past few months, I've been working on building a @LaravelLivewire integration for Refine. And it's almost done 🤩 Each filter took only a few seconds to configure, and the UI is generated automatically. All the SQL magic is done by @aarondfrancis & @leenyburger
English

@enzoinnocenzi @christophrumpel Ah, that is perfect. Thanks for the tip, will implement this!
English

@sietzekeuning @christophrumpel I understand where you come from, but this solution still has no IDE and TypeScript support.
In bigger projects, this is non-negligible. This is basically the same as using global variables for convenience.
Consider github.com/antfu/unplugin… instead 👍
English

📝 Moving A Laravel Webpack Project To Vite
Wrote a new blog post after switching one of my Laravel projects from Webpack to Vite.
It also includes some tips for troubleshooting 👍
christoph-rumpel.com/2022/6/moving-…
English

@enzoinnocenzi @christophrumpel It is a solution, but in bigger projects you end up importing it many times in different components instead of just importing it once in your app.js. To me that doesn't feel like an improvement.
English

@sietzekeuning @christophrumpel Why do you think that is not a solution?
English

@christophrumpel @enzoinnocenzi then you would omit the window.moment = moment there and just include the
import moment from 'moment' in every file you use the library, but I don't think that is a nice solution
English

@enzoinnocenzi @sietzekeuning Thanks, both of you. How could it be improved to not "pollute" it?
English

@christophrumpel cool, you can replace that by:
import moment from 'moment';
window.moment = moment
as also done in the pull request you referenced from laravelio, where they did:
import axios from 'axios';
window.axios = axios;
English

@sietzekeuning Good point, will add it. Thanks. Do you know also how to change this "import"?
window.moment = require('moment');
Just replacing require with import does not work in this case.
English

@ijpatricio @PHPGuus @jeffrey_way @reinink @ClaudioDekker That would be the recommended approach to gracefully handle this.
English

@PHPGuus @sietzekeuning @jeffrey_way @reinink @ClaudioDekker Why wouldn’t this be possible?
If statusCode === 419, then
- refresh csrfToken
- replay original request
It’s so bad UX, filling long forms and things won’t work
English

@sietzekeuning Jij bent ook onlangs vader geworden Sietze?
Nederlands

Never give up! After 4,5 years of medical intervention and trying. We welcome Tobias Willian to this world.
We would like to thank the doctors, family and friends for standing by in our journey.
#newlife #rollercoaster

English

@themes_dev He Frank, kan ik deze al van je kopen? Dan maak ik er gelijk even een Vue versie van :)
Nederlands


@jeffrey_way @inertiajs Awesome post, can totally identify with this. One question, now you have upgraded to Vue3 did you also start using Typescript, or still using good old js?
English

@stefanbauerme Ah that is excellent.. Found out you can even omit the 'alt', so it would be Shift+Command+v
English

@erikdkennedy @marifulness signed up, can't wait to see what you've made!
English

@marifulness If you're on the Design Newsletter, you'll hear about it! 😀
English

@freekmurze TNX! Hier 3 uur naar lopen zoeken, en met jou uitleg in 1min gefixt :)
Nederlands






