All Questions
37 questions
2
votes
1
answer
326
views
SSL Certificate Error While Downloading Packages from GitHub with cURL Body
I'm encountering an SSL certificate error while trying to download Laravel packages using Composer. Here’s the error message I receive:
SSL: no alternative certificate subject name matches target host ...
-1
votes
1
answer
69
views
How do you develop againsts a forked repo?
I have a Laravel app that im working on and plan to use the following repo via composer:
https://github.com/WhatArmy/FedexRest
I want to implement some of the features that its missing, so I forked ...
3
votes
3
answers
2k
views
PuPHPeteer php bridge package unable to install on Laravel 9
This package nesk/puphpeteer has been archived and doesn't work with Laravel 9 anymore. There are however forks that I believe will work with Laravel 9 since the dependencies in the composer errors ...
0
votes
1
answer
621
views
How to make sure composer version running on github action would same as composer version inside my docker container?
I'm not really sure how github actions works when running their jobs. Currently i'm facing this condition:
I have devilbox docker services that includes specific php version and also has composer ...
1
vote
1
answer
436
views
Downloading Laravel Admin Requires Me Git Credentials However It Is a Public Repo
I'm using Laravel 8 and I wanted to download and install Laravel-Admin but I faced this error on IDE Terminal:
Cloning failed using an ssh key for authentication, enter your GitHub credentials to ...
3
votes
3
answers
2k
views
How to use git in vendor folder of fork?
I always use composer packages in Laravel but I never changed one. This is my first time and I don't want to do it incorrect.
I need to use and change a packages foo/bar. Everything that follows now ...
0
votes
0
answers
454
views
How to correct the [Composer\Downloader\TransportException] error for composer laravel
I have been having this error, when I try downloading dependencies for our collaboration Laravel project from github
Installing dependencies from lock file (including require-dev)
Verifying lock file ...
-1
votes
1
answer
230
views
Issues with torann/currency composer with requiring illuminate/support ^6.0|^7.0|^8.0
Everytime I would try to install
$ composer require torann/currency
I would get this error
Problem 1
- torann/currency[1.1.0, ..., 1.1.1] require illuminate/support ^6.0|^7.0|^8.0 -> found ...
1
vote
1
answer
3k
views
Github action deployment fails because of not matching composer-runtime-api ^2.0.0 but actions/checkout@v2 is used
Github action deployment fails because of not matching composer-runtime-api ^2.0.0 even though actions/checkout@v2 is used that uses composer v2
laravel.yml:
name: Deploy to staging
on:
push:
...
-3
votes
1
answer
1k
views
After composer update Laravel project, getting VirtualAlloc() failed: [0x00000008] Not enough memory error [duplicate]
I am working on a laravel project and after taking clone of files from Github.
When Running Composer update command bellow error is coming
VirtualAlloc() failed: [0x00000008] Not enough memory ...
0
votes
0
answers
74
views
How can I clone, edit & use a 3rd party Laravel plugin
I have scoured the web for hours but I can not seem to wrap my head around this. I am developing a Laravel project where I am using the dependency UniSharp/laravel-settings. However, I have noticed ...
1
vote
1
answer
4k
views
How to fix 500 response in a Laravel project [closed]
I cloned project
https://github.com/SagarMaheshwary/laravel-react-beginners.git
and ran
composer install
php artisan serve
But localhost:8000 shows 500 Server Error and I can not see any error logs ...
1
vote
1
answer
2k
views
How to install a laravel package from github
I am sorry if this is a newbie question.
Basically,I want to install a laravel package(https://github.com/yovanoc/codetube/).
There is no documentation on how to install it.So i used this command:
...
0
votes
0
answers
517
views
Failing to install Spark in an existing laravel project
I have an existing laravel project where I want to install spark.
I have a spark licence.
When I add the following in composer.json
"repositories": [
{
"type": "composer",
"url": "...
2
votes
1
answer
785
views
prevent Composer update to reinstall
I have a Laravel project with some dependencies. One of those dependencies is our own package. I need to do work on that package. The setup is that I symlink our package to a git repository.
vendor/...