Support the ongoing development of Laravel.io →

< select name="options" multiple > How to store in a array within the database

How would I store <option > 's in a mulitple select like so <select name="options" multiple...

0 Likes
0 Replies
posted 10 years ago

twitter bootstrap 3.1.1 not displaying dropdown items

I cannot work this problem out. Using twitter bootstrap 3.1.1 mostly everything I need to do works w...

0 Likes
19 Replies
posted 10 years ago

Mocking $this in PHPSpec

I am trying to create a test suite using PHPSpec. Some things are working out, some things aren't. T...

0 Likes
1 Replies
posted 10 years ago

Checking for binded data on the IoC

I've bound some data to the app and whereas I can get it out, I have one instance where based on a c...

0 Likes
2 Replies
Solved
posted 10 years ago

Where is the complete list/documentation of laravel helpers?

Hi guys! I've seen the http://laravel.com/docs/helpers link but I'm not sure if this is the complete...

0 Likes
2 Replies
posted 10 years ago

Will a touched object have the same timestamps as the toucher?

I have a similar example to that in the docs.. a comment and post scenario. I want notifications whe...

0 Likes
0 Replies

Laravel Validate Many-To-Many Relationship

So I have this Offer model with several offers available. I also have a Pattern model that has a man...

0 Likes
0 Replies

Authentication problems between twilio and my laravel 4 based api.

So we have built a simple web hook api using Laravel 4. I am using the auth.basic filter. My route...

0 Likes
1 Replies
posted 10 years ago

Form submit route handling

Hello, My application loads its first page (which contains a form) via this route: Route::get('cv/ed...

0 Likes
7 Replies
posted 10 years ago

How to reroute a resource to include a different field besides $id in Laravel 4 (for custom URLs)

I have a resource controlling one of my tables "fans". I have a view that shows the inform...

0 Likes
3 Replies

Laravel import thousand of records from csv file?

I have a csv file with thousand of records. How can I use Eloquent model to import all data?

0 Likes
2 Replies
Solved

Displaying content with html tags.

Hi , I am using ckeditor for textarea. It is working fine. But when we display description on fronte...

0 Likes
2 Replies

one view and 3 controllers

I'm starting with learn laravel and I have a problem with 1 thing. I want to create one controller w...

0 Likes
1 Replies

SSH::into cant find the SSH key in Vagrant

I have setup my connection in remote.php: 'production' => array( 'host' => '192.168.x.x...

0 Likes
1 Replies
Solved
posted 10 years ago

HTML-CSS template & Laravel

Hi there, I'm currently working on car dealer website, and I decide to use Laravel and a html-CSS te...

0 Likes
3 Replies
Solved

Eloquent Mutator + DB::raw

This Setter works well... public function setPoligonoAttribute($value) { $this->attributes['polig...

0 Likes
3 Replies
Solved
posted 10 years ago

Get latest row of table in model.

I got the following code and want the latest result. // Model public function getProfilePic() {...

0 Likes
1 Replies
Solved

Laravel suddenly stopped working!

Everything was working fine, suddenly I get the blank page! I havent changed anything! Hoe can I deb...

0 Likes
8 Replies
Solved

Howto handle exceptions that occur when database is disconnected or unreachable?

I am in the process of writing a SPA application using angularjs for the frontend and laravel as a R...

0 Likes
0 Replies
posted 10 years ago

Specifying Form::button action

Patience folks, I'm a noob. We know that the Form::submit simply submits the form using the form's a...

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