David Nguyeneplus.dev·Jul 23, 2024Khám Phá Hai Cách Đơn Giản Để Custom Laravel: Macro và MixinHi anh em, lại là mình đây Hôm nay mình sẽ chia sẻ với mọi người hai cách đơn giản để custom Laravel là Macro và Mixin. Trong thực tế, đôi khi bạn sẽ muốn bổ sung một số hàm, hoặc override lại một số phương thức của Laravel theo mong muốn: việc exten...DiscussLaravellaravel mixin
Chaiweichaiwei.hashnode.dev·Nov 20, 2023Fixing 'Attribute Does Not Exist' Error in Laravel Route MacrosRecently, while developing my custom package using Route::macro, I encountered the "Attribute [yourMacroName] does not exist" issue. Let me walk you through what happened and how I resolved it. A quick note: Laravel macros allow developers to dynami...Discuss·59 readslaravel-macro