Environment Setup
Chapter_02_01_Environment_Set_Up_Intro.mp4
Chapter_02_02_Git_Installation.mp4
Chapter_02_03_Xampp_Installation.mp4
Chapter_02_04_Composer_Installation.mp4
Chapter_02_05_Laravel_Requirements.mp4
Chapter_02_06_Laravel_Installation.mp4
Chapter_02_07_Create_Local_Domain.mp4
Chapter_02_08_Xampp_As_Service.mp4
Chapter_02_09_Running_Project_outside_of_xampp.mp4
Chapter_02_10_Project_Structure.mp4
Chapter_02_11_Sqlite_Installtion.mp4
Chapter_02_12_Install_MongoDB.mp4
Chapter_02_13_Redis_Installation.mp4
Routing System
Chapter_03_01_Introduction.mp4
Chapter_03_02_BASE_URL_Vs_Route_URL.mp4
Chapter_03_03_Laravel_Routes.mp4
Chapter_03_04_Using_Api_Route.mp4
Chapter_03_05_Using_Consoler_Route.mp4
Chapter_03_06_Basic_Routes.mp4
Chapter_03_07_Closure_Vs_Contrete.mp4
Chapter_03_08_Basic_Views.mp4
Chapter_03_09_View_Exists_And_Pass_Data.mp4
Chapter_03_10_Data_Passing_Complex.mp4
Chapter_03_11_More_Data_Passing_Styles.mp4
Chapter_03_12_Route_Parameters.mp4
Chapter_03_13_Restriction_Parameters_With_Regular_Expression.mp4
Chapter_03_14_Named_Routes.mp4
Controller
Chapter_04_01_Creating_Controllers.mp4
Chapter_04_02_Parameter_Accept.mp4
Chapter_04_03_Data_Passing_To_View.mp4
Chapter_04_04_Complex_Data_Passing.scproj.mp4
Chapter_04_05_Extract_Post_Method.mp4
Chapter_04_06_Request_Default_Methods.mp4
Chapter_04_07_NameSpace_Controller.mp4
Chapter_04_08_Http_Get.mp4
Chapter_04_09_Http_Get_Post_Datas.mp4
Chapter_04_10_Using_Http_Post.mp4
Chapter_04_11_Post_Register_Data.mp4
Chapter_04_12_Route_Redirection.mp4
View
Chapter_05_01_View_Intro.mp4
Chapter_05_02_Clear_Caches.mp4
Chapter_05_03_master_layout.mp4
Chapter_05_04_Bootstrap_Linking.mp4
Chapter_05_05_Adding_Navigation.mp4
Chapter_05_06_Adding_Material_Icons.mp4
Chapter_05_07_Login_Register_Home_Views.mp4
Chapter_05_08_Creting_Register_Form.mp4
Chapter_05_09_Accepting_Register_Post_Request.mp4
Chapter_05_10_Validations.mp4
Chapter_05_11_Error_Validation_Loop.mp4
Chapter_05_12_Validation_Uis.mp4
Chapter_05_13_Regular_Expression_Password_Check.mp4
Chapter_05_14_Password_Confirmation_And_Hashing.mp4
Chapter_05_15_Show_Custom_Password_Error.mp4
Chapter_05_16_Create_Login_Form.mp4
Chapter_05_17_Login_Validation.mp4
Chapter_05_18_More_Directives.mp4
Chapter_05_19_User_Migration.mp4
Chapter_05_20_User_Register_DB.mp4
Chapter_05_21_User_Register.mp4
Chapter_05_22_Auth_User_Prevent.mp4
Chapter_05_23_Middleware_intro.mp4
Chapter_05_24_Code_Snippest_Include.mp4
Chapter_05_25_ClassLess_Component.mp4
Chapter_05_26_Class_Base_Component.mp4
Chapter_05_27_Passing_Data_To_Components.mp4
Chapter_05_28_Accessing_Methods_From_Component.mp4
Chapter_05_29_Data_Priority.mp4
Chapter_05_30_Component_Name_Declare.mp4
Database / Models
Chapter_06_01__Database_Intro.mp4
Chapter_06_02_Create_Model_And_Migration.mp4
Chapter_06_03_Make_Model_With_mcrsf.mp4
Chapter_06_04_Migrate_Artisan_Commands.mp4
Chapter_06_05_Get_All_Tags.mp4
Chapter_06_06_Insert_Data.mp4
Chapter_06_07_Update_Data.mp4
Chapter_06_08_Show_Detail.mp4
Chapter_06_09_Create_Category_Model.mp4
Chapter_06_10_Category_Create.mp4
Chapter_06_11_Edit_Category.mp4
Chapter_06_12_Category_Delete.mp4
Chapter_06_13_Show_Category.mp4
Chapter_06_14_Post_Create.mp4
Chapter_06_15_Post_Insert.mp4
Chapter_06_16_Post_Update.mp4
Chapter_06_17_Post_Show.mp4
Chapter_06_18_Seeding.mp4
Chapter_06_19_Faking_Category_And_Tags.mp4
Chapter_06_20_Faking_Posts.mp4
Concepts
Chapter_07_01_Concepts_And_Remains.mp4
Chapter_07_02_Route_Redirect_View_And_Links.mp4
Chapter_07_03_Rout_Links.mp4
Chapter_07_04_Signed_Route.mp4
Chapter_07_05_Group_Route.mp4
Chapter_07_06_Stack.mp4
Chapter_07_07_Session.mp4
Chapter_07_08_Validation.mp4
Chapter_07_09_Using_RequestValidation.mp4
Chapter_07_10_Make_Custom_Validatoin_Rule.mp4
Chapter_07_11_Rename_Migration_Column.mp4
Chapter_07_12_Accessor_Mutator.mp4
Chapter_07_13_Custom_Casting.mp4
Chapter_07_14_Scopes.mp4
Chapter_07_15_Collections.mp4
Chapter_07_16_OrderBy_Where_SortBy_orderByDesc.mp4
Chapter_07_17_Map_Filter.mp4
Chapter_07_18_Pluck_Mutable_Immutable.mp4
Eloquent
Chapter_08_01_Eloquent_Introl.mp4
Chapter_08_02_Prepare_Required_Tables.mp4
Chapter_08_03_One_To_One_User.mp4
Chapter_08_04_User_To_Profile.mp4
Chapter_08_05_Profile_To_User.mp4
Chapter_08_06_CasCade.mp4
Chapter_08_07_WithDefault_Has_Optional.mp4
Chapter_08_08_Relational_CRUD.mp4
Chapter_08_09_One_To_Many.mp4
Chapter_08_10_Posts_Comments.mp4
Chapter_08_11_Many_To_Many_Helpers.mp4
Chapter_08_12_Many_To_Many_Intro.mp4
Chapter_08_13_User_Role_Seeding.mp4
Chapter_08_14_Attach_Detach.mp4
Chapter_08_15_Attach_Sync.mp4
Chapter_08_16_Has_One_Through_Tables.mp4
Chapter_08_17_Using_Has_One_Through.mp4
Chapter_08_18_Has_Many_Through_Intro.mp4
Chapter_08_19_One_To_Many_Detail.mp4
Chapter_08_20_PolyMorphic_Relation.mp4
Chapter_08_21_PolyMOrphic_CRUD.mp4
E-Commerce Project Setup
Chapter_01_01_Project_Intro.mp4
Chapter_01_02_Create_Base_Template.mp4
Chapter_01_03_Adding_Css_JS_Assets.mp4
Chapter_01_04_Add_Navigation_Bar.mp4
Chapter_01_05_Create_Login_Form.mp4
Chapter_01_06_UserController.mp4
Chapter_01_07_User_Validation_Request.mp4
Chapter_01_08_Change_Form_To_Component_Base.mp4
Chapter_01_09_Create_Default_User.mp4
Chapter_01_10_Login_User.mp4
Chapter_01_11_Logout.mp4
Category Management
Chapter_02_01_Category_Setup.mp4
Chapter_02_02_Category_Validation.mp4
Chapter_02_03_Create_Category.mp4
Chapter_02_04_Edit_Category.mp4
Chapter_02_05_Delete_Category.mp4
Chapter_02_06_SubCat_Set_Up.mp4
Chapter_02_07_Show_Sub_Cats.mp4
Chapter_02_08_Create_Subcat.mp4
Chapter_02_09_Edit_Subcat.mp4
Chapter_02_10_Delete_Subcat.mp4
Models & Api
Chapter_03_01_Tymond_Set_Up.mp4
Chapter_03_02_Api_User_Login.mp4
Chapter_03_03_Get_Current_User.mp4
Chapter_03_04_Api_Register.mp4
Chapter_03_05_Api_Cat_SubCat.mp4
Chapter_03_06_Tag_Set_Up.mp4
Chapter_03_07_Tag_CED.mp4
Chapter_03_08_Product_Set_Up.mp4
Chapter_03_09_Product_Create_From.mp4
Chapter_03_10_Select_Cats.mp4
Chapter_03_11_Filter_SubCats.mp4
Chapter_03_12_Form_SetUp.mp4
Chapter_03_13_Finish_Form_SetUp.mp4
Chapter_03_14_Save_Product.mp4
Chapter_03_15_Product_Edit_Form.mp4
Chapter_03_16_Product_Update.mp4
Chapter_03_17_Show_Product_Images.mp4
Api & Order Management
Chapter_04_01_Api_Expose.mp4
Chapter_04_02_Paginate_Product.mp4
Chapter_04_03_Product_filtering.mp4
Chapter_04_04_Order_OrderItems_Models.mp4
Chapter_04_05_Save_Order.mp4
Chapter_04_06_Save_OrderItems.mp4
Chapter_04_07_Get_My_Orders.mp4
Chapter_04_08_All_Orders.mp4
Chapter_04_09_Order_Items_View.mp4
Chapter_04_10_Role_And_UserRoles.mp4
Chapter_04_11_Attach_Detach_Roles.mp4
Chapter_04_12_Users_Roles.mp4
Chapter_04_13_Middleware.mp4
Chapter_04_14_Remember_Me.mp4
Chapter_04_15_LightBox.mp4
Chapter_04_16_Status_Update.mp4
Chapter_04_17_All_Subs_Cats.mp4
VueJS
Chapter_05_01_Vue_Cli_Project.mp4
Chapter_05_02_Navbar.mp4
Chapter_05_03_Login_Register.mp4
Chapter_05_04_Toggle_Login_Logout.mp4
Chapter_05_05_Get_Fetch.mp4
Chapter_05_06_Login_Form.mp4
Chapter_05_07_Login_User.mp4
Chapter_05_08_Login_Redirect.mp4
Chapter_05_09_Loop_Cats.mp4
Chapter_05_10_Pass_Data_To_Child.mp4
Chapter_05_11_Slide_Show.mp4
Chapter_05_12_Product_By_Tags.mp4
Chapter_05_13_Validation.mp4
Chapter_05_14_Register_Form.mp4
Chapter_05_15_Register_User.mp4
VueJS 2
Chapter_06_01_Loading_Animation.mp4
Chapter_06_02_Product_Page.mp4
Chapter_06_03_Show_Relative_Products.mp4
Chapter_06_04_Add_To_Cart.mp4
Chapter_06_05_Cart_Count.mp4
Chapter_06_06_Show_Cart.mp4
Chapter_06_07_Add_Remove_Delete.mp4
Chapter_06_08_Add_CheckOut_View.mp4
Chapter_06_09_Prepare_Orders.mp4
Chapter_06_10_Set_Orders.mp4
Chapter_06_11_Loop_Orders.mp4
Chapter_06_12_Show_OrderItems.mp4
Chapter_06_13_Finish.mp4