pingpong-labs / shortcode

Laravel 5 Shortcode
https://pingpong-labs.github.io/docs/shortcode.html
BSD 3-Clause "New" or "Revised" License
39 stars 21 forks source link

Problem trying to use Shortcode in Laravel 5 #5

Closed grafikkaos closed 9 years ago

grafikkaos commented 9 years ago

Trying to use the shortcode package in an app I am working on but I am getting this error:

ErrorException in AliasLoader.php line 63: Class 'Pingpong\Shortcode\Facades\Shortcode' not found

I do have the required provider and facade lines in the app.php file, so could it be that Shortcode is not ready for laravel 5?

thanks

grafikkaos commented 9 years ago

I should mention I am using the 2.0.*@dev branch

gravitano commented 9 years ago

Hi,

Use Pingpong\Shortcode\ShortcodeFacade class instead. I haven't updated the documentation.