I'm trying a simple migration(give below), but I get the "SQL Syntax Error or Access Violation&...
Hi guys! I have a posts table having these fields id content post_type media_id postable_type The...
I want change password column length 32 to 60 Why this is not work, if (Schema::hasColumn('users', '...
I'm creating a password reset functions as descibed in the Laravel docs. I've generated the password...
Save me posted everything again thought i'd share the stackoverflow post i made earlier today http:/...
id item_id tag_id 244 25090 28 247 25091 28 249 25091 33 250 25092 28 251 25092 33 253...
I am porting an application from Kohana with loads of data from both MySQL and MongoDB. I have a bun...
Hi, We have a requirement in our application wherein we need to capture all instance of update opera...
DB::table('users') ->join('contacts', 'users.id', '=', 'contacts.user_id') ->join('orders', 'u...
Hi! I have succesfully upload my app on shared host, and everything is okay except problem with data...
Hi! I'm trying to run a migration that will alter some of my tables to correct the data type of some...
i have this join statement : Item::join('buttons', 'items.cta_id','=','buttons.id')->where('build...
I must be missing something obvious here... I have a model called PlanType and another called Pricin...
Hello all! I'm getting ���� instead of accented chars like ç, ã, é... from a sqlsrv PDO connection.....
Retrieved value from the MySQL database using @foreach($entity as $key => $value) {{ $val...
Hi, I have Category model based on Baum Nested Set (https://github.com/etrepat/baum) package and Cat...
Here is my controller: public function stats() { $title = "Stats"; $stats = DB...
I need to render a google plus share link in my project. I have the url data in my database and call...
Hello! I've got a problem with a form which should be populated with values from my database. My dat...
How would I store <option > 's in a mulitple select like so <select name="options" multiple...
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