I start to learn and developer on Laravel.
Laravel 5.4 is latest version.
Introdiction:
This quickstart guide provides a basic introduction to the Laravel framework and includes content on database migrations Blade templates. This is a great starting point if you are brand new to the Laravel framework or PHP frameworks in general.
For installation you need Composer and below is command for that:
- composer create-project laravel/laravel quickstart --prefer-dist
You are free to quick start and download into your local machine.
You just need to write below command for easy download
git clone https://github.com/laravel/quickstart-basic quickstart
cd quickstart
composer install
php artisan migrate
If you have any of suggestion then please share it on comment please.
Enjoy!
No comments:
Post a Comment