Thứ Ba, 21 tháng 1, 2014

Laravel Lab

LeoNguyen.com
Outline
- Lab 01: Introduction Laravel 4
References
- net.tutsplus.com
- Andrewperk (http://bit.ly/157ZZeg)
- CodeForest (http://bit.ly/16y71bi)
Github
https://github.com/leonguyen/LaravelLab
Lab 01
Introduction to Laravel
Outline
- Installation
- Write a Hello world program
Exercise 1
Installation
Laravel - The PHP framework for web artisans
Task 1 - Install Composer
- Goto getcomposer.org and download.
Task 2 - Install Laravel
- Via Composer Create-Project: using command composer create-
project laravel/laravel [directory]
(See: http://youtu.be/DD_-l5AZY1A)
- Via Download: using command composer install (See: http://youtu.
be/WW1CPLOzRH4)
- Server Requirements
+ PHP >= 5.3.7
+ MCrypt PHP Extension
Task 3 - Configuration
- Config key option within 'app/config/app.php'.
- Using command php artisan key:generate
(See: http://youtu.be/87bYRrzCSUw)

Xem chi tiết: Laravel Lab


Không có nhận xét nào:

Đăng nhận xét