Replies: 1 comment 2 replies
-
Hi! Cool that you want to use my package! I have a few clarifying questions:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I created a package following a Laracasts tutorial. The package looks fantastic! But somehow, even following the process by the step I receive the following error when trying to test it:
include(C:\laragon\www\package-creator\vendor\composer/../laracasts/widget/src/WidgetServiceProvider.php)
Steps performed:
php artisan packager:new Laracasts Widget
command. Package and structure was created okweb.php
like so:composer require laracasts/widget
in order to create a symlink in thevendor/laracasts
towidget
And when loading the page/route in the browser, I receive the mentioned error.
I tried with
composer dump-autoload
to no availIs there any other step I'm missing?
Kind regards, Jose
Beta Was this translation helpful? Give feedback.
All reactions