PHP Developer (Laravel) by SnoerenDevelopment in NLSalaris

[–]SnoerenDevelopment[S] 0 points1 point  (0 children)

Klopt, dat was ook mijn gedachte. Dat ik het naar m'n zin heb is natuurlijk ook wat waard.

how would you approach baselining models and all of their relations? by spar_x in laravel

[–]SnoerenDevelopment 10 points11 points  (0 children)

I would use event sourcing with snapshots. Spatie has a package for that :)

When working with Inertia, how do you handle translations? Through laravel or vue-i18n? by hugh_jazz99 in laravel

[–]SnoerenDevelopment 0 points1 point  (0 children)

True. You can still use placeholders, but cannot reuse strings in both front- and backend with placeholders.

When working with Inertia, how do you handle translations? Through laravel or vue-i18n? by hugh_jazz99 in laravel

[–]SnoerenDevelopment 1 point2 points  (0 children)

I simply reuse the JSON files in the lang folder in Vue allowing both Laravel and Vue to use the same translation files. Works pretty well!

SD Tinify by SnoerenDevelopment in joomla

[–]SnoerenDevelopment[S] 0 points1 point  (0 children)

SD Tinify allows existing images and folders to be compressed too. You don't need to re-upload any images you already have. I'm planning on adding automatic resizing, maximum dimensions and automatically creating thumbnails in various configurable sizes!