Support the ongoing development of Laravel.io →

1,185 Threads

Displaying old user in select box

Hi, in my controllers edit function, I pass my view the following $csUsers = User::lists('userName',...

0 Likes
0 Replies

how pass # chars as urls parameters ?

i tried validate (following validator docs ) using regex but didnt' work...need i to do something mo...

0 Likes
2 Replies
posted 8 years ago

Variable from text file content

I have inherited a site in Laravel 3. I would like to create a variable from the one line content of...

0 Likes
1 Replies

Ajax Request Laravel 5.1

Hi i have a problem with my Ajax return response in Laravel 5. My form : <form id="frm"...

0 Likes
2 Replies

inserting multiple record

hi guys.. i have problem when i try to inserting mulitple record, i'll make it simple. $name[] = a,b...

0 Likes
3 Replies

Move image to 2 directory

$request->file('image')->move('images/products/', $imageName); $request->file('image')->...

0 Likes
3 Replies

Laravel Queue with Ratchet serialization of 'closure'

I am using Ratchet with laravel 4.1. I trying to pass the ratchet variables to the laravel job queue...

0 Likes
0 Replies

Laravel 5.0 Upload File Error

I am trying to upload a photo with Request::file('file')->move('location/file.type'); But it does...

0 Likes
0 Replies

get parameter route to construct controller

Hi, can laravel send parameter from route to construct controller? Route::group(['prefix' => '{si...

0 Likes
6 Replies
Solved

How to get original input values after validating using FormRequest?

Hello, I have implemented FormRequest validator, and it works fine. However, I have some custom JS c...

0 Likes
1 Replies

Pivot Table Extra Field

What I’m trying to do is when a new candidate is created an extra field is automatically populated i...

0 Likes
1 Replies
Solved

How to input multiple rows (hasMany relationship) simultaneously in single post form

Hi, I try to make a sms-gateway app and my problem like 'broadcast' feature. What is that? Here we g...

0 Likes
0 Replies

Simple validation does not work

Hi My request file: <?php namespace App\Http\Requests; use App\Http\Requests\Request; class C...

0 Likes
4 Replies
Solved

jquery datetime picker problem.

Hi I am using jquery datetime picker in my site. this is my code: <link href="/blog/public/c...

0 Likes
11 Replies
Solved

How to add a parameter to $request variable?

Hello! I have two models: articles and comments. In a view 'article.show' i have a form that creates...

0 Likes
5 Replies
Solved

Database[users] not configured error

I'm using Cartalyst Sentinel to register a user. Everything works fine (form, validation, etc) but w...

0 Likes
1 Replies

Using $_POST in Laravel

Hallo everyone, in my current Laravel Project I use a class to generate a simple bootstrap 4 form, w...

0 Likes
3 Replies

Project Flyer multiple file upload with dropzone file size = 0

I am working on the following laracast: https://laracasts.com/series/build-project-flyer-with-me/epi...

0 Likes
1 Replies
Solved

Error post method variables

I have problems with the POST method during the passage of the variables: POST http://test.deleks.co...

0 Likes
1 Replies

Empty request in routes.php?

Route::group(['prefix' => 'user'], function() { Route::get('/{courseId}', function(Reque...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.