hollyit/laravel-static

This package is abandoned and no longer maintained. No replacement package was suggested.

Management for static resources in your Laravel project

0.1.1 2022-09-24 16:29 UTC

This package is auto-updated.

Last update: 2022-10-24 16:40:33 UTC


README

This package has been archived and is now replaced by hollyit/larave-static-libraries.

An extensible, eloquent way to manage static assets, such as javascript and stylesheets for your projects.

This package is currently under active development.

Purpose

This package was developed out of a need to easily add static assets into your blade files. While certain methods, such as stacks, already exists, the purpose of this package is to make it so other packages can easily add their own assets, however those still require editing blade files and no dependency management. Laravel Static attempts to provide a solution for those requirements. Think of it as a way to easily supply javascript and css when you are making extensible projects utilizing things like Laravel Modules.

Ready to learn more?

Well, check out the documentation folder.

Credits

License

The MIT License (MIT). Please see License File for more information.