during the conception of my web site using laravel 7 I found some troubles when I wanted to customize my laravel customize my Laravel email verification message. first, I went to this file "C:xampphtdocsclinique_juridiquevendorlaravelframeworksrcIlluminateAuthNotificationsVerifyEmail.php",then i translate the sentences that are there . Here I met two issues, the first one some sentences are not in ..
Category : composer-php
I try to install jwt package in Laravel, by using below command: composer require tymon/jwt-auth:dev-develop –prefer-source but it return error: Warning from https://repo.packagist.org: You are using an outdated version of Composer. Composer 2.0 is now available and you should upgrade. See https://getcomposer.org/2 ./composer.json has been updated Loading composer repositories with package information Warning from https://repo.packagist.org: ..
while composer install the project on my server i faced this problem : Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Nothing to install or update Generating optimized autoload files Deprecation Notice: Class HTMLPurifier_Language_en_x_test located in ./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Language/classes/en-x-test.php does not comply with psr-0 autoloading standard. It will not autoload anymore in ..
I just installed jetstream on a laravel 8 empty, when i try to connect myself on the login page, the style and the js doesnt appear. I tried to delete the vendor folder and do the composer install command and nothing changed. If you want to see : https://curationprojet.roberts.etu.mmi-unistra.fr/caracara/public/login The welcome page is normal, just ..
I have been writing laravel code for quite sometime. Currently, I tried cloning a project from github and editing locally. I installed composer in my project directory but a vendor folder was not included, I tried to run "composer install" but I gives me this error " Your lock file does not contain a compatible ..
I have an github action script that executes composer install and returns this error: IlluminateFoundationComposerScripts::postAutoloadDump @php artisan package:discover PHP Fatal error: Uncaught ErrorException: Method ReflectionParameter::getClass() is deprecated in /home/runner/work/projsiteWebApp/projsiteWebApp/vendor/laravel/framework/src/Illuminate/Container/Container.php:853 This is so weried cause this worked just the other day and i have made no changes at all. I use laravel 5.6 and php 7.1.2 ..
I just updated my Laravel and now when I run composer install or composer update or composer require nesbot/carbon I’m getting this error Carbon 1 is deprecated, see how to migrate to Carbon 2. https://carbon.nesbot.com/docs/#api-carbon-2 You can run ".vendorbinupgrade-carbon" to get help in updating carbon and other frameworks and libraries that depend on it. > ..
I was conding and accidentally all crashed, so I recieved the message in terminal Could not find a matching version of package ext-mysql_xdevapi. tried composer require nexilo/xdevapi-php Using version ^1.2 for nexilo/xdevapi-php ./composer.json has been updated Running composer update nexilo/xdevapi-php Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to ..
Im trying to install laravel/ui but I get this error: **Problem 1** – laravel/tinker is locked to version v2.5.0 and an update of this package was not requested. – laravel/tinker v2.5.0 requires illuminate/console ^8.0 -> found illuminate/console[v8.0.0, …, 8.x-dev] but these were not loaded, likely because it conflicts with another require. **Problem 2** – laravel/ui[v3.0.0, ..
I keep getting this error when trying to use "php artisan migrate" PHP Warning: PHP Startup: Unable to load dynamic library ‘sqlsrv’ (tried: E:xamppphpextsqlsrv (The specified module could not be found), E:xamppphpextphp_sqlsrv.dll (The specified module could not be found)) in Unknown on line 0 I’m using laravel and trying to connect to Microsoft SQL Server ..
I am running: composer require onecentlin/laravel-adminer Composer seems to install package successfully but no package is added in the vendor directory and no new entry is added to the composer.json file either… composer require onecentlin/laravel-adminer Using version ^5.1 for onecentlin/laravel-adminer ./composer.json has been updated Running composer update onecentlin/laravel-adminer Loading composer repositories with package information Updating ..
I am unable to add new package in laravel project. I am using laravel 7.2 I was trying to run this command composer require stripe/stripe-php but i got below error. Problem 1 – Root composer.json requires kreait/laravel-firebase ^3.0, found kreait/laravel-firebase[3.0.0] but the package is fixed to 2.2.0 (lock file version) by a partial update and ..
I am trying to upgrade laravel to version 6 to php 7.4. How can I change the composer (its content is below) so that it pulls the plugins of compatible versions necessary for the project? Compatibility errors occur when changing only laravel version how do I understand which versions of plugins to write in composer ..

While installing Laravel/sail to setup pre-existing laravel project on docker. i received this error. i’m using laravel 7.30.0 please help!!! Sourc..
trying to regenerate my composer.lock file with composer.phar install but ran into this error enter code here Problem 1 – Conclusion: don’t install laravel/framework v5.4.1 (conflict analysis result) – Conclusion: don’t install laravel/framework v5.4.2 (conflict analysis result) – Conclusion: don’t install laravel/framework v5.4.3 (conflict analysis result) – Conclusion: don’t install laravel/framework v5.4.4 (conflict analysis result) ..
I installed Laravel through composer using PHP 7.3.25 through xampp v3.2.4. I first noticed this problem yesterday when the cli stopped during: php artisan serve I scoured SO and the internet for possible fixes. Going through these command fixed this problem for me (or so I thought): composer update –no-scripts php artisan clear-compiled composer dump-autoload ..

Initially, I have composer version-1 on my Windows-10. I downloaded the latest version of the composer and tried to install on windows-10. When I run the setup.exe, I got this error: The PHP exe file you specified did not run correctly: C:xamppphpphp.exe The php.ini used by your command-line PHP is: C:xamppphpphp.ini A setting in your ..
I’m developing a package for Laravel & Lumen in the same code base, but I encountered some problems. Well, in the beginning, I thought it could have the same code and work for both frameworks, however it had! But on the way of development it turned out; it didn’t work and I had to separate ..
After upgrading my XAMPP I am facing this problem.enter image description here Sourc..
I have installed laravel and I’m trying to create a new project I am using linux mint 20. php version 8.0, laravel 8.x. But I always get the same error Your requirements could not be resolved to an installable set of packages. Problem 1 – phpunit/phpunit[9.3.3, …, 9.5.x-dev] require ext-dom * -> it is missing ..
please I started having this issue with my laravel application. After trying to setup composer not to use sudo, my application started to log this error PHP Fatal error: Uncaught Error: Call to undefined method ComposerAutoloaderInit306d1be2670f38119c3f4a8ab7158067::getLoader() in /var/www/html/****-api/vendor/autoload.php:7 I need urgent help as all my laravel applications are down. Thanks. Sourc..
I am beginner and in learning phase of Laravel. So when I created a project for the first time inside my "laravel" folder present in E drive using command prompt then after creation it give me a URL (http://127.0.0.1:8000) to access my first project Here is my Command prompt code . But When I am ..
I’m working on a WordPress site that uses sage/bedrock and a laravel framework. I’m very new to laravel stuff, in the worst way… and I have a big problem now… Whenever I add a library to composer and push it to the live site, the site stops responding until the changes are reverted. Even after ..

I’m a bit confuse on my PHP versions on my local Mac OS X. When I ran ⚡️ ~ which php /usr/local/php5/bin/php ⚡️ ~ php –version PHP 7.3.8 (cli) (built: Aug 11 2019 20:50:16) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.8, Copyright (c) 1998-2018 Zend Technologies with Zend OPcache v7.3.8, ..
When I run "laravel new " command, I get the following exception. [RuntimeException] Could not delete C:wamp64www/vendor/composer/xxxxxlaravel-laravel-3b2ed46bootstrapcache: This can be due to an antivirus or the Windows Search Indexer locking the file while they are analyzed What I have tried: Checked the permissions of www directory Used the Command prompt and git bash in Admin ..