2024年2月18日星期日

How to use 'OR' middleware for route laravel

To allow both roles to access the API using the OR logic, you can use the middleware('restrictRole:admin,admin2') method.

[SCSS] mix_ratio (fixed ratio)

  @mixin mix_ratio ( $w , $h , $w_m , $h_m ) {   position : relative ;   height : auto ;   & :before {     content : "" ;   ...