Dear Friends, I know how to paginate a single Table query result in controller like below:...
I recently migrated to Microsoft Azure SQL and I've run into a bit of an issue with how they handle...
Hi, I am very new to Larvel. I have been doing development in CI. My question is that we used to def...
Hello All, Now i am trying to implement laravel validation on my API controller, and here is my cont...
Hi all - I'm stumped with rule validation on update. All the examples use a user class but if I crea...
I'm fairly sure I have this multitenancy functioning part of the time but it's not working for 1 spe...
This is my controller: $file = Storage::get('app.apk'); $ret = new Response ($file, 200); $ret->h...
controller public function index() { $meetingData = Newsnotice::news(); $meetingData=json_decode(jso...
In my new project I store all files on s3 drive, can I override this url and set something like /sto...
I want an average of all sales for the month of January in the whole table. My date_sold is in the f...
Hi, I'm following a pretty straightforward help file on digitalocean which shows how to set up gzip...
use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Data...
My agency is considering the possibility of setting up homestead as our development environment. As...
User model class User extends Authenticatable{ public function enrollments() { return $this-...
I want to add extra variables onto my return function. How can I do this? <?php namespace Ap...
Hello, i have a class that im trying to create new instance from it from console command, and im get...
Hello, is it save to always add the CSRF token to the HTML code of the main layout? E. g.: <body...
I'm using Laravel workers to execute some background tasks. When I invoke the worker using 'php arti...
After saving a model from inside a command I am given the beautiful Segmentation Fault error. I am n...
HI everyone, I'm just getting started with Laravel (5.3) so forgive the probably basic question. Aft...
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