Posts by Juliano Moura • 43 points
4 posts
- 
		1 votes2 answers1529 viewsA: Hosting Laravel system 5.3 in subdomainGiving a feedback on the problem ... I followed the hostgator support tip and used this tutorial to install the server via Composer: http://forum.hostgator.com.br/topic/1297-instalando-laravel/ With… laravel-5.3answered Juliano Moura 43
- 
		2 votes2 answers1529 viewsQ: Hosting Laravel system 5.3 in subdomainGood afternoon. I have a problem to upgrade my system created with Laravel 5.3 for hosting. I created a folder for Project and put the files in the folder public for public_html. I made the… laravel-5.3asked Juliano Moura 43
- 
		1 votes0 answers1022 viewsQ: File Download with Laravel 5.3I need to make PDF files available for download. I don’t know if I’m at least on the right track, but I’m having an error that indicates the file doesn’t exist. My controller is as follows: public… 
- 
		0 votes1 answer1492 viewsQ: Blocking routes for a particular User type in Laravel 5.3This is my first post here. I’m starting to use Laravel 5.3 to create a system. In this system I will have two types of users (Admin and Client). I would like to block certain routes for the client.…