Support the ongoing development of Laravel.io →
posted 10 years ago

Creating a dynamic order form with multiple rows and db lookup - which fails upon saving

Hi all, Im at a crossroad now where i must realize that im looking blind at some not-working code (1...

0 Likes
5 Replies

Display div on condition

I have the Users and Items tables on a many-to-many relationship and what im trying to do is only di...

0 Likes
1 Replies

Session doesn't keep payload

$cookie = Session::put('test','selected'); $test = Session::get('test'); dd($test); I'm getting sele...

0 Likes
0 Replies

How can I remove index.php from Laravel?

Hi; Mod_rewrite is on Route::get('/', 'Home@index'); works fine and I can access it like: http://atl...

0 Likes
5 Replies

Pagination Data not Consistant

<?php echo $users->appends(array('sort' => 'votes'))->links(); ?> I do a GET form sub...

0 Likes
0 Replies

Cookie not Displaying

$cookie = Cookie::forever('test','selected') $test = Cookie::get('test'); dd($test); I'm getting NUL...

0 Likes
0 Replies

How to Setup Laravel Eloquent in Zend Framework 2?

My current project force me to use zend framework. However, i'm familiar with Laravel framework, esp...

0 Likes
0 Replies

Deleted at defaulting to zero?

Hi. I'm migrating an old database to a Laravel-based app. One issue I'm coming across is that during...

0 Likes
0 Replies

Simple add to database

I'm trying to make it so someone selects an amount to add to their credits field in the users table....

0 Likes
1 Replies
Solved

Session expires in a middle of an ajax request

Hi there, In the middle of a form the user left the page idle and when he/she returned to it the ses...

0 Likes
4 Replies
Solved
posted 10 years ago

How to create html elements laravel 4

Hello friends, I have to create the following html elements laravel 4 <li><a href="#&q...

0 Likes
1 Replies
posted 10 years ago

Radio Buttons with Laravel

I'm having issues with my controller with radio buttons. Here is my view (there is more stuff, just...

0 Likes
1 Replies
Solved

Submitting form using ajax with laravel

I'm completely stuck trying to process a form submit using ajax instead of laravel to avoid page rel...

0 Likes
0 Replies

Accessing Session Data from a Model

Hey guys, Im only new to this, so sorry if its a stupid question. Background: I have 3 databases tha...

0 Likes
1 Replies

What are the advantage/disadvantage if I implement ViewModel concept as with ASP MVC in Laravel?

I was thinking to implement ViewModel concept of ASP MVC in Laravel. What are the advantage/disadva...

0 Likes
3 Replies
posted 10 years ago

DB Queries are outputting to View

Hi All. Having an issue when I run $result = DB::select in a Model it then outputs the $result array...

0 Likes
0 Replies

Can I make automatic binding of form data on my controller method parameter same like ASP MVC?

Is it possible to bind lets say I have class SearchForm with attributes filter1, filter2. and on my...

0 Likes
0 Replies

View [usr.login] not found.

Hi, I am new to laravel and I am happily deploying an RC version of my first app in a preproduction...

0 Likes
6 Replies

Direct user based on a role when logging in

I have a table of users with three roles.... (Staff, Manager and Director)... I'd like a user to log...

0 Likes
2 Replies
posted 10 years ago

laravel user messaging system

does somebody know about a good messaging system between users. something that may have: thread bet...

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