Posts by Marcello R Gonçalves • 49 points
4 posts
-
-6
votes2
answers4636
viewsA: What is the csrf_token present in the Laravel layout file for?
To prevent malicious solicitation from other sites, that is to protect your sites from external attacks.
-
3
votes1
answer514
viewsA: Using php Artisan make:Repository
Anderson command this correct. php artisan make:repository ProjectNote, with this command you will get the result below. Migration 2016_07_10_225826_create_project_notes_table.php public function…
-
1
votes2
answers1077
viewsA: Laravel Authentication Several Different User Types
I work with different tables one for each type. If it is the Laravel 5.1 has this very good package kbwebs/multiauth In 5.2 you can already make these multiple authentications.…
-
0
votes1
answer353
viewsQ: Falling cloud with 200 simultaneous accesses
I have a cloud with the following configuration: Xeon E5420 8x 2.50Ghz, 5GB de ram SSD RAID 10 4x priority - 24 CPU Core e 6TB de banda, but when it reaches 150 to 200 simultaneous accesses it…