Tag: elixir

  • Laravel Episode 2: Views, Layouts, and Elixir

    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.…