Questions tagged as 'laravel'

2
answers

Advanced consultation with Relationships in laravel

Good, basically what I want to generate is a query that returns a list of users, that have as excacto value the result of the difference of two fields. In other words, I have the user table that has the fields ndias and diasconsumidos. CUR...
asked by 10.05.2017 / 00:35
2
answers

How is @forelse interpreted in laravel and what is it for?

I would like you to help me understand how the @forelse is applied in laravel .     
asked by 10.07.2017 / 08:08
2
answers

FullCalendar does not correctly display the 'end' date

I have my list of events, which have a start and end date (format YYYY-MM-DD). These events are displayed in the FullCalendar calendar: However the dates are not shown in full, but the end date of each event does not take the last day,...
asked by 09.03.2017 / 19:55
2
answers

Record filter with Laravel 5.4. *

Good, I would like to know that a tool or method could be used for a dynamic record filter, for example, I have a file called contacts.blade.php where I show a kind of address book, what I want to do is place a mechanism (Input , Select)...
asked by 08.03.2017 / 19:37
1
answer

Understanding the queues or tasks

I have finished the part of an application dedicated to backups. Now when I try to implement it using the queues and tasks of laravel 5.3, I feel incapable. I have some sort of commands cpr:backups {full|acct} {full|account} {daily|weekly|m...
asked by 29.10.2016 / 11:42
1
answer

Problem with return route laravel 5

I have the following route: Route::get('FinDraT/efectivoxpuesto/{id}/index','EfectivoxPuestoController@index'); and in the controller function I do: return redirect()->route('FinDraT/efectivoxpuesto/'. $id.'/index'); And I get the...
asked by 02.11.2016 / 03:36
3
answers

Xampp does not load project laravel

I have the project laravel on a mac with OSX the captain with php artisan . The project runs without problem, but for personal reasons I want to use the apache of xampp instead of artisan server then when I try to load the index.blade.php i...
asked by 10.10.2016 / 06:08
1
answer

How to access the properties of a file in laravel 5.2?

I'm trying to access the properties of an image Most of them agree so $request->file('imagenarticulo')->getsize() that is to say with the get ahead of the property but to which they have script, I am not able to access, I am loo...
asked by 16.06.2016 / 11:40
1
answer

Compare dates in Laravel

I have a table called Input, which has these parameters: public function up(){ Schema::create('entradas', function (Blueprint $table){ $table->increments('id'); $table->date('fecha'); $table-&g...
asked by 18.02.2018 / 12:50
2
answers

Problem with sending data by ajax (laravel)

I am sending a data by ajax with type: 'post', but it generates an error, when I change it to type: 'get', the data is received in success. This is the code. Ajax $('.QuestionList-item').on('click', function() { $('.Question').sho...
asked by 07.05.2016 / 18:00