Hello! I have a many-to-many relationship with decks and cards, something like this: http://laravel....
Hi everybody. I'm new to Laravel and this is the first framework I use, I'm loving it so far. I have...
Hello! I'm starting a new application to interact with an existing database. I'm building a new back...
Hey, i am making a website that i want to sell, and it's a website for a game, and the buyers might...
Hi, I need to be able to access the $site_id in most parts of my application as content will differ...
Hi, I'm new to Eloquent & Laravel. I'm following the line of thinking of using Eloquent models f...
Hi, I would like to implement a Model without a table in Laravel. But, I could not find a help/ refe...
Is there a script to generate seeds for the US States?
Hello all, Is there way to ignore duplicates records on insert. My Code Currently: // Convert json d...
I need to query the database and send an email using the results from the database. I'm not entirely...
Hello friends, as I can implement this transaction with laravel BEGIN; SELECT id FROM turns WHERE es...
Hello, everyone, I am new to all this, even to php, so my questions could be really silly, but any h...
Hello again, my dear fiends. So after understanding, how to order data from database in Foreach loop...
Hi, I'm new to Laravel and I really like it so far. I'm having some trouble with a multilingual data...
I Use the following code for Saving a model(Car model) wich belongs to another model (Brand Model) a...
Hello everybody I have three tables for implmenting role based access control system: -users -roles...
Hi, this is my category model <?php class Category extends \Eloquent { protected $fillable = []...
I originally coded my application completely omitting models and just using raw queries in my own ty...
I am currently storing files in my mysql table. I have no problem saving large files in the table as...
I read some posts about database seeding. I find the seeder's 'run' method begin with DB::table()-&g...
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