Hi..Recently I installed DOPTOR CMS.Really it is working good.I have one doubt,while creating the mo...
Hi, I would like to know what the best way is to retrieve data from my database with the following s...
We are a Chicago, Il based SaaS in need of a Laravel/PHP Developer who is familiar with MongoDB and...
Hi friends I am karthi also new one to doptor cms I download onetime and installed then i worked tha...
I have an eloquent class Biblio with relationship as items() to BiblioItem which in turn has relatio...
Hi..Recently I installed DOPTOR CMS.Really it is working good.I have one doubt,while creating the mo...
I need to build a database structure that will allow us to create option sets. These sets then need...
How do i use the down function only of the file in migration.
how can I track changes in the database and store it in a history log, such as after I insert, updat...
How would I implement this with laravel? INSERT INTO table (a,b) VALUES (1,2), (2,3), (3,4); thanks
Hello Guys, I just Worried for my Codes, And I dont know what to do. Cuz, iam new in Laravel, My Pro...
i want to build a function call fixdelete to define a new softdelete. as you see: DB::update('update...
why this route wont work ? its just refreshed the page. data wont fill in database routes.php <?p...
Hello, I am building a scheduler app that find candidates with free timeslots that fits into an empl...
Route File:- Route::get('/',function(){ $menuitem = Menuitem::all(); return VIEW::make('index',$menu...
Hi, I'm looking for advise on how to group results from a query, the laravel way, I've tried looking...
This Fluent statement: DB::table('plans') ->where('creator_id', '=', '0') ->leftJoin('...
Is this even a possibility? Need it for a legacy project to transfer some data daily to my MySQL dat...
I'm trying to use a mysql function in the column list. But i get an error column not found?... selec...
Does anyone know if you need to still maintain foreign key constraints in services? Say I have a use...
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