@freekmurze@phpc.social
@freekmurze@phpc.social avatar

freekmurze

@freekmurze@phpc.social

This profile is from a federated server and may be incomplete. Browse more on the original instance.

freekmurze, to random
@freekmurze@phpc.social avatar

πŸ”— State Of Laravel Survey 2023
https://stateoflaravel.com/

freekmurze, to php
@freekmurze@phpc.social avatar

πŸ”— Explaining the code on the "Go with PHP" website
https://themsaid.com/code-on-go-with-php

freekmurze, to php
@freekmurze@phpc.social avatar

We have made it!

πŸ₯³ One. Billion. Downloads. πŸ₯³

Our story: https://1billion.spatie.be

RT = ❀️

freekmurze, to random
@freekmurze@phpc.social avatar

πŸ”— How we stopped a DDoS attack at Laracon
https://flareapp.io/blog/how-we-stopped-a-ddos-attack-while-at-a-conference

freekmurze, to php
@freekmurze@phpc.social avatar

πŸ”— Packagist.org maintainer account takeover
https://blog.packagist.com/packagist-org-maintainer-account-takeover/

freekmurze, to random
@freekmurze@phpc.social avatar

πŸ”— Is it time to ditch MySQL and PostgreSQL for SQLite?
https://onfold.sh/blog/is-it-time-to-ditch-mysql-and-postgresql-for-sqlite

freekmurze, to random
@freekmurze@phpc.social avatar

πŸ”— Thoughts on event sourcing: Replaying events
https://sebastiandedeyne.com/event-sourcing/replaying-events/

freekmurze, to php
@freekmurze@phpc.social avatar

πŸ”— Rust for PHP developers
https://freek.dev/2522-rust-for-php-developers

freekmurze, to random
@freekmurze@phpc.social avatar

πŸ”— Read-only web apps
https://adactio.com/journal/20113

freekmurze, to php
@freekmurze@phpc.social avatar

πŸ”— Why does a backslash prefix improve PHP function call performance
https://www.deviaene.eu/articles/2023/why-prefix-php-functions-calls-with-backslash/

freekmurze, to php
@freekmurze@phpc.social avatar

The Symfony Ignition bundle has been tagged 1.0.0

This makes it easy to start using the best error page for in Symfony projects.

https://github.com/spatie/symfony-ignition-bundle

πŸ™Œ Thanks for your work on this GitHub user amacrobert

If you're a Symfony user and you're trying this, let me know how it goes!

freekmurze, to random
@freekmurze@phpc.social avatar

🎢 And now time or a different kind of release: I’m proud to share that my new album titled β€œKind” is now available.

Apple Music: https://music.apple.com/be/album/kind/1706583729
Spotify: https://open.spotify.com/album/3nFyyigKPTzp7rzYtK8fq4

In this post, I share in detail how this album was made:
https://freek.dev/2569-creating-my-new-album-kind

Should you listed to it, let me know your thoughts on it!

freekmurze, to Laravel
@freekmurze@phpc.social avatar

πŸš€ Laravel PDF has been released!

πŸ”₯ This package can create PDFs from Blade views

🎨 You can use modern CSS syntax and frameworks like Tailwind to style your PDFs.

πŸ§ͺ Comes with a fake so you can easily test code that generates a PDF

😍 Lots of Laravel niceties

Read about all features in this blog post:
https://freek.dev/2625-easily-create-pdfs-in-laravel-apps

Full docs here:
https://spatie.be/docs/laravel-pdf/v1/introduction

Repo on GitHub (star if you like it πŸ‘)
https://github.com/spatie/laravel-pdf

freekmurze, to php
@freekmurze@phpc.social avatar
freekmurze, to php
@freekmurze@phpc.social avatar

πŸ’‘ TIL has a function that can calculate the bounding box coordinates of a string that’s rendered in a given font
https://www.php.net/manual/en/function.imagettfbbox.php

I’m using this function in an upcoming feature of Oh Dear: status badges. These badges are svgs with variable text (and length)

freekmurze, to random
@freekmurze@phpc.social avatar

πŸ”— Reducing PHP's CPU usage by nearly 40% by upgrading from Ubuntu 20.04 to 22.04
https://ohdear.app/news-and-updates/reducing-phps-cpu-usage-by-nearly-40-by-upgrading-from-ubuntu-2004-to-2204

freekmurze, to random
@freekmurze@phpc.social avatar

πŸ”— Elevate Your Laravel Eloquent Queries with Tappable Scopes
https://seankegel.com/elevate-your-laravel-eloquent-queries-with-tappable-scopes

freekmurze, to random
@freekmurze@phpc.social avatar

πŸ”— Validate Data Types in Laravel Collections Using the ensure() Method
https://ashallendesign.co.uk/blog/laravel-collection-ensure

freekmurze, to php
@freekmurze@phpc.social avatar

My colleague @rias contributed a cool addition to our spatie/image package: you can now easily add text to any image.

https://spatie.be/docs/image/v3/image-manipulations/text

Easy peasy!

freekmurze, to Laravel
@freekmurze@phpc.social avatar

πŸ’ͺ Last week (and weekend) I tagged 11 compatible version for about 100 of our most packages.

A big thank you to @laravelshift for providing quality PRs that were a good starting point.

The next few days, I’ll tag more packages πŸ‘

πŸ₯³ Have fun upgrading to L11

freekmurze, to php
@freekmurze@phpc.social avatar

Later this month, all @spatie packages will be downloaded a staggering…

🀯 1 BILLION TIMES 🀯

To mark that occasion we created a special site
https://1billion.spatie.be

You can read the story behind our journey there, and how we maintain all of it

freekmurze, to random
@freekmurze@phpc.social avatar
freekmurze, to random
@freekmurze@phpc.social avatar

πŸ”— Migrating from MySQL to Postgres using Laravel's query builder
https://flareapp.io/blog/migrating-from-mysql-to-postgres-using-laravels-query-builder

freekmurze, to random
@freekmurze@phpc.social avatar

πŸ”— Husky: How to automatically format, lint and test before you commit or push
https://tighten.com/insights/husky-how-to-automatically-format-lint-and-test-before-you-commit-or-push/

freekmurze, to random
@freekmurze@phpc.social avatar

πŸ”— Protecting your email address via SVG instead of JS
https://rouninmedia.github.io/protecting-your-email-address-via-svg-instead-of-js/

  • All
  • Subscribed
  • Moderated
  • Favorites
  • β€’
  • provamag3
  • rosin
  • tacticalgear
  • Durango
  • DreamBathrooms
  • mdbf
  • magazineikmin
  • thenastyranch
  • Youngstown
  • khanakhh
  • slotface
  • vwfavf
  • everett
  • kavyap
  • megavids
  • osvaldo12
  • modclub
  • GTA5RPClips
  • ethstaker
  • InstantRegret
  • cisconetworking
  • cubers
  • ngwrru68w68
  • tester
  • normalnudes
  • Leos
  • anitta
  • JUstTest
  • All magazines