caffeinated / themes

:art: Laravel Themes package with support for the Caffeinated Modules package.

Home Page:https://caffeinatedpackages.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helpers update in the artisan make:theme command

ezeroldan opened this issue · comments

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

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