what is the solution of illigel offset type exception in laravel4?.
how we fetch the data from phpmyadmin in laravel4 ?
I am struggling to understand how laravel works and I have a very difficult time with it Model - Use...
Hello, one of the requirements on the application I am developing is to have it to use an arbitrary...
Hi, I've been looking for examples for a while and found out that the docs are lacking about this. H...
DB::table('users') ->join('contacts', function($join) { $join->on('users.id', '=', 'contacts.u...
I've looked around for a tutorial or a best practice for implementing a filter for results. I would...
I have two models with relationship: City and Events. In the controller i have this: $cities = City:...
Hi there, I would like to insert a post and its images with laravels ORM. Posts title tekst Images...
Hello, I would like to add some functions to the Blueprint class but I can't get it to work without...
Hi folks, I've got a table called "customers" and a table called "projects". Eve...
How should I manage my application with POST & GET After i POST do i RETURN View::Make or do i R...
I made migration with foreign key 'user_id' to a table 'users' that is in another database: This ge...
Hi all, I'm creating a drop down list that gets populated using data from a database. Everything wor...
I have a form with a 'name' textfield. When i press send laravel checks if the username exists. If s...
Hi! I have already created a mySQL database in phpmyAdmin, so I don't really want to use the the Sch...
How we create foregin key in phpmyadmin in laravel4.
Hello guys, i just started to use laravel, and i was able to create a new HMVC system following this...
hi , i am new in laravel & stuck in a stage pls help me ... I am trying to authenticate a user &...
I did a simple query like: $query = "sdsad'sa"; Spot::where('title', 'like', '%'.$query.'%...
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