Questions tagged as 'laravel'

1
answer

Trying to get property 'name' of non-object Laravel Eloquent Error pulling foreign key data [duplicate]

I'm trying to use relationships to display data on the screen but I get the following error:    Trying to get property 'name' of non-object In this command $recebimento->planoconta()->get()->first()->nome MODEL ACCOUNT...
asked by 15.02.2018 / 14:28
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

Captcha on Controller Laravel

Good afternoon guys, I'm trying to implement Google Captcha in my controller, but the 500 error in the request The code works until return 2; From here you attempt to run the 500 error public function enviar(Request $request){ /...
asked by 01.02.2018 / 15:40
0
answers

Popular angular data

I have this mod created in html <div class="portfolio-modal modal fade" id="automaticBasket" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content">...
asked by 04.02.2018 / 23:42
0
answers

Create Menu Filter Defender + AdminLTE in Laravel

I'm starting a new application in laravel And I'm using the Defender package Defender for access control, But I'm using the template from AdminLTE What I need to create a new filter, so that in the menu created by AdminLTE, make inv...
asked by 06.02.2018 / 20:14
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 is the Indexing of AngularJS routes by googlebot?

I've been researching how google and facebook crawlers work, but I have not found much about how they work to identify information from web pages. Does this lead me to question how it will index the pages of the application in Angular? I foun...
asked by 04.02.2018 / 01:40
0
answers

Best boilerplates to work with Laravel

I'm researching about boilerplates that I learn and use in web development with Laravel. I'm currently using the boilerplate called CRUDBooster ( link ). What do you guys point out ??     
asked by 26.01.2018 / 01:58