Laravel Episode 2: Views, Layouts, and Elixir


episode 2

Episode 2: Views, Layouts, and Elixir

 

Introduction

  • Get episode2 branch from Github.
  • The V in MVC is View. Views are what is being displayed to the user.
  • Views are found in the /resources/views directory.
  • Show how the default is displayed by explaining the routes file and the view file.
  • Show example of .gitignore file.

Use Bootstrap Example

  • Copy and replace the default view file with Bootstrap.

Elixir

  • You need to have Node and Gulp installed.
  • Explain the following files
  • app.less
  • app.css

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.