Questions tagged as 'laravel'

0
answers

smt.1and1.es Laravel Mail Not working

As I explain in the Title I have an api with Laravel in a server of 1and1, I have everything configured correctly, in local it sends me the mail and it does everything well, the problem comes when putting the api in the server of 1and1 someone w...
asked by 28.03.2018 / 15:26
0
answers

Error in http Ionic to an api de laravel

If anyone knows what the problem is, I need help for my ionic 3 application that calls a laravel api. It works correctly when you run my ionic application from the web, calling localhost: 8000 / api / employees, however I need to run the applica...
asked by 13.03.2018 / 17:04
1
answer

ErrorException in Laravel

Index.blade.php code @extends('layouts.master') @section('content') <div class="container"> <div class="row"> <div class="col-md-6"> <h2>entrevistas </h2> <table class="table tab...
asked by 12.03.2018 / 17:58
0
answers

Mock lessons in Laravel 5.6

Good morning everyone, I have the following problem when trying to mock a class for Laravel 5.6, I explain I have a class that helps me verify certain things to use in my controllers, but since I use the Google_Client library I need to mock i...
asked by 09.03.2018 / 23:34
0
answers

How to position an image as a background in the center of my page using php Office / php word?

How to position an image as a watermark so that it appears as a background image in the center of my page using the php office / php word library? my code is the following, I can make it appear but at the top of the page but not in the center...
asked by 27.03.2018 / 02:20
0
answers

Save data from an API in my database

In the project I am doing, I see the need to connect every 5 minutes to a foreign API, capture the data and save it in a table of my DB. Any idea how to get this? I'm working with Laravel 5.6     
asked by 23.03.2018 / 06:47
2
answers

The driver could not be found

I am learning to use Laravel 5.6. I had AppServ installed with version of PHP 5.6 and for Laravel's requirements it is to have a version equal to or greater than 7.1.3, uninstall AppServ and download Xampp, which has the most current version...
asked by 07.03.2018 / 15:57
0
answers

Problem "Allowed memory size of xxxxx bytes exhausted (tried to allocate xxxx bytes) in php" when I dispatch a job in Laravel

I'm having memory problems with Laravel jobs and queues. The problem I have arises the following. I'm working with images like PNG, JPG and PSD. These last ones weigh much more, and it has very long chains of type base64 that is the encode with...
asked by 12.03.2018 / 11:23
1
answer

laravel email messages do not arrive using a shared server but I do not have errors that guide me

I am sending email from the form using notify in shared server (hostinger) I do not receive error messages but the email does not reach the destination. Any suggestions? public function mailToAdmin(ContactFormRequest $message, Admin $admin)...
asked by 07.03.2018 / 03:03
0
answers

concatenation of a view, json en laravel full calendar

Is it possible to concatenate a view and a json to show everything at once? public function index(){ view('admin.calendario') $data = Event::get(['id','title','placa','start']); return Response()->json($data); } I have t...
asked by 06.03.2018 / 04:27