Questions tagged as 'laravel-5'

2
answers

How to create a calendar task with laravel [duplicate]

I'm trying to work with cron for the first time and trying to create a very simple scheduled task. I was looking at the documentation and saw that this command needs to be executed * * * * * php /path/to/artisan schedule:run >> /dev...
asked by 07.04.2017 / 15:29
1
answer

Blob image does not appear

I need to make my images appear in tag img but only a few appear, I have already taken all css and no problem in that. Below the photo that testifies that the html is understanding the image: OnmypageI'mcallingtheimageslikethis:@forea...
asked by 24.09.2016 / 21:15
1
answer

Laravel 5.4 and Dompdf - problems?

I'm trying to generate a PDF from a view , and it's working fine, however, when I call the route to call controller , the loading stays for several seconds, until minutes to generate the PDF, and download, not to mention that you are...
asked by 15.07.2017 / 15:21
1
answer

How to return data array with join in Laravel with DB class?

I need help with this SQL of Laravel : $process = $db->table('processo')->where('nrprocesso',$id) ->leftJoin('viatransporte', function($viatransporte){ $viatransporte->on('processo.idviatransporte', '=', 'viatra...
asked by 19.03.2017 / 16:03
4
answers

Laravel, Hash :: check (), always returns false

When trying to compare the password in pure text with the password encrypted in the database, the Hash::check() method always returns false , and should return true Authentication code: $email = $request->input('e...
asked by 20.02.2017 / 18:16
3
answers

Laravel - Function on Controller

I have a question regarding Laravel and my project is the function that receives information from a form in which the administrator chooses the event and the usuarios ( multiple select ) to generate the certificate ( stored in the t...
asked by 16.10.2017 / 12:39
1
answer

Error executing Composer install

I'm cloning a repository of GitHub GitScrum and when I run the command Composer Install , it returns me the following error: / p>    C: \ www \ GitScrum> composer install       [32mLoading composer repositories with package informatio...
asked by 22.11.2016 / 00:01
2
answers

How to do a search in a combo field as you type the text? [closed]

I have a combo field with more than 2,000 records. It's hard to select what I need. I'm in need of something (Bootstrap?) that as you type a part of the word the combo will position itself in the text typing. I looked for some but very com...
asked by 17.01.2017 / 11:23
1
answer

Authenticated / Not Authenticated Redirection

When we protect a route by login and try to access this route without being logged in, laravel sends us to the login screen. Dai if you authenticate it, it sends to that route that you tried to access without being logged in. I'm having a pro...
asked by 24.12.2018 / 02:47
2
answers

Framework Laravel

I am new to the Laravel Framework 5.3 and can not change the default index, which is the /Resources/views/welcome.blade.php file. I've tried two things: Change default file; Create a new file and change the route to /routes/we...
asked by 29.11.2016 / 02:15