I downloaded a laravel source code, and I have been told that the CSS/js files of your application should be stored in the public folder but I noticed that the CSS/js files that the downloaded laravel application used were stored outside the public folder and even outside the entire laravel application folder, and these CSS/js files were accessed within the laravel application. And I also noticed that some of the files that originally comes out of the box with laravel in the public folder were taken out of the public folder and placed outside the application. So my question is,
- Is this accepted?
- How do I do it?