I am using file driver for caching content while crawling. But after expiry time the content remains...
FatalErrorException in EloquentUserProvider.php line 126: Class '\App\User' not found So, I really w...
I've got an existing users table for my website and am rebuilding the entire site in Laravel. I'm st...
I have a console command that defers to a model. The model has Log::info("blah blah"); Whe...
So I moved my models from the App folder to a Models subfolder and now any time I want to use a mode...
I am following the stateless http authentication code stated at http://laravel.com/docs/master/authe...
Hello everyone, How can I get all files from a specific folder to output in the select form field. h...
Hi, can someone explain how can i fetch a text field which has a lot of text, but i don't want all o...
Hi, Trying to wrap my head around Eloquent. When working with many-to-many relations, it seems that...
I am using Ratchet with laravel 4.1. I trying to pass the ratchet variables to the laravel job queue...
Hi, I am trying to run phpmyadmin(downloaded last one from webpage,extracted to shared folder,app co...
I am developing web app on Laravel for registering students. Students pay for 12 lessons, They may j...
Deploy Laravel 5 on DigitalOcean servers for Free upto 2 months. No strings attached. Just got this...
Hello everyone, I am making a custom cms but I cannot get my routes to work. Here is a gist to my ro...
##this code in controller for($i=0;$i<=100000;$i++){ $this->dispatch(new SendReminderEmai...
Hello, I recently switched to laravel and in my old project i used a DA api so i could create mails...
I am trying the following query, however regardless of the value of $ status, it returns the same re...
Hi, I'm trying to create a public route that I need to be accesible from another page. The problem i...
Hello, I've a collection (tasks) and I want to count inside may blade template only completed tasks....
If I have Route::get('user/{id}', 'Admin\UserController@show'); Route::get('user/create', 'Admin\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.