Roman 🇺🇦
943 posts

Roman 🇺🇦
@romalyt
https://t.co/ntykjNtJOP – Modern Laravel OpenAPI (Swagger) documentation generator. Tweets about micro-SaaS, development, and design.
🇺🇦 Katılım Nisan 2015
231 Takip Edilen417 Takipçiler

This is my go to API documentation tool right now. If you aren't using it, you should be
Roman 🇺🇦@romalyt
Here is what's new in Scramble since the 0.13.0 release. Besides Laravel 13.x support, Scramble finally has an API that allows you to control how validation rules are documented, along with improved type inference (as always), and much more. #laravel scramble.dedoc.co/blog/scrambled…
English

Here is what's new in Scramble since the 0.13.0 release. Besides Laravel 13.x support, Scramble finally has an API that allows you to control how validation rules are documented, along with improved type inference (as always), and much more.
#laravel
scramble.dedoc.co/blog/scrambled…
English

@PaddleHQ @flaviolivolsi @PaddleHQ I've DM'ed you my email and vendor ID, and there is literally nothing changed: no response in DM, no email from you, nothing new in chat.
English

@romalyt @flaviolivolsi Hey @romalyt can you DM us with your email address or Vendor ID please, thanks.
English

I also rewrote the "Responses" documentation page and documented a recent Scramble addition: the ability to define how validation rules are documented in the API (a new set of extensions).
scramble.dedoc.co/usage/response
scramble.dedoc.co/developers/val…
English

Finally deployed Scramble's new documentation website. There are still many things I wanted to do, but perfect is the enemy of good. So I decided to ship it as it is for now and improve it gradually.
scramble.dedoc.co

English

This had me thinking since I posted so I spent a moment trying to connect all of them in a sane way.
@bunjavascript monorepo
@laravelphp Backend
@tan_stack Router SPA
@romalyt Scramble for OpenAPI spec
@anymaniax Orval for React Query SDK generator
@vite_js for orchestration
Simon Depelchin@SimonDepelchin
I’d kill for an easy way to use Laravel with tanstack start/router in a monorepo with immediate type safety. What I usually need for my apps is a backoffice for admin stuff, a website for marketing, a web app for users and a mobile app. That’s why Laravel + Inertia is not enough.
English

I’m excited to announce Scramble v0.13.x! This version brings support for full type inference for types coming from vendors! These are the types coming from PHPDoc and supported by package authors. I cannot express how excited I am! 🚀scramble.dedoc.co/blog/scrambled…
English

Using named constructors can make creating exceptions a lot cleaner
The cheat code I forget all the time that makes this possible is the ability for PHP classes to be able to set protected/private properties for instances created within itself -- super handy!
This prevents having to override the constructor and gives you more freedom to add more named constructors in the future

English



