home.social

#laravel — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #laravel, aggregated by home.social.

  1. 🚀 **Digging Code 7th launch is live on Product Hunt!**

    A developer platform bringing together **Accounts, Learn, and Products** — with more tools and resources coming.

    Would appreciate your support! 🙌

    producthunt.com/products/diggi

    #tech #webdev #php #laravel #javascript #css #sql #database #ai

  2. 🚀 **Digging Code 7th launch is live on Product Hunt!**

    A developer platform bringing together **Accounts, Learn, and Products** — with more tools and resources coming.

    Would appreciate your support! 🙌

    producthunt.com/products/diggi

    #tech #webdev #php #laravel #javascript #css #sql #database #ai

  3. 🚀 **Digging Code 7th launch is live on Product Hunt!**

    A developer platform bringing together **Accounts, Learn, and Products** — with more tools and resources coming.

    Would appreciate your support! 🙌

    producthunt.com/products/diggi

    #tech #web #webdev #developer #php #laravel #javascript #css #sql #database #ai

  4. 🚀 **Digging Code 7th launch is live on Product Hunt!**

    A developer platform bringing together **Accounts, Learn, and Products** — with more tools and resources coming.

    Would appreciate your support! 🙌

    producthunt.com/products/diggi

    #tech #webdev #php #laravel #javascript #css #sql #database #ai

  5. 🚀 **Digging Code 7th launch is live on Product Hunt!**

    A developer platform bringing together **Accounts, Learn, and Products** — with more tools and resources coming.

    Would appreciate your support! 🙌

    producthunt.com/products/diggi

    #tech #webdev #php #laravel #javascript #css #sql #database #ai

  6. Here's a fun little exercise to see if your code could be improved. Read it out loud. Let's look at an example that demonstrates it. #php #laravel masteringlaravel.io/daily/2026

  7. For PHP dev work I have switched to Lerd (from Valet) on my demo laptop (along with macOS 27). I’d love to hear others thoughts if they are or were Valet users and have switched or tried Lerd.

    My initial thoughts are: Interesting, seems mostly seamless, fairly lightweight, love the dashboard and ease of editing php and other settings.

    #laravel #valet #lerd #php

  8. 🧰 More additions: a built-in SortDirection enum, __debugInfo() on enums, a unified stream error model with StreamException and 50+ error codes, and UriBuilder classes for the URI extension

    🛡️ Secure session defaults for new installs: session.use_strict_mode=1, cookie_httponly=1, cookie_samesite=Lax. #Laravel manages its own session cookies, so most apps are unaffected

    🌐 laravel-news.com/php-8-6

  9. Importing old data into a stricter MySQL server can fail on things like zero dates. Here's how to relax sql_mode for just the import session, without changing the server's configuration. #php #laravel masteringlaravel.io/daily/2026

  10. Laravel + PHP gains a batteries included package for ActivityPub support, with both draft-cavage and RFC 9421 HTTP Sig support and the ability to extend every aspect, with before() and after() hooks for easy custom processing.

    It's quite amazing.

    I'll be tagging a new release this week.

    #laravel #php #activitypub #pixelfed #loops

  11. Okay, laravel-activitypub is near ready to ship!

    I'll be testing it with shutter, a single user activitypub server for image sharing.

    #laravel #activitypub #Pixelfed #Loops

  12. Making real progress on laravel-activitypub, a batteries included ActivityPub package for laravel.

    This will replace federation logic in @pixelfed and @joinloops and make it really easy to implement AP in your own laravel apps!

    #laravel #activityPub

  13. From ad-hoc prompting to a real pipeline.

    At our July meetup in Bern, David Pacassi Torrico shared how he and his team built a set of commands, skills and automation for their Drupal projects — letting AI handle the repetitive work.

    Watch → youtube.com/watch?v=upJQUSkEDjE

    #Laravel #PHP #Drupal #WebDev

  14. #TypeScript community (especially #Laravel-affine):

    I want to create a class, resembling Laravel factories in TypeScript

    class Factory<T> {
    protected model: Partial<T>

    constructor(model: Partial<T>) {
    this.model = { ...this.defaults, ...model }
    }

    // state setters

    make(): T { // <!-- How do I get this to be T instead of Partial<T> without `as? ?
    return this.model
    }
    }

    #amCoding #amProgramming #webDev #webDevelopment #dataTypes #FollowerPower #computerScience #typeTheory

  15. #TypeScript community (especially #Laravel-affine):

    I want to create a class, resembling Laravel factories in TypeScript

    class Factory<T> {
    protected model: Partial<T>

    constructor(model: Partial<T>) {
    this.model = { ...this.defaults, ...model }
    }

    // state setters

    make(): T { // <!-- How do I get this to be T instead of Partial<T> without `as? ?
    return this.model
    }
    }

    #amCoding #amProgramming #webDev #webDevelopment #dataTypes #FollowerPower #computerScience #typeTheory

  16. #TypeScript community (especially #Laravel-affine):

    I want to create a class, resembling Laravel factories in TypeScript

    class Factory<T> {
    protected model: Partial<T>

    constructor(model: Partial<T>) {
    this.model = { ...this.defaults, ...model }
    }

    // state setters

    make(): T { // <!-- How do I get this to be T instead of Partial<T> without `as? ?
    return this.model
    }
    }

    #amCoding #amProgramming #webDev #webDevelopment #dataTypes #FollowerPower #computerScience #typeTheory

  17. #TypeScript community (especially #Laravel-affine):

    I want to create a class, resembling Laravel factories in TypeScript

    class Factory<T> {
    protected model: Partial<T>

    constructor(model: Partial<T>) {
    this.model = { ...this.defaults, ...model }
    }

    // state setters

    make(): T { // <!-- How do I get this to be T instead of Partial<T> without `as? ?
    return this.model
    }
    }

    #amCoding #amProgramming #webDev #webDevelopment #dataTypes #FollowerPower #computerScience #typeTheory

  18. #TypeScript community (especially #Laravel-affine):

    I want to create a class, resembling Laravel factories in TypeScript

    class Factory<T> {
    protected model: Partial<T>

    constructor(model: Partial<T>) {
    this.model = { ...this.defaults, ...model }
    }

    // state setters

    make(): T { // <!-- How do I get this to be T instead of Partial<T> without `as? ?
    return this.model
    }
    }

    #amCoding #amProgramming #webDev #webDevelopment #dataTypes #FollowerPower #computerScience #typeTheory