Using a MSSQL DB, I have a relationship set up between Vm hasOne to Vmconfig Vm <?php class Vm...
Testing is a pretty huge topic, it might be nice to have it's own dedicated section in the forum for...
these are my relations.. User model public function posts() { return $this->hasMany('Post'...
New podcasts page is missing "Download this MP3" link in mobile browser (Firefox on Androi...
Hello, I'm new to the world of Laravel my first app is running ok locally through mamp when i'm tryi...
Hello. When updating data in my MySQL-Database, the updated_at column does not update its time. I am...
I have done some research and am still not able to find any examples or best practices on persisting...
common.front_initial.blade view <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3....
I have an ajax function that polls every 5s to see if a user's session has expired and will redirect...
In my controller I have the following with $registration_data coming from the database and the xml.i...
Hello, I'm stuck with this problem. I have these databases: -users with id, first_name et cetera......
Hi, I have just uploaded my Laravel backend and Angularjs front to Fortrabbit and I am having issues...
Hi all, I'm developing an application consisting of frontend and backend part. I want to have the tw...
I've four tables.User,Post,Reply and Confirm tables. And the relation is User has many posts posts...
Route::get('/p/{id}/{name?}', array( 'as' => 'viewItem', 'uses' => 'HomeController@viewIte...
We have a meetup group in Chicago. Anyone's welcome! http://www.meetup.com/laravel-chicago
Essentially I have an artisan command that processes a file into a database. While there's usually o...
I am creating an application with a control panel for two different versions of a server, and they m...
How do I deploy an application to live server through git? If I clone my app from the repo, would th...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community