Why would anyone name their coding model "composer".
It's already a well-known (only?) package manager for PHP!
๐คทโโ๏ธ
Why would anyone name their coding model "composer".
It's already a well-known (only?) package manager for PHP!
๐คทโโ๏ธ
Hey Laravel Devs! ๐โโ๏ธ
Launching 'WE MUST SIP' on my YouTube ๐นโa weekly series recapping the latest in Laravel. Join us every weekend! โฐ
This time with @jigar.bsky.social, Jaiveer Chavda, @pushpak1300.bsky.social, and Chinmay Purav.๐ฅ
youtube.com/live/dauSFhY...
๐จ Live talk today! โผ๏ธ
Join us for the March Chapter on the MingleJS package by Patricio
Time: 8:00 PM IST.
๐: www.youtube.com/live/ENw3zBt...
Interested in speaking live with the speaker during stream? RSVP: forms.gle/UBxKS6mtsBZX...
I will be going live in less than an hour. I will be walking through the code of the game LaraconIn Connect. Game was played by 600+ players live during the Laracon event in India. If you are interested do join the stream.
The new custom starter kit functionality from Laravel makes getting up and running with @nativephp.bsky.social too easy!
Check out this first community starter kit by
@petebishwhip.bsky.social
laravel new your-app-name --using=nativecli/starter-desktop-flux
๐ฃ I'm speaking at the next Laravel Worldwide Meetup... next
week!
My talk is titled: "Building NativePHP for Mobile: Lessons learned making PHP work on iOS"
Don't miss it!
meetup.laravel.com
Same.
๐ฅ Here is a hot alias.
If you create directories that are just a date for importing photographs like I do then this will do the trick
alias mkdd='mkdir $(date -I)'
Think of this as "make date directory"
date -I (capital I) will give you and ISO8601 date
So you will get:
./2025-02-10/
#bash
We are actively using phalconphp framework which is created using this Zephir.
Got to know recently about Zephir. ๐
New (kind of?) package day: Laravel Backup Server is now free and open source! ๐ฝ
It ensures your servers are backed up (using rsync). It purges old backups, monitors their health, and sends notifications when something's up.
Read all about it on our โจ shiny new blog โจ
spatie.be/blog/reintro...
I've just released ๐ฅง PIE 0.6.0! This release adds commands to manage repositories, allowing maintainers/users to test with local paths, add VCS repositories, and Private Packagist!
github.com/php/pie/rele...
#phpc #phpfoundation #phppie @thephpf.bsky.social
Postmortem of Bitbucket outage on 21st Jan.
bitbucket.status.atlassian.com/incidents/t5...
A. Is very common. Probably some recror rule can detect or even refactor.
B. Easier to identify that the value will come from the variable, due to curly braces.
sprintf("%s %s", $a, $b)
Dropping a commit link here if anyone is interested in learning Strategy Pattern in Laravel or PHP code.
Do you want me to make a video explaining Strategy Pattern?
github.com/jigar-dhulla...
Factory?
๐ Exciting news for Laravel developers!
The Laravel VS Code extension is now in public beta. Enjoy enhanced autocomplete, navigate easily, and streamline your workflow. Dive in and start boosting your productivity with this official tool today!
https://laravel-news.com/laravel-vs-code-extension-pโฆ
This package from @barryvdh.nl does a great job at populating these. github.com/barryvdh/lar...
I just completed "Ceres Search" - Day 4 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/4
I just completed "Mull It Over" - Day 3 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/3
Interesting: HydePHP is a #Laravel powered Static Site Generator using #Markdown or Blade. #PHP
laravel-news.com/hydephp-is-a...
Introducing PHPStan to our existing PHP projects shouldn't be worrisome.
We can ignore the existing long list of errors with option --generate-baseline and introduce phpstan TODAY! This will at least make our future code better. Then gradually we can solve existing errors while refactoring.
Advent of Code - Day 2 is also completed. GitHub repo is updated with the solution in the PHP.
github.com/jigar-dhulla...
๐จ Packagist.org is ending support for Composer 1.x!
Stay up to date! Make sure you're using Composer 2.x for all your Laravel projects. Time to upgrade and enjoy new features!
GitHub Repo for Advent of Code - PHP Solutions
github.com/jigar-dhulla...
Day 1 - โ
Day 2 - โ ๏ธ
I've completed "Historian Hysteria" - Day 1 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/1
Yes, very powerful. If anyone is interested in practical usage, here is the repo to look at:
github.com/jigar-dhulla...
#PHP is everywhere.
phpx.world