thedevdojo / voyager-themes

Theme Hook for Voyager
81 stars 23 forks source link

Capture query exception #9

Closed jeffochoa closed 7 years ago

jeffochoa commented 7 years ago

This query is throwing an exception when you try to install a project that uses voyager-themes.

\VoyagerThemes\Models\Theme::where('active', '=', 1)->first();

The issue is we are trying to make a query on a table that doesn't exist yet.

tnylea commented 7 years ago

@jeffochoa Thanks man! Merging this in now 👍