Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай
The "No Framework" Framework,
а также все другие курсы, прямо сейчас!
Премиум
-
Урок 1. 00:04:28Introduction
-
Урок 2. 00:08:45Setting up the structure
-
Урок 3. 00:05:53Environment variables
-
Урок 4. 00:08:40The container
-
Урок 5. 00:17:43Simple routing with FastRoute
-
Урок 6. 00:05:44First route and controller
-
Урок 7. 00:17:39Rendering views with Twig
-
Урок 8. 00:04:14Using a base_path() helper
-
Урок 9. 00:06:45Config: Loaders
-
Урок 10. 00:14:28Config: The class
-
Урок 11. 00:03:09Config: Service provider
-
Урок 12. 00:08:22Configuring Twig
-
Урок 13. 00:01:57Refactoring service provider loading
-
Урок 14. 00:17:26Databases with Doctrine
-
Урок 15. 00:03:02Model magic methods
-
Урок 16. 00:08:09Forms: Signing in
-
Урок 17. 00:10:37Forms: Validation
-
Урок 18. 00:08:30Forms: Validation error handling
-
Урок 19. 00:13:26Building a session helper
-
Урок 20. 00:12:09Flashing validation errors and old data
-
Урок 21. 00:05:25More view sharing
-
Урок 22. 00:06:58Linking to pages with route names
-
Урок 23. 00:08:47Authentication: Password hashing
-
Урок 24. 00:15:19Authentication: Signing in
-
Урок 25. 00:07:21Authentication: Persisting the user's session
-
Урок 26. 00:03:59Authentication: Showing we're signed in
-
Урок 27. 00:05:47Authentication: Password rehashing
-
Урок 28. 00:11:50Flash messages
-
Урок 29. 00:11:44CSRF: Generating a token
-
Урок 30. 00:11:08CSRF: Checking the request
-
Урок 31. 00:06:08Signing out
-
Урок 32. 00:03:39Registering: Setting up
-
Урок 33. 00:12:01Registering: Validation with custom rules
-
Урок 34. 00:05:11Registering: Storing a user
-
Урок 35. 00:01:43Registering: Automatic authentication
-
Урок 36. 00:06:16User dashboard with protection
-
Урок 37. 00:04:14Guest middleware
-
Урок 38. 00:08:47Cookie jar
-
Урок 39. 00:15:15Generating a recaller cookie
-
Урок 40. 00:09:28Reauthenticating from a cookie
-
Урок 41. 00:04:23Cookie recaller security
-
Урок 42. 00:13:52Refactoring our Auth class
-
Урок 43. 00:04:42Bug fixing: Reauthentication
-
Урок 44. 00:01:04Quick UI fix
-
Урок 45. 00:17:49Switching to Eloquent
-
Урок 46. 00:28:15Pagination