Skip to content

Commit d8082de

Browse files
docs(readme): Update readme
1 parent 6bed34c commit d8082de

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

readme.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Laravel Hackathon Starter
22

3+
![](https://cloud.githubusercontent.com/assets/2946769/13175139/ab488b0a-d708-11e5-978f-cb8a3d376161.jpg)
34
![](https://img.shields.io/badge/unicodeveloper-approved-brightgreen.svg)
45
[![License](https://poser.pugx.org/unicodeveloper/laravel-hackathon-starter/license.svg)](LICENSE.md)
56
[![Build Status](https://img.shields.io/travis/unicodeveloper/laravel-hackathon-starter.svg)](https://travis-ci.org/unicodeveloper/laravel-hackathon-starter)
@@ -497,7 +498,6 @@ class Book
497498
**Step 3.** Create a new controller file called `BookController` inside the *app/Http/Controllers* directory. You can simply run `php artisan make:controller BookController`
498499

499500
```php
500-
501501
namespace App\Http\Controllers;
502502

503503
use Illuminate\Http\Request;
@@ -522,7 +522,7 @@ class BookController extends Controller
522522
```
523523

524524
**Step 4.** Create `books.blade.php` template.
525-
```blade
525+
```php
526526
@extends('layouts.master')
527527

528528
@section('content')
@@ -543,8 +543,6 @@ class BookController extends Controller
543543
```
544544

545545
That's it!
546-
```
547-
548546
<hr>
549547

550548
Laravel Eloquent Cheatsheet

0 commit comments

Comments
 (0)