-
-
Notifications
You must be signed in to change notification settings - Fork 33
Make Command not working #71
Comments
I renamed the command signatures a couple of versions ago to |
The documentation still shows the older method. When I tried
Form laravel log:
|
|
@karmendra I did not have the time to look into the issue yet. Will do it within the next weeks. @twaframework please create a new issue and document exactly the steps you pursued that resulted into the bug you described. |
Yeah, faced the same issue, got the "Maximum function nesting level of '512' reached, aborting! " exception while attempting to create with package:<> command, which is triggered by xdebug limits, I believe. When I am increasing limit of xdebug.max_nesting_level= in configs there is no exception throwned, but still nothing has been created and no messages after executing. |
Laravel 8.24
PHP 7.4.10
Homestead 9 (vagrant up via an admin cmd in windows 10)
After installing package version 4.0.4
I ran
php artisan package:save Vend\Pack packages/vend/pack/
to save the package credentials.Then to create a notification I run
php artisan make:package:notification MyNotification
commandbut we get following error:
What am I missing here, why is this not working?
The text was updated successfully, but these errors were encountered: