Skip to content

Syntax Highlight and Copy into Clipboard

Compare
Choose a tag to compare
@roberto-butti roberto-butti released this 23 Jan 20:15
b04aaae

Add

  • Add syntax highlight for Yaml workflow file
  • Add copy button. ONce the Yaml is generated, you can click Copy Button in order to copy in the clipboard the content (so you can paste in your .github/workflows/*.yml file)
  • Add Open Graph meta in the main page
  • Add Larastan for phpstan, for a better compatibility with Laravel for static code analysis

Change

  • fix margin and padding for checkboxes
  • change input colors, from indigo to blue
  • Fix load env parameters (load DB_ parameters only if database is needed)
  • Fix Chrome driver version for Browser Tests (Laravel Dusk)