Support the ongoing development of Laravel.io →

286 Threads

posted 8 years ago

Get value from select which is not in form

Hi, say I had a select input which was not in a form e.g. <select class="email-select"...

0 Likes
1 Replies
Solved

Input replace before calling rules in FormRequest

I came across this post where you can sanitize input before calling the rules. http://www.easylarave...

0 Likes
2 Replies
Solved

How to post a form to a controller and pass Form Value to Controller

Hi, I have a form like this, {!! Form::open(array('action' => 'InfoController@index', 'method' =&...

0 Likes
4 Replies
Solved

Best Method to Validate WYSIWYG Input

Hello could anyone tell me the best way to validate input from a WYSIWYG textarea?

0 Likes
5 Replies
Solved

Query to inculde belongsTo Model

What is the correct way to grab a record and also include it's relationship data? Example User belon...

0 Likes
1 Replies
Solved

Laravel 5 Where to store data

Hello all! I've searched a lot about this but couldn't find anything related to what i need. I need...

0 Likes
8 Replies
Solved

Check if url with argument is accessed right now

Hey, i want to display something only if the url is the one being accessed. For this i did @if(Reque...

0 Likes
1 Replies
Solved

Not able to Insert all Input value in Database.

The Problem is Here That only First value inserted in database not all . I want to save all Values i...

0 Likes
5 Replies
Solved

This webpage has a redirect loop after simple changes

Ok so the thing is I have laravel 4.2 installed and it's working great. Up to today when I did a cou...

0 Likes
9 Replies
Solved

TokenMismatchException only on some mobile devices

I have a very simple subscriptionform (email + button) that works perfectly except on my iPhone 5c....

0 Likes
3 Replies
Solved

dynamically load views partials

Hello i have an issue when it comes to display my creating product form. The main problem is that i...

0 Likes
2 Replies
Solved
posted 10 years ago

Can't write image data to path

Error: Intervention \ Image \ Exception \ ImageNotWritableException Can't write image data to path [...

0 Likes
4 Replies
Solved

Routes error in Laravel 4 NotFoundHttpException Controller method not found.

I have defined the following routes : Route::get('/', 'HomeController@getindex'); Route::controller...

0 Likes
2 Replies
Solved

AJAX File Upload with jQuery -- How do I get CSRF into the request? (Updated)

I'm making a file upload system using Laravel, Ajax and jQuery. I am able to submit forms using Ajax...

0 Likes
4 Replies
Solved

Error in Typing Composer Require Illuminate/html at the Terminal

Hi, Is there's anyone here who can help me to fix this. I'm newbie in Laravel 5 and I can't even fig...

0 Likes
1 Replies
Solved

Add some data to all methods on constructor

I want to send some data for all methods (GET ) of the Controller and do not want to have to do this...

0 Likes
1 Replies
Solved

Laravel 5.1 - Form: Method number does not exist

Hi, I've just upgraded to Laravel 5.1 and i'm creating a simple form with "text" and "...

0 Likes
1 Replies
Solved

Query Not Saving All Input

I am saving an Eloquent model to a MySQL database, however all the request input is not saved, despi...

0 Likes
10 Replies
Solved

Standard form opening instead of the Form:: model binding

Hello, I'm creating a custom package that involves a CRUD resource. Because it involves extra steps,...

0 Likes
3 Replies
Solved

Store application global options

I create an application and I need the administrator to change 3 global application options: Start...

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

© 2024 Laravel.io - All rights reserved.