caffeinated / themes

:art: Laravel Themes package with support for the Caffeinated Modules package.
https://caffeinatedpackages.com
MIT License
173 stars 73 forks source link

Helpers update in the artisan make:theme command #87

Closed ezeroldan closed 4 years ago

ezeroldan commented 4 years ago

When I use the artisan make:theme command, i get the error of undefined variable for str_slug and camel_case helpers. I am using Laravel 6.

themes/src/Console/GenerateTheme.php

tpaksu commented 4 years ago

I've proposed a pull request with the related fixes. #88