Required Before install
- Need to install wampsever or other web server for php 5.6 up, click this link to download source: wamp server
- after install web server we need to install composer
ckick this link to download
check composer installed use command: composer
Server Requirements
The Laravel framework has a few system requirements. Of course, all of these requirements are satisfied by the Laravel Homestead virtual machine, so it's highly recommended that you use Homestead as your local Laravel development environment.
However, if you are not using Homestead, you will need to make sure your server meets the following requirements:
- PHP >= 7.0.0
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
Laravel utilizes Composer to manage its dependencies. So, before using Laravel, make sure you have Composer installed on your machine.
>>>use command : >composer create-project --prefer-dist laravel/laravel Your Project Name
>>>use command : >composer create-project --prefer-dist laravel/laravel Your Project Name
=>after installed laravel project you can open your project on your Browser before open on browser you must running command on CMD type = php artisan serve
and then use this 127.0.0.1:8000/ for access to open on browser
0 comments: