SSO ID Rajasthan (Single Sign-On Identification) solves this problem by allowing users to log in once and access multiple online services seamlessly. In India, SSO ID is especially popular in government portals like the Rajasthan SSO Login platform, where citizens can use a single login for dozens of state services.
www.ssoid.info
The Laravel (PHP) Attributes list got a better UI 💪💪
github.com/MrPunyapal/laravel-attributes-list
typically at every laracon US talk, i bring a couple small things and one big thing to close it out
this year, there's so much i'm excited to share that it's genuinely hard to choose what the big thing should be
honestly, just grab your ticket
Most Laravel developers know about:
withCount()
withSum()
withMax()But very few know all of them are powered by one underrated method:
withAggregate()It can even fetch a single relationship column
without loading the full model.
Pretty elegant Laravel feature.