austintoddj / canvas

Publishing on your own terms
http://trycanvas.app
MIT License
3.26k stars 521 forks source link

Unable to activate theme #303

Closed jwhulette closed 7 years ago

jwhulette commented 7 years ago

I am unable to active my custom theme. I cloned the Paper dark theme and just change the name and title. I added the theme to my composer file and ran update. The theme does not show on the admin panel as a selection.

austintoddj commented 7 years ago

@jwhulette You can find out more about custom theming in the official documentation.

jwhulette commented 7 years ago

I followed the documentation. The theme shows in my installed.json file but the admin interface never displays it. From my reading of the code, it should parse the installed.json file to display any themes. Is there a cache somewhere I need to clear. I have done composer dumpauotload, cache:clear, view:clear & optimize.

austintoddj commented 7 years ago

Thoughts on this @reliq?

jwhulette commented 7 years ago

Sorry, but it's been a long day. It was a vagrant issue. My local copy was not being synced. A vagrant restart resolved the issue.