Stolz / Assets

An ultra-simple-to-use assets management library for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Header and Footer JS / CSS

superdummy opened this issue · comments

Hello,

first of all, great package, absolutely love it! Thanks for developing it!

I have a small feature request: I think it is very common to have JS script in the footer as well as in the header. So it would be great if there is an option, that allows to specify where to queue the file (header vs footer and even other places...) and then being able to also echo only the specific tagged Assets with Assets::js('my-footer-tag');

I hope this makes sense to you and this feature would make your library even more awesome.

Thanks

commented

@superdummy you can easily achieve it by using the multitenancy feature of the library.

is this feature available in a no-laravel app?