Support the ongoing development of Laravel.io →

318 Threads

Can't solve Construct() must implement interface problem

Hi All, I've been reading Chris Fidao's excellent book on Implementing Laravel and unfortunately I'v...

0 Likes
2 Replies
Solved

Hi Laravel Family | Need Simple Laravel CRUD

I'm new to Laravel. I am now done with Up & Running with Laravel. I need some guidance in implem...

0 Likes
2 Replies
Solved
posted 11 years ago

Redirect withInput not showing inputs !

#hi i am learning laravel , in video tutorial bellow code redirect to form with user inputs return R...

0 Likes
1 Replies
Solved

Dynamic Pagination

Hello, I'm trying to create a select box and paginate all users instances based on that variable. Fo...

0 Likes
3 Replies
Solved

How do I echo session array in laravel? getting Array to string conversion error message

Hi Everyone How would I echo a session array in laravel? AccountController.php $name = makeRandom...

0 Likes
11 Replies
Solved

Issue on displaying the form

Sorry guys, I am newbie in Laravel, I have just created a project using latest laravel repository pa...

0 Likes
1 Replies
Solved
posted 11 years ago

Created a helper class but Form::text() is being returned as text and not a input field...

Hi I am new to Laravel and created a HelperView class namespaced Tymax\Helpers but when I call the s...

0 Likes
4 Replies
Solved

Call to a member function update() on a non-object

I keep getting this error when I try to update my users Call to a member function update() on a non-...

0 Likes
1 Replies
Solved

What do I do with a Response::json() in my view?

I've been going in circles trying to google my way out of this for days. I sort of want to roll up i...

0 Likes
20 Replies
Solved

Validating if one or another field is filled

For one form, I need to validate that if Field A isn't filled, Field B needs to be filled. Another f...

0 Likes
3 Replies
Solved
posted 11 years ago

How to use SMS in form

This concept is new to me but could be very useful for the app I am building. In wordpress there is...

0 Likes
11 Replies
Solved

Handling dates with form models

I have table with users which includes their date of birth. I don't think i'm inserting the date the...

0 Likes
2 Replies
Solved

POST Error: Symfony \ Component \ HttpKernel \ Exception \ MethodNotAllowedHttpException

Hi all, I am new to laravel and I don't know how to solve this error: Symfony \ Component \ HttpKern...

0 Likes
2 Replies
Solved

Cannot post Angular to Laravel - SQLSTATE 23000

I am trying to post an Angular form to Laravel. In Firebug I can see underneath the Post tab: Source...

0 Likes
5 Replies
Solved
posted 11 years ago

Getting a blank page

I have created an index.blade.php and I have the route pointing to index Route::get('/', function()...

0 Likes
3 Replies
Solved
posted 11 years ago

problem in load partial blade file

i have role.blade.php file contains : <?php $user = Sentry::getUser(); $gro...

0 Likes
3 Replies
Solved

Bootstrap Modals and popups - Using parameters and data

I have a page showing a list of records, when you click a delete button a modal box appears to confi...

0 Likes
7 Replies
Solved
posted 11 years ago

Data-Value for a form's Value

I am using the pick a date script in my laravel site. Everything is working correctly; however, in o...

0 Likes
1 Replies
Solved

Getting a checkbox to save

If the checkbox is checked it needs to save as a 1 in the database and if it isn't checked then it n...

0 Likes
3 Replies
Solved
posted 11 years ago

Form::image and submit

I'm having an issue using the Form::image() and Input::all() {{ Form::image(url('assets/images/next....

0 Likes
2 Replies
Solved

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.

© 2026 Laravel.io - All rights reserved.