Created
July 6, 2016 18:34
-
-
Save agiorlando/f474b9eafd92eaad61ad0393d5910c3d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public function boot() | |
{ | |
$this->publishes([ | |
__DIR__.'/vendor/twbs/bootstrap' => public_path('assets/bootstrap'), | |
], 'public'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@nberlette