SYMBOL INDEX (129 symbols across 43 files) FILE: app/Account.php class Account (line 7) | class Account extends Model method users (line 9) | public function users() method organizations (line 14) | public function organizations() method contacts (line 19) | public function contacts() FILE: app/Console/Kernel.php class Kernel (line 8) | class Kernel extends ConsoleKernel method schedule (line 25) | protected function schedule(Schedule $schedule) method commands (line 36) | protected function commands() FILE: app/Contact.php class Contact (line 7) | class Contact extends Model method organization (line 11) | public function organization() method getNameAttribute (line 16) | public function getNameAttribute() method scopeOrderByName (line 21) | public function scopeOrderByName($query) method scopeFilter (line 26) | public function scopeFilter($query, array $filters) FILE: app/Exceptions/Handler.php class Handler (line 10) | class Handler extends ExceptionHandler method report (line 37) | public function report(Throwable $exception) method render (line 54) | public function render($request, Throwable $exception) FILE: app/Http/Controllers/Auth/ForgotPasswordController.php class ForgotPasswordController (line 8) | class ForgotPasswordController extends Controller method __construct (line 28) | public function __construct() FILE: app/Http/Controllers/Auth/LoginController.php class LoginController (line 14) | class LoginController extends Controller method showLoginForm (line 36) | public function showLoginForm() FILE: app/Http/Controllers/Auth/RegisterController.php class RegisterController (line 11) | class RegisterController extends Controller method __construct (line 38) | public function __construct() method validator (line 49) | protected function validator(array $data) method create (line 64) | protected function create(array $data) FILE: app/Http/Controllers/Auth/ResetPasswordController.php class ResetPasswordController (line 8) | class ResetPasswordController extends Controller method __construct (line 35) | public function __construct() FILE: app/Http/Controllers/Auth/VerificationController.php class VerificationController (line 8) | class VerificationController extends Controller method __construct (line 35) | public function __construct() FILE: app/Http/Controllers/ContactsController.php class ContactsController (line 12) | class ContactsController extends Controller method index (line 14) | public function index() method create (line 36) | public function create() method store (line 48) | public function store() method edit (line 70) | public function edit(Contact $contact) method update (line 95) | public function update(Contact $contact) method destroy (line 117) | public function destroy(Contact $contact) method restore (line 124) | public function restore(Contact $contact) FILE: app/Http/Controllers/Controller.php class Controller (line 10) | class Controller extends BaseController FILE: app/Http/Controllers/DashboardController.php class DashboardController (line 7) | class DashboardController extends Controller method __invoke (line 9) | public function __invoke() FILE: app/Http/Controllers/ImagesController.php class ImagesController (line 7) | class ImagesController extends Controller method show (line 9) | public function show(Server $glide) FILE: app/Http/Controllers/OrganizationsController.php class OrganizationsController (line 11) | class OrganizationsController extends Controller method index (line 13) | public function index() method create (line 25) | public function create() method store (line 30) | public function store() method edit (line 48) | public function edit(Organization $organization) method update (line 67) | public function update(Organization $organization) method destroy (line 85) | public function destroy(Organization $organization) method restore (line 92) | public function restore(Organization $organization) FILE: app/Http/Controllers/ReportsController.php class ReportsController (line 7) | class ReportsController extends Controller method __invoke (line 9) | public function __invoke() FILE: app/Http/Controllers/UsersController.php class UsersController (line 14) | class UsersController extends Controller method index (line 16) | public function index() method create (line 37) | public function create() method store (line 42) | public function store() method edit (line 65) | public function edit(User $user) method update (line 80) | public function update(User $user) method destroy (line 108) | public function destroy(User $user) method restore (line 119) | public function restore(User $user) FILE: app/Http/Kernel.php class Kernel (line 7) | class Kernel extends HttpKernel FILE: app/Http/Middleware/Authenticate.php class Authenticate (line 7) | class Authenticate extends Middleware method redirectTo (line 15) | protected function redirectTo($request) FILE: app/Http/Middleware/CheckForMaintenanceMode.php class CheckForMaintenanceMode (line 7) | class CheckForMaintenanceMode extends Middleware FILE: app/Http/Middleware/EncryptCookies.php class EncryptCookies (line 7) | class EncryptCookies extends Middleware FILE: app/Http/Middleware/RedirectIfAuthenticated.php class RedirectIfAuthenticated (line 8) | class RedirectIfAuthenticated method handle (line 18) | public function handle($request, Closure $next, $guard = null) FILE: app/Http/Middleware/TrimStrings.php class TrimStrings (line 7) | class TrimStrings extends Middleware FILE: app/Http/Middleware/TrustProxies.php class TrustProxies (line 8) | class TrustProxies extends Middleware FILE: app/Http/Middleware/VerifyCsrfToken.php class VerifyCsrfToken (line 7) | class VerifyCsrfToken extends Middleware FILE: app/Model.php class Model (line 8) | abstract class Model extends Eloquent method resolveRouteBinding (line 14) | public function resolveRouteBinding($value, $field = null) FILE: app/Organization.php class Organization (line 7) | class Organization extends Model method contacts (line 11) | public function contacts() method scopeFilter (line 16) | public function scopeFilter($query, array $filters) FILE: app/Providers/AppServiceProvider.php class AppServiceProvider (line 18) | class AppServiceProvider extends ServiceProvider method boot (line 20) | public function boot() method register (line 25) | public function register() method registerInertia (line 32) | public function registerInertia() method registerGlide (line 68) | protected function registerGlide() method registerLengthAwarePaginator (line 80) | protected function registerLengthAwarePaginator() FILE: app/Providers/AuthServiceProvider.php class AuthServiceProvider (line 8) | class AuthServiceProvider extends ServiceProvider method boot (line 24) | public function boot() FILE: app/Providers/BroadcastServiceProvider.php class BroadcastServiceProvider (line 8) | class BroadcastServiceProvider extends ServiceProvider method boot (line 15) | public function boot() FILE: app/Providers/EventServiceProvider.php class EventServiceProvider (line 10) | class EventServiceProvider extends ServiceProvider method boot (line 28) | public function boot() FILE: app/Providers/RouteServiceProvider.php class RouteServiceProvider (line 8) | class RouteServiceProvider extends ServiceProvider method boot (line 24) | public function boot() method map (line 36) | public function map() method mapWebRoutes (line 52) | protected function mapWebRoutes() method mapApiRoutes (line 66) | protected function mapApiRoutes() FILE: app/User.php class User (line 15) | class User extends Model implements AuthenticatableContract, Authorizabl... method account (line 23) | public function account() method getNameAttribute (line 28) | public function getNameAttribute() method setPasswordAttribute (line 33) | public function setPasswordAttribute($password) method photoUrl (line 38) | public function photoUrl(array $attributes) method isDemoUser (line 45) | public function isDemoUser() method scopeOrderByName (line 50) | public function scopeOrderByName($query) method scopeWhereRole (line 55) | public function scopeWhereRole($query, $role) method scopeFilter (line 63) | public function scopeFilter($query, array $filters) FILE: database/migrations/2019_03_05_000000_create_accounts_table.php class CreateAccountsTable (line 7) | class CreateAccountsTable extends Migration method up (line 9) | public function up() FILE: database/migrations/2019_03_05_000000_create_contacts_table.php class CreateContactsTable (line 7) | class CreateContactsTable extends Migration method up (line 9) | public function up() FILE: database/migrations/2019_03_05_000000_create_organizations_table.php class CreateOrganizationsTable (line 7) | class CreateOrganizationsTable extends Migration method up (line 9) | public function up() FILE: database/migrations/2019_03_05_000000_create_password_resets_table.php class CreatePasswordResetsTable (line 7) | class CreatePasswordResetsTable extends Migration method up (line 9) | public function up() FILE: database/migrations/2019_03_05_000000_create_users_table.php class CreateUsersTable (line 7) | class CreateUsersTable extends Migration method up (line 9) | public function up() FILE: database/seeds/DatabaseSeeder.php class DatabaseSeeder (line 9) | class DatabaseSeeder extends Seeder method run (line 11) | public function run() FILE: resources/js/utils.js function filesize (line 1) | function filesize(size) { function toFormData (line 11) | function toFormData(values = {}, method = 'POST') { FILE: tests/CreatesApplication.php type CreatesApplication (line 7) | trait CreatesApplication method createApplication (line 14) | public function createApplication() FILE: tests/Feature/ContactsTest.php class ContactsTest (line 12) | class ContactsTest extends TestCase method setUp (line 16) | protected function setUp(): void method test_can_view_contacts (line 31) | public function test_can_view_contacts() method test_can_search_for_contacts (line 50) | public function test_can_search_for_contacts() method test_cannot_view_deleted_contacts (line 69) | public function test_cannot_view_deleted_contacts() method test_can_filter_to_view_deleted_contacts (line 81) | public function test_can_filter_to_view_deleted_contacts() FILE: tests/Feature/OrganizationsTest.php class OrganizationsTest (line 11) | class OrganizationsTest extends TestCase method setUp (line 15) | protected function setUp(): void method test_can_view_organizations (line 30) | public function test_can_view_organizations() method test_can_search_for_organizations (line 48) | public function test_can_search_for_organizations() method test_cannot_view_deleted_organizations (line 64) | public function test_cannot_view_deleted_organizations() method test_can_filter_to_view_deleted_organizations (line 76) | public function test_can_filter_to_view_deleted_organizations() FILE: tests/TestCase.php class TestCase (line 10) | abstract class TestCase extends BaseTestCase method setUp (line 14) | protected function setUp(): void