Support the ongoing development of Laravel.io →

1,185 Threads

help with Request

Hello Im making an autocomplete search however when I type a letter instead of outputing only the da...

0 Likes
1 Replies

Check database column for specific value before insert

I have a column in database table Category called 'no_category' by default is 1 but if user choose '...

0 Likes
0 Replies

3 level cascading dropdown list in Laravel 5.2

I am trying to do a 3 levels dynamic or dependent dropdown list. i managed to fix the first two and...

0 Likes
0 Replies

File Storage amature question

Hey am new to Laravel and I have just a small question . How and where are uploaded files stored

0 Likes
0 Replies

How could I connect to a custom database?

I'm creating a sort of SQL web client and would like to know if it's possible to connect to a user-s...

0 Likes
2 Replies

File Upload TokenMismatchException

In my view i have 5 file fields like this {!! Form::file('song[][url]', ['placeholder'=>'Url']) !...

0 Likes
0 Replies

Post to Form data to the Database using webService

I wanna Know how to pass form data to the database via web service using curl and json in laravel 5....

0 Likes
0 Replies

Relationship

у меня ест 3 таблицы "USER" "POSTS" "Photo" USER public function...

0 Likes
0 Replies

Select2.js not working

I tested Select2 library separately for 'multiple' select and it's working perfectly. But when I try...

0 Likes
0 Replies

extending Laravel 5.2 Illuminate\Routing\Router

i want to add custom methods to my application router. Route::get('email', 'Auth\PasswordController@...

0 Likes
3 Replies

Sentinel update not updating all fields?

So i'm trying to update a user in the database, all names are correct however the update is only upd...

0 Likes
1 Replies

Form Submittion

I am using the Route::resource() method to CRUD data from my form . But when I tried to insert data...

0 Likes
1 Replies

Passing Multiple Parameters through URL to Controller using Input::get('paramter1').

Hello, This is my route.php Route::get('test/{paramter1}/{paramter2}', 'Somecontroller@somemethod');...

0 Likes
1 Replies
posted 9 years ago

How to get post values in lavarel 5

Hi, I am new for Laravel I am submitting a form and trying to retrieve the values from the controlle...

0 Likes
4 Replies

Jason to Model

As i understand laravel supports the model route binding. I do understand how it works and i find th...

0 Likes
2 Replies

Laravel 5 not updating customer/worker to database

Been working on my latest project for school and i've ran into a bit of a problem, i have 3 logins t...

0 Likes
1 Replies

Redirect to previous page after failed input validation

I am building simple CRUD laravel aplication. To manage applications items i am using views index.bl...

0 Likes
6 Replies

Delete many posts with checkboxes

Hi, I'm using the Route::resource for my posts. How do I pass an array of values with checkboxes, fr...

0 Likes
1 Replies

Dropzone.js Column 'album_id' cannot be null

Hi all, im trying to make my dropzone upload to work but i have a little error when i hit the submit...

0 Likes
0 Replies

Controller Parameters

I've seen how to route data from a URI to controller parameters. Is there a way to route post data t...

0 Likes
13 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.