Posts by Fernando Michels • 1 point
2 posts
-
-1
votes0
answers7
viewsQ: How do I blur the table "X" act when saving Document in Table "Y"?
I need that when saving a subject to a student, the request for said subject is deleted. i access requests through the Solicitudcontroller public function solicitudes() {…
-
0
votes1
answer38
viewsQ: How to show only the posts of the logged-in user?
I have a question at the moment of showing the post user only who is logged in? Man model: class propuestas extends Model { protected $fillable = ['titulo', 'descripcion', 'estado', 'linea_id',…