2
I’m new to Laravel 5.1 (actually any Laravel) and I’m having a hard time understanding how to work with style sheets and simple scripts. On several sites, I see that I need to add an element to my Composer.json which is the "laravelcollective/html": "~5.0"
but in others I have found saying that working in this way is already outdated for version 5.1
Someone has a good tutorial (in Portuguese) that gives me this light and does not leave the initial scope of Laravel 5.1?
You want to import files, that’s it?
– Rafael
need to know how I put a file
assets\css\style.css
in my master.blade.php, that’s all– LeandroLuk