Hi, I'm trying to send emails with queues using Laravel 4.2, beanstalkd and mandrill via Forge/Digit...
This is happening in L5.1 with a "user" eloquent model, and only for the "email"...
i want to resize my images when it is being uploaded from the controller. please provide me a soluti...
How can I get date from "2015-07-31 06:03:21" using Laravel query builder? In normal query...
Hi everyone, I can't seem to change the log level from debug. I've included some calls to Log::debug...
Hello everyone, can you explain me how redirect()->route('home') works while redirect() return an...
I have a hard to crack issue with schedule:run. When I call schedule:run from the console, my closur...
I've two registered routes: Route::get("/a", "MyController@foo"); Route::post(&q...
i am writing a generic database browse/update so i have to create a new class for each table i want...
I'm having trouble using $appends when retrieving a relationship using eager $with. Now this is just...
I have three tables #customer: id - integer name - string #address: id - integer customer_id (relat...
Am new to laravel and am building screening app. How can i save the form inputs in these two table s...
hello, nice to start and migrate code from code-igniter to Laravel 5.1 but how I can find the best w...
this is my code in kernel.php : $schedule->command('khabaronline'); khabaronline command is a cus...
What I need: have ability to call cutom validator and bypass an array of inputs there (done) valida...
Hello, I deployed laravel 5 in a sub directory of shared hosting account but I can't get the route t...
Hello everyone, I am actually writting a API with Laravel on WAMP server, I am want to validate the...
How to convert to laravel format SELECT username, firstname FROM users WHERE id NOT IN ( SELECT use...
I'm having issues updating related tables. When displaying the form all data is correct (including r...
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.