Skip to content

Instantly share code, notes, and snippets.

@jesscarlos
Created March 19, 2024 16:15
Show Gist options
  • Save jesscarlos/bed6406fa890dde634160089c019bc7f to your computer and use it in GitHub Desktop.
Save jesscarlos/bed6406fa890dde634160089c019bc7f to your computer and use it in GitHub Desktop.
Type Alias' for Laravel in Pkl-lang
open module LaravelTypes
typealias Environment = "local"|"testing"|"staging"|"qa"|"production"
typealias LogLevel = "debug"|"info"|"notice"|"warning"|"error"|"critical"|"alert"|"emergency"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment