Posts by Marco Veríssimo • 11 points
2 posts
-
1
votes2
answers345
viewsA: Results per logged-in user id
If each person corresponds to a user then the Laravel relationship becomes: No model Pessoa: public function user() { return $this->belongsTo('App\User'); } In the User model: public function…
-
-1
votes3
answers67
viewsA: How Wordpress updates are made
First of all it is convenient to always have a backup of your wordpress. Some security updates are automatic and Wordpress does automatically. Wordpress has a link to the wordpress server, and shows…
wordpressanswered Marco Veríssimo 11