cachethq / core

🚦 The core of Cachet, the open-source status page system.
https://cachethq.io
MIT License
102 stars 20 forks source link

Add Orchestra Canvas config #4

Closed jbrooksuk closed 10 months ago

jbrooksuk commented 10 months ago

This allows us to run composer canvas followed by any of the artisan supported make commands, which makes developing this package even easier.

For example, running:

composer canvas make:middleware Dashboard

Will stub a file to ./src/Http/Middleware/Dashboard.php 🎉