Skip to main content

All Questions

Tagged with
0 votes
0 answers
42 views

How to Change the Composer php path in a Laravel Project

My Composer is not Working anymore because I reinstalled PHP. How to resolve Composer dependency issues after reinstalling PHP on my Laravel project. Cannot run program "/opt/homebrew/Cellar/php/...
ChikenJoe's user avatar
-3 votes
0 answers
40 views

I am getting an error: Fatal error: Uncaught Error: Class "Illuminate\Support\Facades\Route" not found in C:\xampp\htdocs\index.php

I am trying to setup a test environment on my local machine and installed composer, laravel and Xampp. I have written the following basic code in the index.php file to test: <?php echo "Hello ...
raj2020's user avatar
-4 votes
1 answer
75 views

i think i have any version issue but i'm not able to find out [closed]

PS E:\laravel\pratical\idcardapi\id card> composer create-project laravel/laravel:^8.0 idcard Creating a "laravel/laravel:^8.0" project at "./idcard" Cannot use laravel/laravel'...
Surbhi Jha's user avatar
-3 votes
1 answer
171 views

The Composer installer script was not successful [exit code 1] for Laravel

I am getting the following error when trying to install Composer. The Composer installer script was not successful [exit code 1]. OpenSSL failed with a 'certificate verify failed' error. This ...
Jeffery Adams's user avatar
1 vote
1 answer
106 views

composer dev is starting my other Laravel project [closed]

When developing locally on a Windows 11 machine with PHP 8, Laravel 11 and Filament, I adjust my composer.json to have "dev": [ "Composer\\Config::disableProcessTimeout", &...
Tiago Peres's user avatar
  • 15.7k
-1 votes
1 answer
101 views

Can't remove Laravel installation with composer on a Mac [closed]

I manually deleted the vendor folder in user/.composer After I run also composer global remove laravel/installer This on my mac Monterey and the terminal say this message: after i run the command ...
andrea83's user avatar
0 votes
1 answer
157 views

I got composer error with nova licence issue

On laravel 11 site I need manually edit content of nova-permission package and I edited my root composer.json : "require": { ... "vyuldashev/nova-permission": &...
Petro Gromovo's user avatar
-1 votes
1 answer
244 views

During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key) should either be [closed]

I have an old laravel app (v6) that is still running on PHP 7.4 Laravel and PHP versions both out of support, I know! That upgrade is a task for another day. But strange error started when running ...
Mark Walker's user avatar
  • 1,279
-2 votes
1 answer
61 views

How to install specified version of Laravel 9 [closed]

I try to install to install Laravel project version 9.0.0 using the next command composer create-project laravel/laravel="9.0.0" my_project After installation is completed I check version ...
Almir's user avatar
  • 1
0 votes
1 answer
98 views

Why running composer I got error that it does not match the constraint

I need to run laravel app with defined in composer file: "require": { "php": "^8.1", "laravel/framework": "^10.0", "tatumio/tatum-php&...
mstdmstd's user avatar
  • 3,233
0 votes
0 answers
154 views

Unable to Install kreait/laravel-firebase & laravel-notification-channels/fcm

Error when installing error when i try running composer require kreait/laravel-firebase laravel-notification-channels/fcm { "name": "laravel/laravel", "type": &...
Martinus's user avatar
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 ...
ipassionforu's user avatar
0 votes
1 answer
99 views

How install composer properly with docker? [duplicate]

I'm trying to install Composer in my Dockerfile. The image builds successfully, the server runs, but when I start the container bash and run composer --version, I get a "command not found" ...
JayVch's user avatar
  • 81
0 votes
0 answers
60 views

Impossible to add debug bar or telescope

Impossible to add the debug bar or Telescope, If I use composer command, I have this error : Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code ...
David's user avatar
  • 447
0 votes
1 answer
112 views

Laravel: Can't run composer install fully with spark-stripe

I cloned a project recently on laravel 10.44 and i wanted to run composer install to make sure i have every installation. But upon coming to laravel/spark-stripe i was asked for authentication. I ...
Ayman Zeroual's user avatar

15 30 50 per page
1
2 3 4 5
179