5 Useful Laravel Directives
5 useful Laravel directives. Sometimes in laravel views, you have to write certain logic: checking for an admin, or a regular user, checking their rights. However, thanks to the built-in directive creation capabilities, this process can be made more convenient by taking all the validation logic into directives. If you are new to learning Laravel, […]