All Questions
22 questions
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",
&...
0
votes
1
answer
863
views
Access Denied error downloading and installing laravel
C:\Users\KEREM>composer create-project laravel/laravel example-app
Creating a "laravel/laravel" project at "./example-app"
Info from https://repo.packagist.org: #...
0
votes
1
answer
2k
views
How to run a cloned Laravel project with sail on Windows?
I cloned an existing Laravel project from git which was dockerized with Sail. As vendor is in the .gitignore, I need to rebuild it before I can use Sail to run my app. Acording to the Laravel doc (...
-1
votes
1
answer
14k
views
Laravel 8 - Windows - package discover post-autoload-dump event returned with error code 255
I just created a Laravel project in my windows with this command :
composer create-project --prefer-dist laravel/laravel test-windows "8.*"
But I got some errors about requirements missing ...
0
votes
1
answer
329
views
Laravel project creation - Windows Platform [closed]
I tried to create a laravel proyect but it throws this error.
composer create-project laravel/laravel "path-directory" 4.2
--prefer-dist
Failed to extract laravel/laravel: (9)
C:\oraclexe\...
-2
votes
1
answer
245
views
Error installing laravel using composer Windows 10 [duplicate]
Tried to install laravel using this method.
composer global require laravel/installer
And this error comes up:
[Composer\Downloader\TransportException]
The "https://repo.packagist.org/p/laravel/...
1
vote
1
answer
240
views
How do I start a Laravel application?
I cannot start my Laravel application.
I have installed Composer and it's properly on my PHP file. I tried going with using a simple XAMPP stack and loading Laravel onto that manually but I couldn't ...
0
votes
2
answers
577
views
Composer not working with laravel after Windows update 1903
Yesterday I updated my windows from version 1803 to 1903. Today I tried to continue work on my laravel application and tried to run PHP artisan serve for development.
What I got was an error message: ...
0
votes
2
answers
936
views
Composer installation issue on windows 8.1
I am trying to download laravel project via composer on microsoft windows 8.1.
But I am unable to download because I receive APPDATA COMPOSER_HOME environment variable issue for this I uninstall the ...
-3
votes
1
answer
486
views
Can't install Laravel (Windows)
C:\Users\User>composer global require "laravel/installer"
Changed current directory to C:/Users/User/AppData/Roaming/Composer
You are running Composer with SSL/TLS protection disabled.
Warning: ...
0
votes
1
answer
2k
views
composer suddenly doesn't work on cmd
I was trying to install laravel after i installed composer and made sure it's working by typing composer on my cmd but right after i added this line on cmd i became unable to see composer command ...
2
votes
2
answers
5k
views
Laravel Installation in Windows without XAMPP
Hi I have installed PHP 7.1.1 in my Windows OS and also installed Composer as a dependency manager of PHP.
Then i installed Laravel using the command:
composer global require "laravel/installer"
...
13
votes
6
answers
12k
views
Can't install composer due to certificate issues
So I have tried all morning to install composer so I can start to use the laravel framework.
I am running windows server r2 standard 64bit with XAMPP on php 7.0
When running the Composer-Setup.exe I ...
1
vote
2
answers
1k
views
can't install laravel on windows using composer ,gives error failed to open Stream:Permision denied
after installing composer I tried to install larvel but it gives ErrorException .please help....
data from composer cmd console:-
C:\xampp\htdocs\new>composer global require "laravel/installer"
...
0
votes
3
answers
263
views
Garbled text after anniversary update
After updating to Windows 10 anniversary update(1607), the artisan text in Windows CMD becomes garbled.
Is there any way to fix this?
I've tried the legacy console option but not working.