sleeping-owl / admin

Administrative interface builder for Laravel
http://sleeping-owl.github.io/
MIT License
504 stars 259 forks source link

Retrieve package views #235

Open tbanov opened 9 years ago

tbanov commented 9 years ago

Please add this line to AdminServiceProvider.php - boot()

We need to deal with views and layouts http://laravel.com/docs/5.1/packages#public-assets

public function boot() { $this->publishes([ DIR.'/../../views/' => base_path('resources/views/vendor/admin/'), ], 'views'); }

If you want i will do pull request. Thanks