I have the following HTML <input type="checkbox" name="symbols[]" value="...
QUESTION: How can i filter this that if i fetch "$user->subjects" i get all subjects to...
Hello, I have the following query: DB::select("SELECT * FROM mod_dns_records WHERE (scheduled =...
I am new to Laravel, and am migrating an existing app done in another framework. I want to extend th...
I'm trying create a page that shows up content depending on the menu you select. So if I'm on the ro...
Hi everybody! Where is the best place to set the environment variables? DB::statement("SET tmp_...
I need when deleting a record it will also create a deleted_by value. [company table] | name | creat...
While Fetching data from database and displaying it on table rows, we use @foreach(). But what if th...
Hi guys! I am trying to figure out how to create a class that contains methods with commonly used qu...
How do I query 2 different tables and yet sequentially display them to the user based on date of ins...
i have tried to create biginteger column like Schema::create('person', function(Blueprint $table) {...
I am wondering if anyone else has had this issue before, I am developing on OSX and using MAMP for m...
Hi, I'm having a high number of SQL queries when I enable pagination in my view. I basically have co...
Hey there :) Even though I do know that there is quite some overhead using magic functions / eloquen...
I was hoping to get some ideas for posting data to multiple tables in mysql. For example. I want to...
I have a Book table that has a column for stocks count.For example the beginning stocks of a certain...
I'm developing my first Laravel-based application from scratch, and designing as I go, so the databa...
Hi there, I've tried to follow http://code.tutsplus.com/tutorials/testing-like-a-boss-in-laravel-mod...
Hi, I have a many to many relationship set up between a Posts table and a Tags table with a post_tag...
Hi all, I'm looking for some help with this polymorphic conundrum... I have a Journey table: Journey...
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