Skip to content

Instantly share code, notes, and snippets.

@mnabialek
Created August 15, 2014 09:13
Show Gist options
  • Save mnabialek/82d9b0dc2275bd2e87e0 to your computer and use it in GitHub Desktop.
Save mnabialek/82d9b0dc2275bd2e87e0 to your computer and use it in GitHub Desktop.
How to copy assets in Laravel into public directory (as example Twitter Bootstrap assets)
php artisan asset:publish --path="vendor\twbs\bootstrap-sass\assets" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment