April 2015
Beginner
144 pages
3h 13m
English
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The Illuminate namespace does not refer to a third-party library."
A block of code is set as follows:
sites:
- map: dev.furbook.com
to: /home/vagrant/Code/furbook.com/public
databases:
- furbookWhen we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
Route::post('cats', function() {
$cat = Furbook\Cat::create(Input::all()); return redirect('cats/'.$cat->id) ...Read now
Unlock full access