Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
vendor
/
invoiceshelf
/
modules
/
src
/
Commands
/
stubs
/
scaffold
:
policy.plain.stub
Advanced Search
Upload
New Item
Settings
-- Select Mode --
-- Select Theme --
-- Select Font Size --
Back
Back Up
Normal Editor
Save
<?php namespace $NAMESPACE$; use Illuminate\Auth\Access\HandlesAuthorization; class $CLASS$ { use HandlesAuthorization; /** * Create a new policy instance. * * @return void */ public function __construct() { // } }