SometimesWhy
This is not a bug report but a note for anyone else using this plugin. If your player is not able to play an MP3 that you've uploaded (because the MP3 file path results in a 404), make sure you've added .mp3 to your whitelist so that October/Laravel's routing doesn't try and load the file from its own routes.
For example,
RewriteCond %{REQUEST_URI} !\.mp3
RewriteRule ^ index.php [L,NC]
ChadStrat
I put a pull request in to add .mp3 to the core...thought that was added already by default. I will remind Sam on this. Thanks for pointing this out.
ChadStrat
ChadStrat
Also, if possible post back sometime with your final site. I'd like to feature sites using our products.
ChadStrat
1-3 of 3