Laravel 5.0 Development Installation
Hey, I here about Laravel new version 5.0 But I have no idea how to
install it?
Laravel! A great framework for web artisan! You had already try Laravel 4 right? And yet wanna try Laravel 5.0 Development!
So here we go. By the way… the first I hear like next Laravel version will be 4.3 ?
The next Laravel release in November will be Laravel 5.0 to reflect changes in folder structure and other interesting initiatives! (via @laravelphp)
Yep, so… let’s try it out.
Firstly, I hope you had already familiar with composer. But if you don’t so don’t worry.
Installing Composer
Let’s start install Composer
$ curl -sS https://getcomposer.org/installer | php
$ mv composer.phar /usr/local/bin/composer
If Composer is new to you so please read about composer here.
Install Laravel
When you had done installation of composer let’t take a look at Laravel github. You will be see there are currently 3 branches. At that time of my writing there will be
So, Laravel 5.0 is still development so. Let’s try with the following command.
$ composer create-project laravel/laravel your-project-name dev-develop --prefer-dist
You can edit as you like insert of your-project-name! As for me I try laravel-5.0.
When you had done downloading laravel 5.0. Let’s try it out it’s work or not.
$ cd laravel-5.0
$ php artisan serve
When you go to http://localhost:8000 . You will see a pretty nice Laravel icon and really cool message
You have arrived.
I think you will be smile when you see that message! As for me? Yeah, it’s 100% make me smile.
So, now finally you have arrived!
Thanks
Set Kyar Wa Lar