Hi, Bit of background - I have a PHP project, it works ok at the moment. One problem is that its me...
I am creating a website that helps users build config files for different applications. How ever, I...
Hi, I'm using PostgreSQL + PostGIS and I need to call ST_AsText(geom) function when I access a prope...
Hi! I'm facing a problem with a belongsToMany relationsship on a custom pivot model I cannot solve....
Hi, I've been raging for a few hours trying to achieve this. 'created_at' and 'updated_at' both have...
Hello I need get data from json without index to populate data in dropdownlist $agents = DB::table('...
in a message board several users to confirm the entries. how can I realize the easiest? it will also...
Hello what type array return in view from this varible $agents=DB::table('users_agents') ->sel...
Hi, I am using SoftDelete in many models of my app by defining it like this: class Entries extends E...
Hi guys, iv been struggling with this for hours and hours. I cant seem to get Mockery to work with t...
I've got these two database schemas, I'll dumb them down for now. Schema::create('matchups', functio...
I'm working on a "change email" function where users can change their registered email adr...
Hello together! I am stuck and hope someone can push me in the right direction. I have a one to many...
I use laravel 4.2 and in my route file i use this code Route::group(array('domain' => 'www.eee.do...
I'm learning Laravel and have a custom query that i'm working on. How do I pass a variable string in...
I have the following tables: Time_Tracker time_tracker_id time_tracker_module_id (FK with Modules) t...
Hello Sentry how get user id from session or db Sentry::getUser()->id; Thanks
Hi All, I'm using a many to many polymorphic relation; table attachments table attachables table ite...
I am learning Laravel and have been learning Laravel 4. I am now learning 5. Where has eloquent gone...
I have a controllers like below : public function show($id) { $registrasi= Registrasi::find($id); if...
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