tailieunhanh - Bài giảng Phát triển phần mềm nguồn mở: Bài 6 - Nguyễn Hữu Thể

Laravel là một PHP framework mã nguồn mở và miễn phí, được phát triển bởi Taylor Otwell và nhắm vào mục tiêu hỗ trợ phát triển các ứng dụng web theo kiếm trúc model-view-controller (MVC). bài giảng này sẽ trình bày một số nội dung về Laravel, mời các bạn cùng tham khảo để biết thêm các nội dung chi tiết. | PHÁT TRIỂN PHẦN MỀM NGUỒN MỞ LARAVEL Nguyễn Hữu Thể Laravel A powerful MVC PHP framework Designed for developers who need a simple and elegant toolkit to create full-featured web applications. Laravel was created by Taylor Otwell. 2 Laravel Laravel is a MVC framework. Incorporates many of the best features of frameworks like CodeIgniter Yii MVC Ruby on Rails Sinatra and others. Laravel is an Open Source framework. It has a very rich set of features which will boost the speed of Web Development. 3 Laravel Features Modularity Testability Routing Configuration management Query builder and ORM Object Relational Mapper Schema builder migrations and seeding Template engine E-mailing Authentication Redis Queues Event and command bus 4 Laravel Version Version Release date PHP version June 2011 September 2011 February 22 2012 March 27 2012 May 22 2012 May 28 2013 December 12 2013 June 1 2014 February 4 2015 LTS June 9 2015 December 21 2015 August 23 2016 January 24 2017 LTS August 30 2017 February 7 2018 September 4 2018 5 Laravel Installation Server Requirements PHP gt OpenSSL PHP Extension PDO PHP Extension Mbstring PHP Extension Tokenizer PHP Extension XML PHP Extension 6 Laravel - Installation Step 1 Visit the following URL and download composer to install it on your system. https download Step 2 After the Composer is installed check the installation by typing the Composer command in the command prompt as shown in the following screenshot. 7 Laravel - Installation Step 3 Move to path where you have created the new directory and type the following command there to install Laravel. composer create-project --prefer-dist laravel laravel MyProject Successfully 8 Laravel - Installation Step 4 Open URL in the browser http localhost MyProject Or http localhost MyProject public 9 Configuration Public Directory Web server

TỪ KHÓA LIÊN QUAN