Support the ongoing development of Laravel.io →

1,185 Threads

Form Multistep

Hello, I created a multi-step forms, I don't want to store data on every stem to database, because i...

0 Likes
0 Replies

How to use my constants in Larvel

Hi, I am very new to Larvel. I have been doing development in CI. My question is that we used to def...

0 Likes
13 Replies
Solved

error laravel 5 undefined variable

controller public function index() { $meetingData = Newsnotice::news(); $meetingData=json_decode(jso...

0 Likes
2 Replies

php artisan serve not working

When I type in php artisan serve --host test.com I got this error [Wed Jan 14 12:54:12 2015] Failed...

0 Likes
2 Replies

Saving checkbox value in to a database

My form: {{ Form::checkbox('portfolio', 0, false) }} By default checkbox is unchecked. In controlle...

0 Likes
2 Replies
Solved

How to solve Class App\Http\Requests\UpdateUserRequest does not exist? laravel 5.3

My code is like this : <?php namespace App\Http\Requests; use Illuminate\Foundation\Http\FormRe...

0 Likes
1 Replies

Can't change user's password

Hello everyone, I can't change my user password, but other field. i dont know why, plz help me . wha...

0 Likes
6 Replies
Solved

Laravel 5.3 Validation

When I use variables in $rules and in $validator the code doesn`t work. Where is my mistake? $sumaRa...

0 Likes
0 Replies

How to add and update config varaibles in laravel

I have a config variable file which I'm using it in my controllers instead of mysql for faster perfo...

0 Likes
1 Replies
Solved

How to use updateorcreate on comparing foreign key?

I have UserAvatar and User table. I want to compare if image is already uploaded then update or inse...

0 Likes
0 Replies

Send an array as parameter value to route

Hey, How can I pass an array variable to the Laravel Controller using GET method? My route is define...

0 Likes
1 Replies

Manipulate form request data

Hi there, Does anyone know how I can modify the data a form request object contains before it is use...

0 Likes
5 Replies

Administrator Update User's Passwords (Please Help)

I'm making an administrator section where the admin can change Users passwords. I am able to Create...

0 Likes
9 Replies
Solved

Submitting data after image upload

My site has a feature that allows users to create posts (like Facebook). I have a form with a "...

0 Likes
5 Replies

How to solve MethodNotAllowedHttpException in RouteCollection.php line 218:?

My view is like this : @foreach($users as $user) <tr> <td>{!! $user->id !...

0 Likes
1 Replies

How to solve Missing argument 2 for App\Http\Controllers\UserController::destroy() in laravel 5.3?

My view is like this : @foreach($users as $user) <tr> <td>{!! $user->id !...

0 Likes
2 Replies

How to get parameter in url (laravel 5.3)?

My url is like this : http://localhost/mysystem/public/users/index/2016 I want to get 2016, because...

0 Likes
3 Replies

How to solve route not defined in laravel 5.3?

My controller code is like this : public function store(CreateUserRequest $request) { $input = $...

0 Likes
1 Replies

How to get parameter in laravel 5.3?

My view is like this : <li class="{{ Request::is('users*') ? 'active' : '' }}">...

0 Likes
1 Replies

Single Field Validation

Just wondering what is the best way to validate a single field. Situation is laravel is the backend...

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.