Posts by Rafitos • 93 points
11 posts
-
0
votes1
answer232
viewsQ: Login with permissions Laravel 5
I have a login system with permissions done with Auth do Laravel, where there are options "Student" and "Teacher" to choose. For example: if he is a teacher, he will come back with a screen to…
-
1
votes0
answers17
viewsQ: Error trying to log in with updated profile photo
I made a user photo exchange system, when I change the photo, I undress and try to log in again, it comes back to me with this error: This is my line 11: <img src="images/uploads/avatars/{{…
-
0
votes1
answer104
viewsQ: Error while updating profile photo
I was making a system auth Adjustable that changed the user’s profile photo and the following error appeared: This is my php code: <?php namespace App\Http\Controllers; use…
-
1
votes1
answer149
viewsQ: Send Hash in the e-mail and confirm in the form
I would like to make a system that works like this: For the student to confirm the proof visa, he would have to receive a hash code in his email. If he doesn’t know the code, he would have to put…
-
-1
votes2
answers3524
viewsQ: system login Laravel with permission levels
I’m trying to set up a login system but I can’t get the result I need. There are three types of users: Admin User () Teachers () I adapted the make:auth with roles to create teacher and student, is…
-
5
votes1
answer884
viewsQ: How to decrease the space between Carousel bootstrap 4 images?
Good evening guys, I would like to know how I can decrease this white space between the images of Carousel. Can someone help me, please? my code: <!DOCTYPE html> <html lang="en">…
-
0
votes1
answer234
views -
0
votes1
answer342
viewsQ: How to hide the scrollbar when taking the mouse and making it visible when placing the mouse?
Well guys, I made a side-Nav with some contents and would like to make a scroll bar visible when the mouse is on top, however, I would also like to hide it when the mouse is off that side-Nav.…
-
0
votes1
answer1160
viewsQ: How to increase or decrease the size of the css materialize datepicker?
Well, I have a problem with the materialize datepicker, I made an Nav side and wanted to put a form to choose a date. I did, but when I click on that form, it opens up all the way. My code:…
-
0
votes3
answers929
viewsA: CSS is not working on any browser on my PC
I managed to solve the problem, I would have to add the 2 points (.) to show that the "css" folder was inside other folders. Sorry guys, it was a simple thing, but I got nervous because of the…
-
-1
votes3
answers929
viewsQ: CSS is not working on any browser on my PC
Good evening, I have to do a TCC to finish my course, but the CSS of my code does not work in any browser. It only works if I pull it online from the cloud: <!-- Compiled and minified CSS -->…