jeudi 10 novembre 2016

Laravel 5 - Loading Public JS / CSS / HTML Files From Custom Folder?

Laravel serves client side (HTML, CSS, JS) files from the /public folder by default. I am currently transitioning a Blade based front-end to an Angular based one. As a result, I am mixing Blade templating with Angular templating. I am using Blade layouts to generate a navbar, footer, and other common views while I transition the body content of my pages to Angular.

I have a folder constructed just for storing Angular files. My current app structure looks something like this:

-MyApplication
    -angular
    -app
    -bin
    -bootstrap
    -config
    -database
    ....

Is there anyway for Laravel to load my assets - stored in the /angular folder? I want to keep all my Angular files in one place, in standard Angular structure, as opposed to spreading them out and placing them in the /public Laravel folder.



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire