I want change password column length 32 to 60 Why this is not work, if (Schema::hasColumn('users', '...
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...
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...
Retrieved value from the MySQL database using @foreach($entity as $key => $value) {{ $val...
Here is my controller: public function stats() { $title = "Stats"; $stats = DB...
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...
Hi , I am using ckeditor for textarea. It is working fine. But when we display description on fronte...
I am in the process of writing a SPA application using angularjs for the frontend and laravel as a R...
Once again I'm pretty lost, the same place as other projects I've started xD A "closed" ap...
Hi, I've got this in my code. $list = $the_things->where( 'date_field', '>', time() ); That d...
http://laravel.io/bin/Nk3v#2 I thought I had everything working, until I added this last foreign key...
My question is in regards to doing this: $user = User::find(1); $user->email = '[email protected]'; $u...
Hi, this is my first thread so if I doing wrong some things please don't hate me :) I'm using Migrat...
Hi. I have this table: Schema::create('maps', function($table) { $table->engine = 'InnoDB'; $...
Can't get this to work properly. The results are not ordered by date and I get duplicates for each c...
tableA that contains 2 particular columns. idA, idB tableB has 1 column that those are mapped to. id...
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