orchestral / canvas

Code Generators for Laravel Applications and Packages
https://packagist.org/packages/orchestra/canvas
MIT License
187 stars 12 forks source link

Component Views not created #10

Closed ThisIsntMyId closed 3 years ago

ThisIsntMyId commented 3 years ago

Description:

I'm using this package outside laravel to create my own package I'm getting error which says Illuminate\Foundation\Inspiring not found while creating component. u can found the stack trace in this image https://prnt.sc/torwsw

Steps To Reproduce:

mkdir PackageName cd PackageName composer init composer require --dev "orchestra\canvas" ./vendor/bin/canvas preset package --namespace "ClassName" ./vendor/bin/canvas make:component HelloComponent