Open simpleann opened 10 years ago
Add thujohn/pdf
to composer.json
.
"thujohn/pdf": "dev-master"
I add this by doing this: "autoload": { "classmap": [ "app/commands", "app/controllers", "app/models", "app/database/migrations", "app/database/seeds", "app/tests/TestCase.php" ], "psr-0": [ "Thujohn/Pdf": "src/" ] },
Every time I will update my composer I get this error
I am done with my previous problem, my problem was still I cant publish the config using this code: php artisan config:publish thujohn/pdf and also with this code: php artisan config:publish --path="workbench/thujohn/bar/src/config" thujohn/pdf
I always get this
Why "workbench" ?
Did you add 'Thujohn\Pdf\PdfServiceProvider',
?
hi, i got the same error and i already add 'Thujohn\Pdf\PdfServiceProvider'.when run the 'php artisan config:publish thujohn/pdf' still get the same error.
Did you follow the installation procedure?
Did anybody figured out the problem? I followed the installation instructions, but still get the same error
Thank you
I gave up on this one, but other plugins were giving similar issue. I found that you have to type in git: composer dump-autoload
Please explain more...