It is all in the name.
The Laravel framework has a few system requirements:
- PHP >= 5.4
- Mcrypt PHP Extension
- OpenSSL PHP Extension
- Mbstring PHP Extension
- Install with
composer install
- Run with
php artisan serve
See Official Master Laravel Framework documentation.