Questions tagged as 'laravel'

1
answer

Redirection in ajax does not work

I have a function that keeps grades: <script> function guardarNotas(){ var object = []; $(".nota").each(function (index, element){ object.push({ 'idMatricula': $(element).data('idMatricula'), 'idE...
asked by 19.06.2017 / 05:53
1
answer

I have problems to login using email or control number in laravel and sentinel

I'm doing a login for a school and they ask me to have the teacher log in with their email but that the students do it with the control number assigned to them by the school. When entering the login, select by means of a checkbox if you are a te...
asked by 19.06.2017 / 22:20
1
answer

Where does the code of the config method ('auth.default.domain') come from in LARAVEL?

I have a question since I installed laravel 5.4 and the template adminLTE 3.0, in which after everything was working I put it in Spanish, everything normal up there, then I wanted to change the html code of the login, but I found that the code i...
asked by 14.06.2017 / 00:19
1
answer

ParentNode childNodes Javascript with laravel

I have a problem with my comment system on the website. The problem is this, I want the comments to be edited in a modal window "that already works thanks to bootstrap" but I can not get that comment that will be edited to load in the modal w...
asked by 03.06.2017 / 03:59
1
answer

How to avoid the cache in firefox

Good, I wanted to know what else there is to prevent firefox from using the cache, to save our website, now I use the goals <meta http-equiv="cache-control" content="max-age=0" /> <meta http-equiv="cache-control" content="no-cache" /&...
asked by 19.05.2017 / 06:34
1
answer

Pass an fix to the find method of a laravel model

I have a statement that is responsible for obtaining the packages using an $ id and the find () method of the model: $package = Package::find($array); $package->each(function($package) { $package->type; $package-&...
asked by 07.06.2017 / 23:16
1
answer

Consume an api in laravel

How to consume a call center webservice gave me a url to be consumed by laravel I have the form done and everything else that the parameters send me by jQuery class CallController extends Controller { public function showCall(Request $requ...
asked by 15.09.2017 / 01:14
1
answer

Error executing "composer update" in post-update-cmd

When launching a composer Update within a project, it shows me the following error:    Generating autoload files   Illuminate \ Foundation \ ComposerScripts :: postUpdate   php artisan optimize   Php artisan script optimize handling the po...
asked by 26.04.2017 / 11:12
1
answer

FatalErrorException in helpers.php line 36: Call to undefined function exif_imageType ()

Good morning: I cloned a Laravel file and the cover of the page if it opens it, but when I click to go to the next page I get the following: Call to undefined function exif_imageType () If anyone knows how to solve this problem, I'll thank them....
asked by 29.03.2017 / 19:11
1
answer

How do I install doctrine / dbal in laravel 5.3?

I try to install it by editing my file composer.json in the following way: "require": { "laravel/framework": "5.3.*", "doctrine/dbal": "v2.4.5" }, And then executing the composer update command. But this throws me th...
asked by 07.04.2017 / 00:19