Is it possible to make a theme in `addons/shared` ?
Created 6 years ago by oimken

How to make it works? I tried to move addons/{ref}/{vendor}/test_theme to addons/shared/{vendor}/test_theme, throw out a error.

piterden  —  6 years ago Best Answer

php artisan make:addon vendor.theme.slug --shared

oimken  —  6 years ago

Thank you! I tried php artisan make:addon vendor.theme.slug --app=shared ,how silly I am, lol!