Hi, in my controllers edit function, I pass my view the following $csUsers = User::lists('userName',...
i tried validate (following validator docs ) using regex but didnt' work...need i to do something mo...
I have inherited a site in Laravel 3. I would like to create a variable from the one line content of...
Hi i have a problem with my Ajax return response in Laravel 5. My form : <form id="frm"...
hi guys.. i have problem when i try to inserting mulitple record, i'll make it simple. $name[] = a,b...
$request->file('image')->move('images/products/', $imageName); $request->file('image')->...
I am using Ratchet with laravel 4.1. I trying to pass the ratchet variables to the laravel job queue...
I am trying to upload a photo with Request::file('file')->move('location/file.type'); But it does...
Hi, can laravel send parameter from route to construct controller? Route::group(['prefix' => '{si...
Hello, I have implemented FormRequest validator, and it works fine. However, I have some custom JS c...
What I’m trying to do is when a new candidate is created an extra field is automatically populated i...
Hi, I try to make a sms-gateway app and my problem like 'broadcast' feature. What is that? Here we g...
Hi My request file: <?php namespace App\Http\Requests; use App\Http\Requests\Request; class C...
Hi I am using jquery datetime picker in my site. this is my code: <link href="/blog/public/c...
Hello! I have two models: articles and comments. In a view 'article.show' i have a form that creates...
I'm using Cartalyst Sentinel to register a user. Everything works fine (form, validation, etc) but w...
Hallo everyone, in my current Laravel Project I use a class to generate a simple bootstrap 4 form, w...
I am working on the following laracast: https://laracasts.com/series/build-project-flyer-with-me/epi...
I have problems with the POST method during the passage of the variables: POST http://test.deleks.co...
Route::group(['prefix' => 'user'], function() { Route::get('/{courseId}', function(Reque...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community