Installing Laravel 5.5 On Ubuntu. In this article, we are going to see how to install the latest version of Laravel i.e Laravel 5.5 on Ubuntu server. To install Laravel 5.5 version on Ubuntu server.Run below command on your terminal
Installing Laravel 5.5 On Ubuntu. In this article, we are going to see how to install the latest version of Laravel i.e Laravel 5.5 on Ubuntu server. To install Laravel 5.5 version on Ubuntu server.Run below command on your terminal
Use php artisan –version command to check current installed version of Laravel Framework Usage: php artisan –version
How to check laravel current version ? You can check the current version of your Laravel installation using the –version option of artisan command Usages:- php artisan –version