Never stop talking " STOP the Gaza Genocide "
  • رقم الدرس : 09
  • 00:05:18
  • #9 Routing Options , Match methods

  • تشغيل
Loading...

دروس الكورس

  1. 1- #1 Laravel Overview
  2. 2- #2 PSR-FIG Overview
  3. 3- #3 What's MVC Architecture
  4. 4- #4 install laravel in mac osx
  5. 5- #5 install laravel in linux
  6. 6- #6 install laravel in windows
  7. 7- #7 laravel infrastructure folders and files
  8. 8- #8 Routing GET,POST,PUT,PATCH,DELETE and ANY methods
  9. 9- #9 Routing Options , Match methods
  10. 10- #10 Route Constraints
  11. 11- #11 Routing Fallback,Group,Redirect,Prefix,View
  12. 12- #12 Routing Named Routes
  13. 13- #13 Routing with a First Controller with Namespace
  14. 14- #14 Routing Sub+Domains
  15. 15- #15 Routing Implicit Enum Binding
  16. 16- #16 Routing With Middleware basic
  17. 17- #17 Middleware Connection Between Routing And Controller with Only Method
  18. 18- #18 Route Macros
  19. 19- #19 Resource Route Controller, CRUD , Index , Show methods
  20. 20- #20 Resource Route Read , Update , Delete methods
  21. 21- #21 Resource Route Return View Type
  22. 22- #22 connect to your database , introduce about migration database
  23. 23- #23 migration artisan commands
  24. 24- #24 create your first migration table
  25. 25- #25 Create Your First Model
  26. 26- #26 Update Data Your First eloquent model
  27. 27- #27 show , destroy data
  28. 28- #28 Restore,forceDelete,WithTrahsed
  29. 29- #29 how to use and custom soft delete column name
  30. 30- #30 Model Tricks Get Attribute Column and Do Some Changes on it
  31. 31- #31 validator message with views @error
  32. 32- #32 update validation with $errors any,all methods another way
  33. 33- #33 inherit blade @include , @extends , @yield
  34. 34- #34 @stack , @push in other place
  35. 35- #35 @prepend , @prependOnce , @once
  36. 36- #36 @includeIf , @includeWhen @includeUnless , @includeFirst assign variables
  37. 37- #37 @each Directive to fetch loop in one line
  38. 38- #38 create your first directive
  39. 39- #39 Custom If Statements Directive
  40. 40- #40 view composer Create A Global or Private Variable
  41. 41- #41 add new column and how to use @selected , @checked directives
  42. 42- #42 seeding with model , basic object
  43. 43- #43 seeding with factories and faker php
  44. 44- #44 seeding ,use state with Sequence
  45. 45- #45 Relationship what is belongsTo
  46. 46- #46 Relationship belongsToMany
  47. 47- #47 relationship hasMany,hasOne
  48. 48- #48 short foreign key relationship in migration
  49. 49- #49 relationship hasOneThrough , hasManyThrough
  50. 50- #50 relationship One To One using morphs , morphOne , morphTo
  51. 51- #51 relationship One To Many using morphMany
  52. 52- #52 relationship Many To Many using morphToMany , morphedByMany , attach,sync,save,saveMany
  53. 53- #53 Query Builder VS Eloquent ORM , when to use?
  54. 54- #54 laravel Authentication scaffolding
  55. 55- #55 Authentication verify account
  56. 56- #56 add additional column with register
  57. 57- #57 in login form use another credentials column with email
  58. 58- #58 sessions put,get,forget,push,has,exists,missing and all method
  59. 59- #59 session table in your database driver
  60. 60- #60 sessions with Redis driver
  61. 61- #61 session with apc Alternative PHP Cache
  62. 62- #62 Maillable using markdown,html,text-plain and more
  63. 63- #63 Millable Attachment file And toMailAttachment
  64. 64- #64 how to integrate gmail smtp in your project
  65. 65- #65 Queue setting up and make a Demo Job , using database connection
  66. 66- #66 queue with Mailable , queue ,later ,now ,addMinutes , cc,bcc
  67. 67- #67 Queue Failed Jobs & what is the different between queue:work and queue:listen with once,daemon
  68. 68- #68 Job Batching then,catch,finally,bus,batch,batchable
  69. 69- #69 form request how to make and use authorize,rules,attributes
  70. 70- #70 how to create custom validation rule in form request
  71. 71- #71 Observer , how to use with your Model
  72. 72- #72 boot method with creating,created , updating,updated,saving,saved,and more methods
  73. 73- #73 observer replicating data with fill,save
  74. 74- #74 Events and Listeners how to use !
  75. 75- #75 Gate how it work and how can use with allows,denies,authorize,@can,@elsecan methods
  76. 76- #76 Gate and policies role and permissions
  77. 77- #77 FileSystem setting up & how to upload file and use Storage with url,exists,delete
  78. 78- #78 FileSystem Update File Logic with tricks using Model Observers
  79. 79- #79 FileSystem delete or make directory , copy , get all files , put , prepend , append and more
  80. 80- #80 Logging Track everything in your project Part 1
  81. 81- #81 Logging Make A new Channel and Custom log file part2
  82. 82- #82 how to pause tracking logging in your project part 3
  83. 83- #83 track your errors with slack in your project part 4
  84. 84- #84 handle error with abort , first , firsOrFail, find,FindOrFail Or in Dynamic Model Param
  85. 85- #85 Collections in Laravel Create,get,sort,grouped,keys,combine,search,filter,slice,diff,flip
  86. 86- #86 collection other and advanced methods part2
  87. 87- #87 resourceCollection with jsonResponse
  88. 88- #88 api prepare JWT driver part1
  89. 89- #89 prepare auth register,login,logout,profile and handle JWT Token with localization pkg part 2
  90. 90- #90 build and design a standard structure api and prepare localization middleware part 3
  91. 91- #91 maintenance your structure to make a clean code as well - part4
  92. 92- #92 prepare event to active email and make a new auth api function part5
  93. 93- #93 send email code with Event & Mail part6
  94. 94- #94 active code by email address endpoint part7
  95. 95- #95 active code by mobile using twilio part8
  96. 96- #96 What is HMVC and how to prepare your first module Users with all elements part9
  97. 97- #97 add event in service Provider In Users Module part10