I added $this->loadComponent('Math'); to my plugins' bootstrap.php
file but it did not load my css and js files automatically if the
plugin is installed. I copied the solution from DebugKit but I think
there should be some easier way than through EventManager.Could you give me an example? I would like to load helpers and components automatically if the plugin is installed, but I did not find a soution for this also. Any example would be appreiated. rrd 2014-10-02 21:31 GMT+02:00 José Lorenzo <[email protected]>: > Same as in cake 2, you add the AssetsFilter to the dispatcher and put your > files in the plugin's webroot folder > > On Thursday, October 2, 2014 4:29:50 PM UTC+2, Radharadhya Dasa wrote: >> >> Hi, >> >> How should I load a css file from a plugin on cake 3.0? I would like to >> let the plugin to laod its css file automatically if it is installed. >> >> rrd > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on Twitter http://twitter.com/CakePHP > > --- > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/cake-php. > For more options, visit https://groups.google.com/d/optout. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
