digitaldreams / laravel-seo-tools

Laravel Seo package for Content writer/admin/web master who do not know programming but want to edit/update SEO tags from dashboard
MIT License
149 stars 45 forks source link

Blade Compiler #2

Closed DerekBuntin closed 5 years ago

DerekBuntin commented 5 years ago

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

digitaldreams commented 5 years ago

Thanks for notify. I have not checked with Laravel 5.8. I definately have a look and fix it.

DerekBuntin commented 5 years ago

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?

digitaldreams commented 5 years ago

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

ronroy2503 commented 5 years ago

I fixed ^^ In file vendor\digitaldream\src\SeoServiceProvider.php Cut Blade::directive from function register() to function boot() .

Regards

5-9-2019 4-28-52 PM

digitaldreams commented 5 years ago

@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.