I have a plain PHP class written like this class UploadHandler { protected $error_messages = arr...
Anybody out there having experience with using Laravel + kendo ui?
Not really sure what I am missing here? The error: exception 'ErrorException' with message 'Declarat...
After completing my project in localhost, I had upload my project to the server suppose the url is w...
Hi everyone, I am currently encountering a bug which logs the user out. I am testing my application...
This is the config for SQS: 'sqs' => array( 'driver' => 'sqs', 'key' => 'your-publi...
Hi, i'm trying to create a modular application using laravel packages, but i don't want to use contr...
Hi, I have this: return( Self::orderBy( 'name', 'asc' )->lists( 'name', 'id' ) ); That works but...
Hi, is it possible to do a bitwise Operation in Eloquent like below? field and numer are a 8 Bit Int...
Hi Lets say I have Entries table in my project. For each new entry I would like to check external AP...
Hi everyone. I am new in Laravel 5 here. I faced some difficulty to compile SASS file by using Gulp....
My Session files are not writable I make chmod -R 777 storage/framework/sessions but per each reques...
In my route.php I defined the route resource: Route::group(['middleware' => 'role:admin|staff|ret...
Hey guys !! I have a big problem.... I want to inject cookies in a redirect response, and it's work...
Hi, I´m using Angular for the Frontend and only send api requests to Laravel. For authentication I´m...
Hello, i'm having a bit of a strange issue. Basically as the title says, whenever there's a error(on...
Hi guys, I am experiencing the following error: Class 'Memcached' not found I am developing in a WAM...
Hi all i have using the sentry plugin for Admin User, i need a validation, but sentry has not like a...
Hello ! I am feeling extremely glad to enter into this technology world. Being in the field of infor...
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