flanger, to Laravel
@flanger@phpc.social avatar

🚨 An important XSS vulnerability patch was just released by and everyone using a version greater or equal to 3.3.4 should update asap.

This also applies for all projects, as it uses this feature heavily.

More info:
https://github.com/livewire/livewire/releases/tag/v3.4.9

flanger, to Laravel
@flanger@phpc.social avatar

at . Such a beautiful office 🙌🏳️‍🌈

image/jpeg

flanger, to wien German
@flanger@phpc.social avatar

Heute bei in für das meetup. Ziemlich coole Location 😍

symfonystation, to php
@symfonystation@phpc.social avatar
mobileatom, to php
@mobileatom@me.dm avatar
symfonystation, to php
@symfonystation@newsletter.mobileatom.net avatar
sk138, to Laravel
@sk138@phpc.social avatar

I wrote an article about using custom classes for managing cache keys in Laravel. This makes it easy to create and forget cache items without having to use magic strings throughout your application.

https://seankegel.com/laravel-cache-classes

driesvints, to Laravel
@driesvints@phpc.social avatar

Major release day! 🚀

Laravel v11.0 & v10.48.0
Breeze v2.0
Dusk v8.0
Jetstream v5.0
Octane v2.3.5
Passport v12.0
Pulse v1.0.0-beta15
Reverb v1.0
Sail v1.29.0
Sanctum v4.0
Telescope v5.0
Volt v1.6.3

Enjoy! ✨

PSThoughtful, to Laravel
@PSThoughtful@fosstodon.org avatar

Laravel 11 is out! Very interested in trying out Reverb as well.

https://blog.laravel.com/laravel-11-now-available

outofcontrol, to Laravel
@outofcontrol@phpc.social avatar

Laravel 11 is out, and I can’t wait to try Reverb out! Though I did just upgrade to Laravel 10… checks notes… 2 weeks ago :(

https://blog.laravel.com/laravel-11-now-available?ref=mastodon

symfonystation, to javascript
@symfonystation@phpc.social avatar

Explore our article: Frontend Madness: SPAs, MPAs, PWAs, Decoupled, Hybrid, Monolithic, Libraries, Frameworks! WTF for your PHP backend? https://symfonystation.mobileatom.net/Frontend-Madness-JS-PHP-Backend

symfonystation, to javascript
@symfonystation@newsletter.mobileatom.net avatar

Explore our article: Frontend Madness: SPAs, MPAs, PWAs, Decoupled, Hybrid, Monolithic, Libraries, Frameworks! WTF for your PHP backend?

https://symfonystation.mobileatom.net/Frontend-Madness-JS-PHP-Backend

https://newsletter.mobileatom.net/frontend-madness/

jclermont, to php
@jclermont@phpc.social avatar

Why I always add a primary key to many-to-many tables, even when Laravel doesn't require it. https://masteringlaravel.io/daily/2024-03-12-why-i-always-add-a-primary-key-to-many-to-many-tables

shalien, to Laravel French
@shalien@projetretro.io avatar

Et comme attendu, même si c'est du #laravel / #postgresql / #nginx installé @pixelfed c'est DUR et compliqué .

M'enfin https://pixelfed.projetretro.io

stefanzweifel, to Laravel
@stefanzweifel@phpc.social avatar

If you're in Zurich this Thursday evening and want to learn more about Laravel, I highly recommend joining us at the Laravel Switzerland Meetup.

Topics this time:

  • Fat Enums
  • How to Kickstart your next App

https://www.meetup.com/laravel-switzerland-meetup/events/298948244/

shawnhooper, to Laravel
@shawnhooper@fosstodon.org avatar

Tomorrow Is 11 release day. Can't wait to have cleaned up config files.

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

valorin, to php
@valorin@phpc.social avatar

You may have heard of the /.well-known/ path, and the security.txt file, but there is a new one called change-password you should be aware of too! 🤓

(Spoiler: It tells password managers where your change password page is!)

https://securinglaravel.com/p/security-tip-a-well-known-url-for

jasongorman, to random
@jasongorman@mastodon.cloud avatar

In his review of Refactoring Databases 18 years ago, @mfowler wrote: "After my refactoring book appeared I was delighted to find sophisticated tools appear with automated many refactoring tasks. I hope the same thing happens with databases, and we begin to see vendors offer tools that make continual migrations of schema and data easier for everyone."

Would be great to get a "state of the art" in 2024 on that. What tools have you used? How did you find using them?

paladin,
@paladin@mastodon.online avatar

@jasongorman @matthewskelton @mfowler This is a build in feature oft the framework called migrations. See https://laravel.com/docs/10.x/migrations

So, the DB structure is part of your script and you can modify the DB (migrate) forward or backward (in case something broke).

Also you have the ability to insert demo data into your DB (called seeds).

For me, this works perfect. Setting up a new instance is just some console commands.

leanpub, to php
@leanpub@mastodon.social avatar

The bundle Architecture and Decoupling by Matthias Noback is on sale on Leanpub! Its suggested price is $84.00; get it for $49.50 with this coupon: https://leanpub.com/b/architecture-and-decoupling/c/LeanpubWeeklySale2024Mar03

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

michael,
@michael@thms.uk avatar

@freekmurze I’ve grown more and more fond of using value objects to wrap collections, and then have my own ->add method on that which only accepts a single type of value.

A bit more code, but a lot less error prone.

codappix, to php German
@codappix@phpc.social avatar

Das ist das Schöne an unserem Beruf 🙏🏼. Wir lernen jede Menge Leute kennen - Auf Camps, bei Workshops und innerhalb unseres Netzwerks. Darüber hinaus ist es uns möglich Kunden auch über unsere Heimatstadt und gar über die Grenzen Deutschlands hinweg zu betreuen 🌎. Ganz schön praktisch dieses Internet 🤩.

andrewfeeney, to Laravel
@andrewfeeney@phpc.social avatar

How have I not discovered trigger max concurrency until now, any why haven’t the team implemented it yet! 🤯

outofcontrol, to wordpress
@outofcontrol@phpc.social avatar

First time trying to install a site locally for dev work, using Valet. Didn’t go as smooth as expected. The fault, mine of course. my global composer.json was using valet 3.2.1, when 4.6.1 is the most recent version. composer global update and Zingo’s man, WordPress runs locally!

For those that are going to suggest , tried that, and it worked perfectly on one machine and not at all on another. After several frustrating hours I gave up on DDEV.

jclermont, to php
@jclermont@phpc.social avatar

What is the point of design patterns? And can we discuss this without putting you to sleep? Check out the latest episode of the No Compromises podcast. https://masteringlaravel.io/daily/2024-02-29-laravel-podcast-what-is-the-point-of-design-patterns

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