Posts by Evandro Barbosa • 23 points
3 posts
-
1
votes1
answer1707
viewsA: How to solve css loading problem and js Ready to work?
Try this, remembering that you will have to save the file with this extension .blade.php <!-- Styles --> <link href="{{ asset('/css/app.css') }}" rel="stylesheet"> <!-- Scripts -->…
-
-1
votes1
answer473
viewsQ: Select multiple checkbox with foreach, coming from the bank in Aravel?
I’m populating a checkbox with the bank information, I’m trying to get it to read all the checkbox selected. Controller public function store(RequestProduto $request) { $data = new Produtos;…
-
1
votes1
answer1682
viewsQ: How do I upload files by sending the attachment as an email in Windows 5.3?
I’m making a page to work with us with uploading files(resumes), I would like to send this file by email attachment, but I’m kind of aimless. Can someone help me? Controller public function…