Questions tagged as 'laravel'

1
answer

Error creating project Laravel

C:\xampp\htdocs>laravel new blog Crafting application...    [Symfony \ Component \ Process \ Exception \ RuntimeException]     TTY mode is not supported on Windows platform.       new [--dev] [-] name Can you tell me what the error is?...
asked by 26.03.2016 / 15:19
1
answer

Help with installing php 7.0 on ubuntu as video tutorial [closed]

Following this video tutorial link . Already at the beginning of the change of default, the changes made to the default, the nginx default index should be "subscribed" by the index.php configured more for some reason nothing changes even after...
asked by 09.04.2018 / 15:08
1
answer

How to send a single email to all administrators, in laravel 5.4?

I need to implement the sending of emails to a certain group of users, such as administrators, editors, reviewers. Would it be necessary to use a queue for it or something? Finally, I want to select a certain group of users and send an ema...
asked by 26.07.2018 / 21:29
1
answer

laravel foreach view [closed]

I have this array and it can be infinite with several children link How do I make a foreach in this in a view?     
asked by 30.01.2018 / 13:20
1
answer

Error generating PDF, Undefined variable: o (View:

metodo gera pdf: ordemController $ordens = Ordem::all(); return \PDF::loadView('ordem.detalhes', compact('ordens')) ->setPaper('a4', 'landscape') ->stream('export.pdf'); view <h1 class="text-warning">Ordem numero: {{$o-...
asked by 06.12.2018 / 03:14
1
answer

Laravel 5 - How to use primary key in pivot table?

I have a question that has arisen now. You searched the forums, and I did not find anything like it. I have this schematic in my DB: users: id name ... products: id name ... product_user: id product_id user_id ... In my User.php, I h...
asked by 15.03.2015 / 01:08