php

  • “Users don’t care about your tech stack.” https://www.empathetic.dev/users-dont-care-about-your-tech-stack There are exceptions, but overall, I think it often comes down to what you’re comfortable using with and if that solution technically will be the best for the user in terms of experience. Users don’t care if you are using #PHP etc. As developers it’s fun to…

  • #Laravel 11.42 Introduces New Date Query Methods #PHP https://nabilhassen.com/laravel-1142-introduces-new-date-query-methods

  • laravel-auto-sitemap ( hojabbr/laravel-auto-sitemap )

    A dynamic sitemap generator for Laravel with support for multilingual content and model-based generation Created by hojabbr on Feb 09, 2025.

  • Playtime with #PHP Attributes (added to PHP 8.0). https://jump24.co.uk/journal/playtime-with-php-attributes/ "Attributes [can] be thought of as a configuration language embedded directly into code."

  • Dangers of #PHP unserialize and how to stay safe. https://heera.it/the-dangers-of-phps-unserialize-and-how-to-stay-safe

  • laravel-db-snapshots ( spatie/laravel-db-snapshots )

    Quickly dump and load databases Created by spatie on Mar 17, 2017.

  • wp-loupe ( soderlind/wp-loupe )

    WP Loupe is a plugin for WordPress that significantly improves the search capabilities of your website Created by soderlind on Jan 18, 2024.

  • php-humanizer ( coduo/php-humanizer )

    Humanize values that are readable only for developers. Created by coduo on Apr 22, 2014.

  • loupe ( loupe-php/loupe )

    A full text search engine with tokenization, stemming, typo tolerance, filters and geo support based on only PHP and SQLite. Created by loupe-php on Jun 28, 2023.

  • Laravel Snapshots provides Artisan commands to quickly dump and load databases in a #Laravel application. https://github.com/spatie/laravel-db-snapshots #PHP

  • #WordPress as a git repo https://adamadam.blog/2025/01/08/wordpress-as-a-git-repo/ "I’ve turned WordPress into a markdown editor, a git client, and a git server. It’s all dependency-free #PHP code. It works in Playground, on any cheap hosting, and it could be merged into WordPress core." via @adamziel

  • A chrome extension to show #PHP ( #Laravel ) devtools console. https://github.com/tnylea/php-ext This package utilizes Spaties Laravel Web Tinker package, and iframes it in the devtools panel. #webtools

  • Untitled post 60356

    Have yet to try this, but sounds cool. 🎉 You can have a full LAMP Sandbox (PHP + WebServer + DB) running 100% inside your browser. You can run your own and third-party #PHP applications, like #WordPress. #webdev https://docs.endor.dev/faq/general/https://endor.dev/s/lamp84

  • Loupe is a a full text search engine with tokenization, stemming, typo tolerance, filters, and geo support based on only #PHP and #SQLite. https://github.com/loupe-php/loupe #webdev #opensource

  • Larastrap is a collection of opinionated Bootstrap 5 components for #Laravel. #PHP #CSS https://larastrap.madbob.org/

  • goodnews-backend ( goodnews-project/goodnews-backend )

    Goodnews is a PHP-based social media platform like Mastodon based on the ActivityPub protocol Created by goodnews-project on Sep 11, 2024.

  • Demystifying #Laravel Higher Order Messaging #PHP https://phpmemo.com/higher-order-messages.html

  • “Essential #Laravel Artisan Commands for Better Deployments” explores explore five essential Artisan commands. https://nabilhassen.com/essential-laravel-artisan-commands-for-better-deployments #PHP

  • strip-db-dump ( Dan0sz/strip-db-dump )

    Adds shorthands in WP-CLI to easily create database dumps without sensitive data, i.e. customers, users and/or orders. Created by Dan0sz on Jan 23, 2025.

  • tinkerpad ( epessine/tinkerpad )

    Tinkerpad is a lightweight and fast PHP playground that works with Docker and SSH. Created by epessine on Jan 13, 2025.

  • Tinkerpad is an #opensource lightweight and "blazing fast" #PHP playground that works with Docker and SSH. Works with #Laravel, #WordPress, Symphony. https://github.com/epessine/tinkerpad

  • laravel-comments ( Lakshan-Madushanka/laravel-comments )

    Integrate seamless commenting functionality into your Laravel project Created by Lakshan-Madushanka on Mar 29, 2024.

  • Some #opensource and free #Laravel SaaS Starter Kits. "…comes with a lot of features that are common to most #SaaS applications such as user authentication, subscription billing, team management, etc." https://www.amitmerchant.com/open-source-laravel-saas-starter-kits/ #PHP #webdev

  • laradumps ( laradumps/laradumps )

    🛻 LaraDumps is a friendly app designed to boost your Laravel PHP coding and debugging experience. Created by laradumps on Jun 05, 2022.

  • laravel-actions ( lorisleiva/laravel-actions )

    ⚡️ Laravel components that take care of one specific task Created by lorisleiva on Mar 27, 2019.

  • #PHP version stats: January, 2025 Good data here from Brent Roose ("stitcher"). Recent numbers here, but his post has lots more comparative data. 7.4 – 7.6%8.0 – 3.4%8.1 – 18.1%8.2 – 28.6%8.3 – 32.7%8.4 – 5.1% https://stitcher.io/blog/php-version-stats-january-2025 #webdev #Laravel

  • Recurr is a #PHP library for working with recurrence rules for calendar dates. #Larvel https://laravel-news.com/recurr

  • Untitled post 60220

    #PHP keeps on truckin'. #Laravel #memes

  • SkyDive ( spacepostman/SkyDive )

    Simple PHP-based AutoPoster for the BlueSky Social Network (post text, links, hashtags and an image) Created by spacepostman on Jan 03, 2025.

  • So I’m fiddling with a #Laravel side project and wondering if it’s possible to turn a Laravel site into an app (including the database). My use case: I want someone to input semi sensitive information, but I don’t want to store it on a server. #PHP