How to install laravel in xampp or wamp – onlinecode
In this post we will give you information about How to install laravel in xampp or wamp – onlinecode. Hear we will give you detail about How to install laravel in xampp or wamp – onlinecodeAnd how to use it also give you demo for it if it is necessary.
If you want to install laravel framework then first require to PHP 7+ version for the installation latest laravel and require the composer.
Step1: Download the composer and install the composer. follow below URL to you can download composer https://getcomposer.org/
How to revoke 'git add' before 'git commit' ?
In this post we will give you information about How to revoke 'git add' before 'git commit' ?. Hear we will give you detail about How to revoke 'git add' before 'git commit' ?And how to use it also give you demo for it if it is necessary.
Sometimes you need to undo your git file before you git comment command. Because you made a some misteck or wrong code and you did git add using "git add ." command then you think how to undo your code before git commit command. But you can do that using git reset command, if you need to undo all file Or you may need to undo just one then you can do using git reset command, you can see bellow command.
Example:
// For Spesific filegit reset
// For all files
git reset
Hope this code and post will helped you for implement How to revoke 'git add' before 'git commit' ?. if you need any help or any feedback give it in comment section or you have good idea about this post you can give it comment section. Your comment will help us for help you more and improve us. we will give you this type of more interesting post in featured also so, For more interesting post and code Keep reading our blogs
Step2: After the installation composer, open the cmd and check the below command to the composer is installed or no.
composer
See below a screenshot example of how to check the composer installed or no.
Step3: Go to in your www or htdocs folder directory and run the following below laravel installation command.
composer create-project --prefer-dist laravel/laravel laravel
Above command run after laravel latest version successfully installed.
See the below screenshot example of laravel installation.
Step4: Move to the in your project directory after the installation laravel. see below screenshot example of move directory.
Step5: But, if you want to run the laravel then following below command.
php artisan serve
See below a screenshot example of how to run laravel.
Step6: Copy Url such as “http://127.0.0.1:8080” above screenshot and open the browser and paste the copied URL then laravel has been installed successfully. See the following screenshot example of successfully run laravel.
Hope this code and post will helped you for implement How to install laravel in xampp or wamp – onlinecode. if you need any help or any feedback give it in comment section or you have good idea about this post you can give it comment section. Your comment will help us for help you more and improve us. we will give you this type of more interesting post in featured also so, For more interesting post and code Keep reading our blogs