php - Laravel 5 build with Sximo -
helou, i'm frontend developer , php knowledge on begginers level. have laravel site build sximo other developer. need add new .css , .js files backend platform, don't know where. added public folder these files, don't know how call them. can me?
p. s. no, can't add manuel, it's not frontend page. :)
you need add .js
, .css
files public
directory inside of laravel project directory:
public/css/my.css public/js/mybig.js
please read here how add them view (recipe valid laravel 4 apps , laravel 5 apps laravel collective installed):
http://laravel-recipes.com/recipes/184/generating-a-link-to-a-css-file
also, think you'd want learn how blade template system works.
Comments
Post a Comment