Hi, I'm currently working on a e-commecr site and the following is how I structured my items ** note...
$query->where('tags', 'LIKE', '%'.$uID.'%'); SELECT 'a word a' REGEXP '[[:<:]]word[[:>:]]';...
Hi. Can anyone help me with this? --> http://laravel.io/bin/wJX5b#4,14 Thanks in advance.
Hi Having read about & played with Laravel, I started to build an application with it for one of...
I have created some test model classes, which have corresponding migrations and seeders. It all work...
Hi Everyone, I'm having a problem with laravel 4 MIME types. Everytime I upload an image(it can be j...
I created a totally working application which has tables like notes, invoices, projets, clients, etc...
In my project I am having a hard time passing the id of a page (In this situation it is a page showi...
Need help in connecting laravel app to MySQL over SSL. We have been trying to connect to MySQL over...
Hi! Introduction I'm currently in the making of a sales report system. Customers will be able to bui...
Hello all, I'm a newbie at using frameworks like laravel, and its a great framework BTW, im knowledg...
I have the following relationships setup... Viewing -> viewable() = morphTo Rental -> viewing(...
I'm working on my first project done in Laravel and almost everything so far has been smooth sailing...
I have a table called attachments which has the fields ID TABLE_NAME TABLE_ID and ATTACHMENT Another...
I have written a PostGres function that uses a CTE to return me a result set. The result set contain...
here is my OperatingProcedure model class OperatingProcedure extends BaseModel { use \Venturecra...
Hi I've been using larval for a while now but I really want to make sure I'm doing this correctly an...
Hi everyone, i'm new to Laravel and trying to get confortable with Eloquent. In the last days i stru...
Hey, I have this schema: table_1: id table_2: id table_3: id, table_2_id, table_1_id I need this sc...
Hi! I need help to implement Stripe billing method into my project. I have one main user table and t...
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