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...
I can´t manage to find a correct solution for this situation (simplified example): index.blade.php...
Hi All. I started learning Laravel about 2 weeks back and I guess this is amazing. I have a requirem...
cant find a proper answer, should app/storage should be in gitignore??
please i want to know how to save the path of an image into the database and how to retrieve them wh...
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