Questions tagged as 'laravel'

1
answer

Sort the date on the grid chronologically?

$.fn.dataTable.ext.search.push( function( settings, data, dataIndex ) { var min = $('#min-date').val() ? $('#min-date').val().split('/') : null; var max = $('#max-date').val() ? $('#max-date').val().split('/') : null;...
asked by 02.05.2018 / 14:36
0
answers

Integrate public calendars from Google Calendar with PHP + Laravel

I've been researching a lot to find the solution to this problem: I need to integrate Google Calendar calendars into my system (Laravel) but only find ways to do with authentication (the person allows the API and then manages their own data.)...
asked by 02.05.2018 / 13:57
1
answer

Difficulty in retrieving data from a link in Laravel

I'm developing an application with the Laravel framework along with the instagram api and I got stuck: in a given routine, I get a redirect that returns the login for my application, but the problem is that in that redirect comes a given importa...
asked by 29.04.2018 / 23:05
0
answers

Nusoap does not work in Laravel 5.6

I installed nusoap on laravel 5.6 and am trying to connect my SOAP client with my SOAP server. I installed the package in the "require econea / nusoap-dev-develop" composer. My route is this: Route :: get ('/ client', 'SOAP \ ClientControl...
asked by 08.05.2018 / 23:01
1
answer

Boostrap Alignment

Staff All right? I'm trying to do an alignment using bootstrap but it's not working, can anyone give me a help? I have 23 questions and I need to put 4 selects next. Thanks     
asked by 08.05.2018 / 22:11
1
answer

Dynamic Input, Laravel, JS

Hello, I'm trying to make a dynamic input, it consists of a button that you add two fields at a time, a text and a file, but I need to persist this in the database, I think I need to make the names of the inputs change and in the controller can p...
asked by 09.05.2018 / 01:07
0
answers

How to do multiple validations Requests in Laravel?

Laravel allows you to create Requests to validate fields from the front end, but I wanted to do several Requests to validate a giant form. It's possible? Is it a good practice? I made Traits so that they could register for each one. This i...
asked by 04.05.2018 / 16:34
1
answer

Mcrypt PHP extension required OS Mac os

I'm having this problem when I try to give a php artisan serves, it gives me this guy Mcrypt PHP extension required I made php -m and I saw that it is not there as an extension and I did the reinstallation and installation and it does not...
asked by 04.05.2018 / 18:23
1
answer

Undefined variable: id

Contextualization Home It is necessary for the user to register new locations in the project through the multiple selection box. As will be several locales I do not know how ajax and php process this data. Home The following image shows the mo...
asked by 26.04.2018 / 20:16
0
answers

Laravel works on localhost but production server does not work

I have a problem with my system so that when I publish it to Xamp on my server, accessing locally (on this same server) all css and js are loaded correctly, but when accessing from another station, nothing is loaded (css, js, img). I've already...
asked by 25.04.2018 / 19:36