Server requirements
- PHP >= 7.2.5
- BCMath PHP Extension
- Ctype PHP Extension
- Fileinfo PHP extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PDO PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
Installing using composer
composer create-project –prefer-dist laravel/laravel blog // Blog is the project name
this command will install new fresh laravel project named blog.
After install laravel we need to run our project using php artisan server command
php artisan serve
Ref. https://laravel.com/
#ThikHai