Jay Shah

Results 3 issues of Jay Shah

Need to have a feature where we can create branches / refs.

I am trying to access last modified date of a particular file: $disk = Storage::disk('gcs'); $info = $disk->lastModified('file.jpg'); And I am getting the error I mentioned in title. I am...

For same domain / server urls it doesn't work. I setup laravel with nginx server. For all other urls it works. When tried using same domain I get following response...