Closed DerekBuntin closed 5 years ago
Thanks for notify. I have not checked with Laravel 5.8. I definately have a look and fix it.
Thanks for notify. I have not checked with Laravel 5.8. I definately have a look and fix it.
Do you have any ideas when this will be available?
I just had a quick google search about this issue.
https://github.com/laravel/framework/issues/6106
Currently i can not able to fix it i am busy with my work. But i can assure you when i get time will fix this issue within next 30 days
In the meantime if you found the solution please do not forget to sent a pull request.
Regards Tuhin
I fixed ^^ In file vendor\digitaldream\src\SeoServiceProvider.php Cut Blade::directive from function register() to function boot() .
Regards
@DerekBuntin I release a new version where i fixed it. Can you please update your composer and let me know if it fixed. If so can you please close this ticket.
Laravel 5.8.8 SEO Tools 1.01
When I require the package and install the following errors are displayed in terminal:
`In Container.php line 794:
Class blade.compiler does not exist
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1 `
I uninstalled your package and the error went away.
Thanks