Posts by Fagner Lima • 52 points
4 posts
-
0
votes1
answer285
viewsQ: Authentication in Laravel
Using Laravel, what can I do so that only authenticated users can register new users? With this, the user registration page would only be accessed by authenticated users. In Laravel’s default…
laravelasked Fagner Lima 52 -
2
votes1
answer573
viewsA: How to install Laravel 5 without using Composer?
Well, the ideal is for you to install via Composer, as all necessary files will be downloaded. However, you can download the files from Github (https://github.com/laravel/laravel), but will still…
-
0
votes2
answers337
viewsQ: JSF tags are not being converted to HTML
I created a Maven project in Eclipse to use JSF and made all the settings the material asked for. However, when I created a XHTML file and went around in the browser, the source code of the page was…
-
1
votes1
answer1325
viewsQ: Error in Spring Project Execution
I’m developing an application in Spring (from the Algaworks booklet) and came across the following error: . ____ _ __ _ _ /\ / ' __ _ ()_ __ __ _ \ \ \ \ ( ( )_ | '_ | '| | ' / ` | \ \ \ \ / )| |)|…