Common Issues Found * git not found and unzip/zip not found - Enable zip extension in php.ini file, you can find the php.ini file from xampp config button near the Apache. Open php.ini and search for zip remove ";" which will be there before "extension=zip"
Bro i love you! i was following a laracast and it didnt work for me, i have been at it for 4 hours to fix the errors in their method and get it to work for me. And i watch this video and it works in 10 minutes. THANK YOU!
The COMPOSER environment variable is set to C:\ProgramData\ComposerSetup\bin which is a directory, this variable should point to a composer.json or be left unset. Getting this
Sir I have an error : Failed to download laraverl/laraverl from dist: the zip extension and unzip/7z commands are both missing, skipping.. 😢What the solution of this?
i'm try to create new Laravel my_first_app using the command "Laravel new my_first_app" but shown the permission denied ERROR, (localhost) can you please help me
Thanks for this video. it helped a lot. Altough when i wanted to install laravel in the terminal, it gave me some options which you didnt mention in the video. I had to mention if i wanted to install some starterskit and which database i was going to use. At first i typed the wrong stuff so my first project didnt work out. I tried it a second time and mentioned that i didnt want any starters kits.. this time it did work! maybe mention this in a new video! the rest of the video is awesome
You are a great instructor. You just got a new subscriber. The instructions were clear and easy to follow and everything worked just fine. I will be exploring your channel further. Thank you.
hello bro thank you for the video, but this is not working for me, after installing, some directories and files are missing in app (no middleware), no Console folder, no Exceptions folder, I have tried reinstalling and checked the versions and everything.
Error occur in installation Git was not found in your path , skipping source download . Failed to download symfony/ process from dist: the zip extension and unzip /7z commands ate both missing.
excuse me sir, i have a question? when i run php artisan serve, it gives me the error like that: PHP Warning: require(C:\Users\DALA2\Documents\laravel\firstProject\my_first_app/vendor/autoload.php): Failed to open stream: No such file or directory in C:\Users\DALA2\Documents\laravel\firstProject\my_first_app\artisan on line 18 PHP Fatal error: Uncaught Error: Failed opening required 'C:\Users\DALA2\Documents\laravel\firstProject\my_first_app/vendor/autoload.php' (include_path='.;C:\php\pear') in C:\Users\DALA2\Documents\laravel\firstProject\my_first_app\artisan:18 Stack trace: #0 {main} thrown in C:\Users\DALA2\Documents\laravel\firstProject\my_first_app\artisan on line 18?? how to solve it?
when i started making the first application it asked me whether to install breeze or jetstream starter kit, i chose jetstream and yet it asked me whether to install livewire or inertia. what's the difference?
i have a problem with mya composer,when i want to check or updt my composser it show me this warning : The COMPOSER environment variable is set to C:\ProgramData\ComposerSetup\bin which is a directory, this variable should point to a composer.json or be left unset. what should i do,could anyone help me solve this problem?
Yes, go to xampp instalation you will find php there add that path to environment veriable manually. Add it to the paths. Google if you need help on this. It's easy
@@CodesEasy "Could not find a matching version of package laravel/installation. Check the package spelling, your version constraint and that the package is ava ilable in a stability which matches your minimum-stability (stable)." this is my next problem, how do i fix this?
which version laravel you installed in web site its 9th and what it display the forth ?? we have same problem i want work with 9th laravel version ! thank you for explication
I just want to add that although it works this it not a tutorial to install laravel on xampp. He only gets the php.exe from the xampp package which could be installed solo. If you choose to installed it in xampp you dont need to run the "php artisan serve" command
XAMPP makes it easy for further development and for beginners xampp will appeal as the better option. You can always you any way you wish to go with. Therer is wampp and other similar apps, directly install php only. Its all up to you. 👍
after trying to add my_first_app app i get Would you like to install a starter kit?: [none ] No starter kit [breeze ] Laravel Breeze [jetstream] Laravel Jetstream > what command do i add next "'Yes"?
when i go to create my first larvel project via "composer global require laravel/installer" an error occure it tell that the command "composer " does not existe
git was not found in your PATH, skipping source download git was not found in your PATH, skipping source download ....getting this feedback kindly help on how to proceed
Failed to download nesbot/carbon from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\xampp\php\php.ini Now trying to download from source
Issue on running my_first_app. I haven't changed anything but got Error PHP 8.2.5 10.7.1 Call to undefined function Illuminate\Encryption\openssl_cipher_iv_length() Line 100 highlighted $iv = random_bytes(openssl_cipher_iv_length(strtolower($this->cipher))); Could you advise what the solution to this is please?
why after I run "composer global require laravel/installer" in the terminal appears "Unable to use a proxy: malformed http_proxy url". what is my mistake?
Unzip/Zip Not Found error For the zip extension in PHP, you need to enable it in your php.ini configuration file. Locate your php.ini file. In XAMPP, you can find it through the XAMPP control panel by clicking on the "Config" button next to Apache and selecting "php.ini". Open php.ini in a text editor. Search for the line that looks like ;extension=zip (it might be different depending on your PHP version). Remove the semicolon ; at the beginning of the line to uncomment it and enable the zip extension. Save the php.ini file and restart your Apache server through XAMPP.
I did all the steps above but I got errors in my vendor folder and when I try to access the public folder in the web browser I get errors and I can't display the laravel home page
I followed the whole tutorial but encounter the following : " Would you like to install a starter kit? [No starter kit]: [none ] No starter kit [breeze ] Laravel Breeze [jetstream] Laravel Jetstream " Kindly tell me the solution.
this the result Failed to download symfony/process from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\xampp\php\php.ini am i did wrong?
please show for phpstorm. Idk if the process would be different, but i just installed phpstorm and licensed using my student account but for some reason it does not automatically pop up when im setting up composer, what am i doing wrong?
@@CodesEasy thank you so much sir...and even besides this, thank you for all the services and educational resources you provide...you're doing a world of difference touching people's lives all over the globe. You are a treasure to the programming/CS/IT community, please keep up the good work and always know that your time, attention, dedication and hard work is highly valued💫💫thank you!
@@rib_rob_personal You can install them separately. But that are too many step and tools to install to reach useable development environment. Xampp take care of all those tidiest steps.
composer : The term 'composer' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + composer global require laravel/installercomposer global require lara ... + ~~~~~~~~ + CategoryInfo : ObjectNotFound: (composer:String) [], CommandNotFoundExc eption + FullyQualifiedErrorId : CommandNotFoundException
This happens when Composer isn't installed to the correct PATH. Just reinstall Composer and make sure to check the box that says "Add to PATH" then you should be good.
PS C:\composer\Laravel> composer global require laravel/installer composer : The term 'composer' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + composer global require laravel/installer + ~~~~~~~~ + CategoryInfo : ObjectNotFound: (composer:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
Common Issues Found
* git not found and unzip/zip not found - Enable zip extension in php.ini file, you can find the php.ini file from xampp config button near the Apache. Open php.ini and search for zip remove ";" which will be there before "extension=zip"
Thank you very much sir .....
This comment saved time. Thank you!
Thankyou so much sir
can you please elaborate it more
then?
I just loved the way you pronounced Laravel. Thanks for the video
Don't mind it, i don't care a lot about pronounciation etc. And glad the video helped you. 👍
Bro i love you! i was following a laracast and it didnt work for me, i have been at it for 4 hours to fix the errors in their method and get it to work for me. And i watch this video and it works in 10 minutes. THANK YOU!
Glad to hear
Thank you 😊
Thans for save my time
Clear, precise and easy to follow, exactly what I was looking for. Thank you
Glad it helped!
Я целый день не мог решить проблему с запуском кода artisan через vs code. Спасибо индусам за их обучающие ролики на ютубе)
👍
Thanks brother for teaching the world.
👍
Thank you, brother.
Very easy. Short Precise to the point and accurate.
Glad it helped
The COMPOSER environment variable is set to C:\ProgramData\ComposerSetup\bin which is a directory, this variable should point to a composer.json or be left unset. Getting this
Thank you for this tutorial. Literally saved my life.
thank you sir, so simple AMAZING
You are most welcome
Thank you Brother for this video.
It was very simple.
Please ulload more videos about laravel...
Develop based on documentation....
Sure
work 100% bang, lebih jelas dibandingin penjelasan dosen
Happy that it was helpful for you
Sir I have an error :
Failed to download laraverl/laraverl from dist: the zip extension and unzip/7z commands are both missing, skipping.. 😢What the solution of this?
Check description for the fix
i'm try to create new Laravel my_first_app using the command "Laravel new my_first_app" but shown the permission denied ERROR, (localhost) can you please help me
Check if you have the permission read and write in the folder. Google if you don't know how to check it. It's easy.
Pp
Thanks for this video helped me a lot as beginner, Hope I will find how to create project next. Thanks a lot.
Glad it was helpful!
Thanks for this video. it helped a lot. Altough when i wanted to install laravel in the terminal, it gave me some options which you didnt mention in the video. I had to mention if i wanted to install some starterskit and which database i was going to use. At first i typed the wrong stuff so my first project didnt work out. I tried it a second time and mentioned that i didnt want any starters kits.. this time it did work! maybe mention this in a new video! the rest of the video is awesome
Its the latest Laravel update
Please how what command should I use to install the starter kit
Follow the video
Great resource for beginners. Thanks a lot.
Most welcome!
thank you sir it is clear and short video
You are most welcome
It's asking me to install a starter kit, which one should I go with among breeze and jetstream? And which breeze stack should I install?
Watch this latest video ruclips.net/video/yFFXPAOvIic/видео.html
its giving this message
Cannot use laravel/installer's latest version v5.5.1 as it requires php ^8.2 which is not satisfied by your platform.
You are a great instructor. You just got a new subscriber. The instructions were clear and easy to follow and everything worked just fine. I will be exploring your channel further. Thank you.
Welcome!
thank you🥺 this saves me
Happy to help!
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
hello bro thank you for the video, but this is not working for me, after installing, some directories and files are missing in app (no middleware), no Console folder, no Exceptions folder, I have tried reinstalling and checked the versions and everything.
Error occur in installation
Git was not found in your path , skipping source download .
Failed to download symfony/ process from dist: the zip extension and unzip /7z commands ate both missing.
Download git and unzip separately
Then what is the use xampp server for running laravel project.
MySQL and PHP - both required.
excuse me sir, i have a question? when i run php artisan serve, it gives me the error like that:
PHP Warning: require(C:\Users\DALA2\Documents\laravel\firstProject\my_first_app/vendor/autoload.php): Failed to open stream: No such file or directory in C:\Users\DALA2\Documents\laravel\firstProject\my_first_app\artisan on line 18
PHP Fatal error: Uncaught Error: Failed opening required 'C:\Users\DALA2\Documents\laravel\firstProject\my_first_app/vendor/autoload.php' (include_path='.;C:\php\pear') in C:\Users\DALA2\Documents\laravel\firstProject\my_first_app\artisan:18
Stack trace:
#0 {main}
thrown in C:\Users\DALA2\Documents\laravel\firstProject\my_first_app\artisan on line 18?? how to solve it?
same prob
I'm facing the same problem
when i started making the first application it asked me whether to install breeze or jetstream starter kit, i chose jetstream and yet it asked me whether to install livewire or inertia. what's the difference?
Thank you so much. the vid was helpful. could you please upload more videos on laravel
Sure👍
i have a problem with mya composer,when i want to check or updt my composser it show me this warning :
The COMPOSER environment variable is set to C:\ProgramData\ComposerSetup\bin which is a directory, this variable should point to a composer.json or be left unset.
what should i do,could anyone help me solve this problem?
thank you so much sir very helpfull♥
i have already installed the composer but didnt checked the "add this PHP path", is there a way to add it without reinstalling the composer?
Yes, go to xampp instalation you will find php there add that path to environment veriable manually. Add it to the paths. Google if you need help on this. It's easy
@@CodesEasy "Could not find a matching version of package laravel/installation. Check the package spelling, your version constraint and that the package is ava
ilable in a stability which matches your minimum-stability (stable)."
this is my next problem, how do i fix this?
Thank you so much for creating this video.
Happy that the video helped you
which version laravel you installed in web site its 9th and what it display the forth ?? we have same problem i want work with 9th laravel version !
thank you for explication
Use command laravel --version after installing Laravel
this was really useful! thank you
Glad it was helpful!
I just want to add that although it works this it not a tutorial to install laravel on xampp. He only gets the php.exe from the xampp package which could be installed solo. If you choose to installed it in xampp you dont need to run the "php artisan serve" command
XAMPP makes it easy for further development and for beginners xampp will appeal as the better option. You can always you any way you wish to go with. Therer is wampp and other similar apps, directly install php only. Its all up to you. 👍
After cloning my laravel project from github I noticed a red underline in some keywords please how do i remove those red lines 😢
Vs code is not ideal for Laravel. Try using phpstorm. Also the red line could be just that the ide not able to recognise the function or something
Hey superb 🎉🎉🎉🎉
Thank you very much...
Great video......
Thanks very clear explanation also.....
❤❤❤❤🎉🎉🎉🎉🎉
Most welcome 😊
great video saved my day
Glad to hear it!
Best video bro ❤
Glad you liked it
after trying to add my_first_app app i get
Would you like to install a starter kit?:
[none ] No starter kit
[breeze ] Laravel Breeze
[jetstream] Laravel Jetstream
>
what command do i add next "'Yes"?
none since you are learning and if you are following the video.
Type none
Thank you so much for creating this video 😍😍😍
Happy that you liked it
please clarify that we have to make a separate folder for laravel or we have to make it in htdocs of xampp
its up to you, you can run Laravel project using command php artisan serve - so htdocs folder is not really required.
when i go to create my first larvel project via "composer global require laravel/installer" an error occure
it tell that the command "composer " does not existe
You have to watch the video from beginning to end, don't skip.
We are showing how to install composer also
so easy to follow and understand
👍
I have windows 8 but I am not able to install Xammp because it shows api-ms-crt-runtime.dll error. What to do. Earlier it was working.
There could be some compatibility issues.
thank you it was so helpfull
Glad it helped!
I'm Trying to Run my php laravel wordpress based Project on Localhost I've tried everything but I ain't able to make it please help me .
Pls do more videos on Laravel pls..
Sure. On the way ...
I can run smoothy all my projects, but the next day I can't run on my browser and it's said local host refuses to connect .why is this happening ?
git was not found in your PATH, skipping source download git was not found in your PATH, skipping source download ....getting this feedback kindly help on how to proceed
Go to xampp and enable zip extension from php.ini file
Failed to download nesbot/carbon from dist: The zip extension and unzip/7z commands are both missing, skipping.
The php.ini used by your command-line PHP is: C:\xampp\php\php.ini
Now trying to download from source
Check the description
how to fix "git was not found in your PATH, skipping source download" asap
Very clear explanation 👌
Glad you liked it
BY using the command ( php -S localhost:8000 -t public/ ) aravel is running but the address 127.0.0.1 is not (127.0.0.1) doesn't allow the connection
Use php artisan serve
Thank you very much it works
Happy that the video helped you
If I have already made a website, then how to update it? And how to upload that folder?
Sorry I don't understand your question, this video is about installing Laravel in a system
Issue on running my_first_app. I haven't changed anything but got Error
PHP 8.2.5
10.7.1
Call to undefined function Illuminate\Encryption\openssl_cipher_iv_length()
Line 100 highlighted
$iv = random_bytes(openssl_cipher_iv_length(strtolower($this->cipher)));
Could you advise what the solution to this is please?
Try running composer update
@@CodesEasy Perfect, that solved it. Thanks
when i write php artisan serve nothing happens the cursor just blink on next line......can you address the issue
Try restarting the system
TY bro very helpful
Glad it helped
Thank you man🙏
Happy to help
how to fix this ? git was not found in your PATH, skipping source download
One you have to enable unzip xampp and restart xampp.
Then install git manually if needed
Thank you, very easy to understand
Glad it was helpful!
why after I run "composer global require laravel/installer" in the terminal appears "Unable to use a proxy: malformed http_proxy url". what is my mistake?
Go to the environment variables and check for http_proxy
If you find it remove it and restart the system
Where is environment variable.because it's same issue bro I am so confuse
Plz tell me step by step procedure
Thank you so much, that was a great video.
Glad it was helpful!
Unzip/Zip Not Found error
For the zip extension in PHP, you need to enable it in your php.ini configuration file.
Locate your php.ini file. In XAMPP, you can find it through the XAMPP control panel by clicking on the "Config" button next to Apache and selecting "php.ini".
Open php.ini in a text editor.
Search for the line that looks like ;extension=zip (it might be different depending on your PHP version).
Remove the semicolon ; at the beginning of the line to uncomment it and enable the zip extension.
Save the php.ini file and restart your Apache server through XAMPP.
Vite manifest not found at: C:\Users\DELL\OneDrive\Desktop\Larvel\my_first_app\public\build/manifest.json bro this problem showing please help
I did all the steps above but I got errors in my vendor folder and when I try to access the public folder in the web browser I get errors and I can't display the laravel home page
Try creating a new project. And make sure your server is running
I followed the whole tutorial but encounter the following :
" Would you like to install a starter kit? [No starter kit]:
[none ] No starter kit
[breeze ] Laravel Breeze
[jetstream] Laravel Jetstream "
Kindly tell me the solution.
Latest version of the video: ruclips.net/video/yFFXPAOvIic/видео.html
Please help me...i processed this steps by using composer and vs code can't be access
When i click ctrl+link ,Chrome didn,t shown laravel ... Now what can i do?
thanks. helpful for me
You are most welcome
Thank you so much !! ❤❤❤
You're welcome 😊
this the result
Failed to download symfony/process from dist: The zip extension and unzip/7z commands are both missing, skipping.
The php.ini used by your command-line PHP is: C:\xampp\php\php.ini
am i did wrong?
install unzip manually
please show for phpstorm. Idk if the process would be different, but i just installed phpstorm and licensed using my student account but for some reason it does not automatically pop up when im setting up composer, what am i doing wrong?
I don't understand your question.
But here is the latest version of this video ruclips.net/video/yFFXPAOvIic/видео.html
@@CodesEasy thank you so much sir...and even besides this, thank you for all the services and educational resources you provide...you're doing a world of difference touching people's lives all over the globe. You are a treasure to the programming/CS/IT community, please keep up the good work and always know that your time, attention, dedication and hard work is highly valued💫💫thank you!
After I do
``` laravel new example-app```
It gave me an error that laravel its not recognised as the name of cmdlet
can i know wht kinda of folder tht u upload at the vs studio code
hello how i got a web project that was worked on with laravel how can i use it after installing
To run, use the command php artisan serve
You are trully amazing
Mds, que vídeo simples e incrível, muito obrigado.
👍
thank you very much
You are welcome
My vs code isnt installing laravel
Can you please do a full project in laravel for us
Sure
thanks that was profect!
Glad it helped!
So how does XAMPP play into this? Could you explain why it is necessary?
For php, Apache server and MySQL ( if you are using it )
@@CodesEasy Couldn't you just install php on its own?
@@rib_rob_personal You can install them separately. But that are too many step and tools to install to reach useable development environment. Xampp take care of all those tidiest steps.
@@brangja4815 i am using my host and database
when i click on link, it gives an error, how can i solve it
after using the coimmand in terminal it says git is not found in your PATH
update just a few minutes i found a solution where you go to config of apache in php and remove the colon in extension=php in notepad
👍
composer : The term 'composer' is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
At line:1 char:1
+ composer global require laravel/installercomposer global require lara ...
+ ~~~~~~~~
+ CategoryInfo : ObjectNotFound: (composer:String) [], CommandNotFoundExc
eption
+ FullyQualifiedErrorId : CommandNotFoundException
You have not installed composer properly. Watch the video properly and do once more. Make sure you add the path to environment veriable correctly q
try this , composer global require laravel/installer --update-with-all-dependencies
This happens when Composer isn't installed to the correct PATH. Just reinstall Composer and make sure to check the box that says "Add to PATH" then you should be good.
Try restartin your pc. It worked for me
PS C:\composer\Laravel> composer global require laravel/installer
composer : The term 'composer' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a
path was included, verify that the path is correct and try again.
At line:1 char:1
+ composer global require laravel/installer
+ ~~~~~~~~
+ CategoryInfo : ObjectNotFound: (composer:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Make sure the composer path is added to environment variables
Restart your system.
Use command prompt instead of terminal instead vs code
thu veru much u are life safer :)
Happy that the video helped you
how to fix missing database extension?
i got errors, i had to install git and 7-zip manually. thanks at all
Check description for the answer to this
Nice and easy 👍
Happy that you liked the video
Can I use wampserver instead of xampp?
Sure
thankyou verymuch sir
while running php artisian serve its shows fatal errors..please help
What's the error
Thank you so much.
Always welcome
Very helpful!
Glad it was helpful!