Posts by Tais • 183 points
4 posts
-
1
votes1
answer1005
views -
3
votes1
answer1005
views -
2
votes3
answers1872
viewsQ: Error running Composer update while trying to install package scafold in Laravel 5.1
I’m trying to install the package scafold in Laravel 5.1 only when I run Composer update it shows me an error. C: xampp htdocs sites stock>Composer update Loading repositories with package…
-
2
votes1
answer1093
viewsQ: Block downloading files on IIS
I’m trying to block the download of the songs on my app. I tried to block by putting a file web.config in the music folder with the settings below: <?xml version="1.0"?> <configuration>…