Questions tagged as 'laravel-5'

1
answer

Open existing project Laravel

I need to open a project previously made in laravel. I've never worked with laravel, so I do not know where I might be going wrong. The project came in a .zip file when I unzipped it it created a folder called engraf182-my-project-6609a7d5...
asked by 26.02.2018 / 18:11
1
answer

Laravel 5.5 - Sending E-mail / Archive Env

I'm migrating a site I have for Laravel 5 and I came across a problem. To send email in Laravel I need to manually populate the user and host port data in the .env file As on my site I have an interface for the user to interact with, I end...
asked by 24.02.2018 / 19:40
0
answers

Empty online problem - Laravel

I have a problem, I have a few months of experience in Laravel and I did not see this type of problem happen, when submitting a form the following error appears:    Error Exception Trying to get property of non-object in LivroCon...
asked by 20.02.2018 / 14:29
1
answer

Laravel - Return values in master layout

I have an application using laravel 5.5, there was a need to insert a dynamic field in the footer that is located in the master layout, but I am not able to return the data in it, I could not find a solution to my problem. p> The main route is...
asked by 09.02.2018 / 15:21
1
answer

MethodNotAllowedHttpException ($ others) Laravel Form submission via Ajax

I have a simple form and I am sending it to the controller via Ajax, but my problem is that after clicking on the submit button it does not call the Ajax request in my Jquery and it already leads directly to this error. p> Ihaveanothercontrol...
asked by 07.02.2018 / 17:33
1
answer

Put auth folder in subfolder (Laravel)

I'm new to Laravel and in my project I want to put the auth view folder inside the admin folder, so: C:\xampp\htdocs\projeto\resources\views\admin\auth\ However, I know I should still edit something else in the Laravel files so that the new...
asked by 05.02.2018 / 16:23
1
answer

Laravel 5 Eloquent View Blade with Foreign Key?

I get the following error:    Trying to get property 'name' of non-object I have a list of Suppliers and Payments, and I am using the following syntax to retrieve the Vendor name through the foreign key of the payments. <td>{{$pag...
asked by 05.02.2018 / 16:56
0
answers

Distant relationship with Laravel 5.5

Well, I need some urgent help! I have the following situation: Tables: saidas id ... saidas_produto id_saida id_entrada_produto entradas_produtos id id_entrada id_produto ... entradas id ... My warehouse...
asked by 29.01.2018 / 15:03
0
answers

How can I create the social media sharing function on my site? PS: Attaching an image to the post

I'm breaking my head and I do not think how do I add the share button on my site that uses an image attach function to post, could someone tell me a lib? My site is in PHP and I use Laravel 5.     
asked by 29.01.2018 / 17:02
0
answers

Pass Controller data to a modal in Laravel view 5.5

I'm trying to pass data from a Controller to a Modal in the view. In the view I have this code that populates a datatable as soon as the page is loaded: .... @foreach($exames as $exame) <tr>...
asked by 29.01.2018 / 00:17