Hi, I wonder if it's possible to use non incremental ID on Laravel? What method shoul I overwrite? T...
I'm trying to set up my local environment with MAMP. However, I want my database to point to my RDS...
I am using student guard for Authentication everything is working fine. Auth::guard('student')->u...
MY CLASS : namespace App\Http\Middleware; use Closure; use Illuminate\Routing\Redirector; use Ill...
Hi all We've used the config() helper to allow application developers to configure our predefined ro...
Hello, I'm trying to use Laravel pagination, no matter what I tried I'm always getting the first pag...
How I can use the Mail class in Lumen 5.2. It was working fine in 5.1 lumen. I have installed illumi...
Hello, I was receiving a 500 Internal Server Error for all routes other than '/'. After looking at t...
Can anyone tell me if this is possible please? If I post a JSON request to a Lumen app (with Content...
I have 2 Laravel 5.1 projects both with: config/app.php set to AES-256-CBC cipher .env.example file...
I am trying to make use of the intervention/image and intervention/imagecache libraries. In trying t...
All, Case: Uploading profile picture. This is working offline on my localhost, but after putting it...
Hello wonderful Laravel community. I'm working on a laravel spark project and I'm not sure what I've...
This is my form <form method="POST"> <div class="table-responsive">...
Hi devs, Can anyone help me with this I have four tables users id|name|email|password rooms id|user_...
HI, i have one library at he App\Libraries and there i have file providers.php <?php return [...
Hello I want to do a mass assignment from a request, but im facing some trouble with the autogenerat...
Hello all, I have a project in laravel 4.2 and i wants to upgrade it to 5.2. How to do this? Is ther...
Hello, I have a lot of repetitive repository classes, like: class UserRepository extends Repository...
How can i parse dynamic data from ckeditor or textarea. I need to put laravle blade into ckeditor li...
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