Skip to content

Gate

The plugin provides autocompletion and navigation for common laravel Gate methods, making it easier to work with authorization.

It scans all Service Providers in your project to gather all defined Gates.

Gate

It provides autocompletion and navigation for the following methods:

  • Illuminate\Support\Facades\Gate::allows()
  • Illuminate\Support\Facades\Gate::denies()
  • Illuminate\Support\Facades\Gate::any()
  • Illuminate\Support\Facades\Gate::none()
  • Illuminate\Support\Facades\Gate::authorize()
  • Illuminate\Support\Facades\Gate::check()
  • Illuminate\Support\Facades\Gate::inspect()
  • Illuminate\Support\Facades\Gate::has()

Copyright © 2025 Alireza-Moh | MIT License