We made a modulized app in laravel 5.0, So we want to get our css and js files from another directory (non public directory) such as a module directory. We searched the stacks and couldn't find any solution. How can we do that? Thanks
hint: the asset() function doesn't work except in public directory.