Maybe I could do thread titles better but I just learned how to include code with the code tag. Working on it!
Anything you are linking to will need to be public accessible (e.g. in your "public" folder, so if you put it in "public/css" you link would be
<link rel="stylesheet" href="/css/bootstrap-3.3.6-dist/css/bootstrap.min.css">
The resources directory shouldn't be accessible over http - you would usually put css in there if you were generating your CSS using something like elixir:
Thanks!
"/" means the public directory not some directory in resources. I think I heard somwhere T.Otwell say for php architect that all css, less and sass should be in the resource directory, but this actually makes more sense. The folder public and all its underlying folders has that .htaccess property (Options) that allows "everyone" access
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community