Last active
January 1, 2016 15:39
-
-
Save hoanganh25991/4c1f1e100c1e91bd0033 to your computer and use it in GitHub Desktop.
laravel-style-sheet add a style sheet by class HTML
This file contains hidden or 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
{{HTML::style('css/style.css')}} | |
//store 'style.css' in folder app/public/css/ | |
//folder public store everything, user can review |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment