Hello, i have on my test Page secure with a Htpasswd. Webserver: nginx with PHP 7 Now my Problem. I...
#Relevant System Information System - Virtual Box Ubuntu 16.04, PHP 7.0, Google Chrome 55.0.2883.87...
Hi I am using custom request class that extends laravel Request class validate user input data. I ov...
...how do we get all user's associated likeables? So I used the polymorphic relation method to set u...
Hi I'm converting an existing application from another old php framework to laravel and trying to ge...
Does anyone have any ideas on how to perform validations on fields from different tables.? I have qu...
Hi, I have Post and Tag models, associated in many to many relationship. I am trying to filter Posts...
Hello everyone! I have a small problem that i cant figure out. I have a AuthController with two func...
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...
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