Đang chuẩn bị liên kết để tải về tài liệu:
Ebook Laravel 5 cookbook - Enhance your amazing applications: Part 1
Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ
Tải xuống
Part 1 this book includes these contents: Book description, changelog, chapter 1: Back end recipes (introducing CLI, all about git, build a Laravel starter app, image upload in Laravel, seeding your app using Faker,.) Invite you to consult this book. | Laravel 5 Cookbook Enhance Your Amazing Applications Nathan Wu © 2015 - 2016 Nathan Wu Contents Book Information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Book Description . . . . . . . . . . . . . . . Requirements . . . . . . . . . . . . . . . What You Will Get . . . . . . . . . . . . . Book Structure . . . . . . . . . . . . . . . Feedback . . . . . . . . . . . . . . . . . . Translation . . . . . . . . . . . . . . . . . Book Status, Changelog and Contributors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 . . . . . . . 2 2 2 3 4 4 4 Changelog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Current Version . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 5 Laravel 5 Cookbook 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Chapter 1: Back End Recipes . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Project Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . List Of Recipes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Recipe 1 - Introducing CLI (Command Line Interface) . . . . . . . . . . . . . Recipe 2 - All About Git . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Recipe 3 - Build A Laravel Starter App . . . . . . . . . . . . . . . . . . . . . Recipe 4 - Create A User Authentication System with Facebook and Socialite Recipe 5 - Create A User Authentication System Using Laravel Auth Scaffold Recipe 6 - Image Upload In Laravel . . . . . . . . . . . . . . . . . . . . . . .