Follow-along apps from Laravel 5 screencasts on laracasts.com:
-
-
http://note-cards.app:8000/cards - Notecard CRUD app which covers:
- php artisan code generation
- routes and controllers
- models, php artisan tinker, DB configuration, and migrations
- views, layouts, blade templating, partials
- forms and validation
-
http://auth.app - User authentication app which covers:
- user authentication
- session flashing
- global helper files definition
- middleware
- singletons and factories using Laravel's built-in "service container"
- service providers and registering them
-