Jigar
banner
jigar.bsky.social
Jigar
@jigar.bsky.social
PHP | Laravel | Clash Royale | Laravel Pune Community
Why would anyone name their coding model "composer".

It's already a well-known (only?) package manager for PHP!

🤷‍♂️
October 30, 2025 at 10:09 AM
Reposted by Jigar
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...
We Must Sip #1
YouTube video by Punyapal Shah
youtube.com
March 30, 2025 at 12:22 PM
🚨 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...
Understanding MingleJS - Laravel Pune - March 25 Chapter
YouTube video by Laravel Pune Community
www.youtube.com
March 27, 2025 at 3:59 AM
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.
Hey Laravel devs who've attended @laracon.in and played The Connect Game! 🎮

Curious how it works inside? 🤔

Join us today with @jigar.bsky.social, the creator 🧠, as he breaks it down:

youtube.com/live/xLc6aT5...
The connect game Laracon India
YouTube video by Punyapal Shah
youtube.com
March 22, 2025 at 3:37 PM
Reposted by Jigar
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
March 22, 2025 at 2:00 PM
Reposted by Jigar
📣 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
Laravel Worldwide Meetup
Join the official Laravel meetup in the cloud. Learn from familiar faces and new speakers while chatting with fellow Laravel devs.
meetup.laravel.com
March 19, 2025 at 3:26 PM
Reposted by Jigar
🔥 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
February 10, 2025 at 10:44 AM
Reposted by Jigar
Zephpyr - Securely build and distribute your NativePHP apps
zephpyr.com
January 29, 2025 at 1:07 PM
Reposted by Jigar
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...
Reintroducing Laravel Backup Server as an open source package
Today, we're reintroducing Laravel Backup Server with a fresh version 4 release. It comes with refactored internals and more control over notifications, but most importantly: we're removing it from ou...
spatie.be
January 29, 2025 at 8:28 AM
Reposted by Jigar
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
Release 0.6.0 · php/pie
0.6.0 Total issues resolved: 4 Total pull requests resolved: 4 Total contributors: 3 documentation 179: Added PECL comparison thanks to @asgrim enhancement 178: Remove php-standard-library/psa...
github.com
January 28, 2025 at 9:16 PM
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...
add exchange_rate_api supports. Implements Strategy Pattern · jigar-dhulla/exchange-rate@f02d1db
github.com
December 26, 2024 at 7:40 PM
Reposted by Jigar
🚀 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…
Laravel VS Code Extension Public Beta - Laravel News
The long awaited public beta of the new Laravel VS Code Extension is finally here.
buff.ly
December 16, 2024 at 4:58 PM
I just completed "Ceres Search" - Day 4 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/4
Day 4 - Advent of Code 2024
adventofcode.com
December 8, 2024 at 9:33 AM
I just completed "Mull It Over" - Day 3 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/3
Day 3 - Advent of Code 2024
adventofcode.com
December 7, 2024 at 4:07 PM
Reposted by Jigar
Interesting: HydePHP is a #Laravel powered Static Site Generator using #Markdown or Blade. #PHP

laravel-news.com/hydephp-is-a...
HydePHP is a Laravel-powered Static Site Generator - Laravel News
HydePHP is a static site generator that helps you make websites, blogs, and documentation pages with tools you already know and love.
laravel-news.com
December 7, 2024 at 1:06 AM
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.
The Baseline
phpstan.org
December 4, 2024 at 12:35 PM
Advent of Code - Day 2 is also completed. GitHub repo is updated with the solution in the PHP.
github.com/jigar-dhulla...
GitHub - jigar-dhulla/aoc: Advent of Code
Advent of Code. Contribute to jigar-dhulla/aoc development by creating an account on GitHub.
github.com
December 3, 2024 at 6:31 PM
Reposted by Jigar
🚨 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!
Packagist.org is ending support for Composer 1.x - Laravel News
The packagist team announced it's shutting down support for Composer v1.x on February 25th, 2025.
buff.ly
December 3, 2024 at 2:08 PM
GitHub Repo for Advent of Code - PHP Solutions
github.com/jigar-dhulla...

Day 1 - ✅
Day 2 - ⚠️
aoc/2024 at main · jigar-dhulla/aoc
Advent of Code. Contribute to jigar-dhulla/aoc development by creating an account on GitHub.
github.com
December 2, 2024 at 8:22 PM
I've completed "Historian Hysteria" - Day 1 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/1
December 2, 2024 at 7:10 PM
Reposted by Jigar
#PHP is everywhere.

phpx.world
December 2, 2024 at 3:00 AM
Reposted by Jigar
This was my tenth(!) year building 25 days of puzzles for #AdventOfCode. You can solve them all for free! Most people write code to solve them, but you can solve them however you like. I hope they help people become better programmers. 🌟

The first puzzle comes out in two hours: adventofcode.com
Advent of Code 2024
adventofcode.com
December 1, 2024 at 2:57 AM
Reposted by Jigar
Hello web devs! We are starting to plan our first meet-up in Pune. If you are interested in volunteering, providing venue or sponsoring the meet-up, please reach out to us.

#pune #india #php #web #developers #meetup
November 27, 2024 at 6:37 AM
Async PHP, a talk from @pushpak.bsky.social @ Laravel Pune Meet-up is live on Youtube. Presentation and Github Link used in the talk is in the description. I have added timestamps to divide the video into two parts, Theory & Demo.
www.youtube.com/watch?v=_9K6...
#php #laravel #reactphp #india #pune
Async PHP | Pushpak Chhajed | Laravel Pune November 2024 Chapter
YouTube video by Laravel Pune Community
www.youtube.com
November 27, 2024 at 6:05 AM