Questions tagged as 'laravel'

1
answer

How to send simultaneous e-mail with laravel

I need my system to send simultaneous e-mail to all the emails that are in the bd. Following the code below it only sends the 1st e-mail from the list and still sends the wrong one. Send pro spam. And the msm code I use in the form d contact tha...
asked by 23.05.2017 / 20:42
1
answer

How do I remove the photos from the public folder or protect them from being accessed by the URL using Intervention image with Laravel?

I'm using the intervention image is this all working, my doubt and would like to remove the saved photos from the public folder so as not to be accessed by the URL or protect access by the URL for security reasons would anyone know how to do it?...
asked by 18.05.2017 / 04:10
0
answers

Pull user information logged in without using Auth :: user ()

I have an application developed with Laravel that has some small .php files in the public folder that are loaded in a given view. I need to pull user information logged in to these files, but I could not get it with Auth :: user (). How can I...
asked by 18.05.2017 / 16:19
0
answers

How to return variables in all views in laravel?

I have a laravel project, I have the index.blade.php that in that part of the header and footer are fixed, and content and that changes. My problem and return data from a controller to the footer, it lists me the data when I am on the homepage w...
asked by 25.05.2017 / 20:46
0
answers

DOMPDF Page Limit - Laravel

Good afternoon guys, I am making a DOMPDF print request, whose quantity is greater than 200 pages. When I make the request it can not generate, but if I pass a condition to generate up to a certain record, less than that amount, it is generat...
asked by 25.05.2017 / 21:15
1
answer

Domain Forwarding / Mapping

I do not know if I used the correct terms in the question, but I'll explain what I need. I am developing a system, and in this system there should be profiles of entities / companies. Each of them would have its address inside the system....
asked by 16.05.2017 / 01:39
1
answer

How to login to AUTH (Laravel) with data coming from a third party API?

I'm developing a news app in laravel 5 for a client, but it already has a working system, and wants me to use the existing database so that system users can sign in to the news app and has developed a jSON API that returns me string(74) "{"Sta...
asked by 13.05.2017 / 19:57
0
answers

Problem with Laravel's migrate?

I just installed Laravel on my pc to learn a little bit. But I'm having a little problem using migrate . Whenever I try to use migrate , it has the following error:    [Illuminate \ Database \ QueryException]         SQLSTATE [42...
asked by 12.05.2017 / 22:17
1
answer

Problems accessing show method in root of Laravel

I'm studying Laravel and in parallel creating some projects, but I'm debating with some problems, when I'm calling the show(); method Example controller: Route::resource('/', 'TEstController'); The index method is called without p...
asked by 14.05.2017 / 17:49
0
answers

Laravel - Multiple page form; Best Practices

I'm developing a system in Laravel where there will be several research projects (the validation of each form is a bit complex). Schema::create('projetos', function (Blueprint $table) { $table->increments('id'); $table->string('n...
asked by 03.05.2017 / 21:58