Support the ongoing development of Laravel.io →

Loading plain PHP class into Laravel 5.1

I have a plain PHP class written like this class UploadHandler { protected $error_messages = arr...

0 Likes
4 Replies

Laravel + kendo UI ( ui for PHP)

Anybody out there having experience with using Laravel + kendo ui?

0 Likes
0 Replies

Declaration should be compatible - class extend error

Not really sure what I am missing here? The error: exception 'ErrorException' with message 'Declarat...

0 Likes
1 Replies

Laravel 5.1 “This webpage has a redirect loop”

After completing my project in localhost, I had upload my project to the server suppose the url is w...

0 Likes
0 Replies

Laravel 5.1 Automatically Forcing logout bug

Hi everyone, I am currently encountering a bug which logs the user out. I am testing my application...

0 Likes
1 Replies

SQS Config

This is the config for SQS: 'sqs' => array( 'driver' => 'sqs', 'key' => 'your-publi...

0 Likes
2 Replies

Packages + Views

Hi, i'm trying to create a modular application using laravel packages, but i don't want to use contr...

0 Likes
0 Replies

Customise text when using ->lists?

Hi, I have this: return( Self::orderBy( 'name', 'asc' )->lists( 'name', 'id' ) ); That works but...

0 Likes
0 Replies

Eloquent Bitwise Operations Bitmask

Hi, is it possible to do a bitwise Operation in Eloquent like below? field and numer are a 8 Bit Int...

0 Likes
0 Replies

Batch Processing - is it possible to use queues?

Hi Lets say I have Entries table in my project. For each new entry I would like to check external AP...

0 Likes
1 Replies

Problem with Elixir

Hi everyone. I am new in Laravel 5 here. I faced some difficulty to compile SASS file by using Gulp....

0 Likes
5 Replies
Solved
posted 9 years ago

Session files laravel 5.1.7 Not writable

My Session files are not writable I make chmod -R 777 storage/framework/sessions but per each reques...

0 Likes
1 Replies
Solved

what is the correct way to display data from second table in blade during editing profile.

In my route.php I defined the route resource: Route::group(['middleware' => 'role:admin|staff|ret...

0 Likes
3 Replies
Solved
posted 9 years ago

Cookies + Unit Testing

Hey guys !! I have a big problem.... I want to inject cookies in a redirect response, and it's work...

0 Likes
0 Replies
posted 9 years ago

AngularJS API Frontend + Admin Backend

Hi, I´m using Angular for the Frontend and only send api requests to Laravel. For authentication I´m...

0 Likes
0 Replies

No stack trace on error but writing on log file.

Hello, i'm having a bit of a strange issue. Basically as the title says, whenever there's a error(on...

0 Likes
1 Replies

Class 'Memcached' not found on WAMP

Hi guys, I am experiencing the following error: Class 'Memcached' not found I am developing in a WAM...

0 Likes
4 Replies

Sentry Validation

Hi all i have using the sentry plugin for Admin User, i need a validation, but sentry has not like a...

0 Likes
0 Replies

Happy to Help with Question and Answers for Developers Forum

Hello ! I am feeling extremely glad to enter into this technology world. Being in the field of infor...

0 Likes
0 Replies

click link and include subview

I can´t manage to find a correct solution for this situation (simplified example): index.blade.php...

0 Likes
2 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.