thephpleague / plates

Native PHP template system
https://platesphp.com
MIT License
1.47k stars 180 forks source link

How to load library files from assets and bower_components folder? #148

Closed MisterGeorge closed 6 years ago

MisterGeorge commented 7 years ago

What would be the '/ path / to / bower_components /' to use libraries and load the project's own styles, within Base_Controller charge: $ this-> templates-> loadExtension (new League \ Plates \ Extension \ Asset (getcwd . '/ Assets /', true)); But they do not load the files or simply tell me that they are not found on that path.

ragboyjr commented 6 years ago

@MisterGeorge are you still struggling with this? Your issue description isn't entirely descriptive, but I think I think you are just using the wrong path to the public assets folder.