I have a problem with phpunit testing. I have an api that takes some json and saves a model (->sa...
sombody can to give me a guid or somthing how to install and use Laravel Scout with slimFramework th...
I haven't used Laravel in a while, so maybe I'm forgetting something. But these are my files: Route:...
Alright, I will do my best to describe my issue here. I have a route Route::get('/did/{search?}','DI...
I have an issue of adding data to two various tables. Tables: employees and employee_addresses addre...
Hi, I have been working with MySQL with laravel 4.2, it is working good, then I had to convert the s...
Hello, I'm currently got stuck with the following: I'm trying to implement a catgeory system to my a...
I'm developing plugin archive, for one community. So basically I got few tabs where plugins are orde...
I have a simple model relationship hierarchy and I'm trying to query them in a relatively simple way...
There is a quick way to allow this? Can I use something like: public function destroy(Request...
Dear All, Please kindly help me. i want to create a hasmany relation out of two tables doesn't have...
Hello, is there a way to easily do this? I tried this way: http://laravelsnippets.com/snippets/seed-...
Hi everybody i'm very new with laravel so before i start developing, i want to know which is the bes...
Hi, I have created a view composer to pass through the variable 'categories' to all views but I get...
Hey, i'm trying to create my relation with the database and i have this error... FatalErrorException...
Hi I'm relatively new to Laravel and trying to create a subscription checker. Please do not suggest...
Hello, I have a query which is extracting some 'ordered items' between two specific dates. For each...
SELECT bills.Barcode, ISNULL(FirstBegInvMyd.Qty,0) as FirstBegInvMyd FROM ( SELECT mt.Ba...
My Ajax request var users_ids = ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11']; $.aja...
I have this four tables Experiments() Users() Participants(id, experiment_id, user_id) - as pivot ta...
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