A

ProviderCreateRequest::authorize() — Method in class ProviderCreateRequest
Determine if the user is authorized to make this request.
ProviderUpdateRequest::authorize() — Method in class ProviderUpdateRequest
Determine if the user is authorized to make this request.
AppServiceProviderClass in namespace App\Providers
AuthServiceProviderClass in namespace App\Providers

B

BlogClass in namespace App
BrandClass in namespace App
Brand_ModelClass in namespace App
InventoryCreated::broadcastOn() — Method in class InventoryCreated
Get the channels the event should broadcast on.
BrandControllerClass in namespace App\Http\Controllers
Brand_ModelControllerClass in namespace App\Http\Controllers
Brand_TypeControllerClass in namespace App\Http\Controllers
AppServiceProvider::boot() — Method in class AppServiceProvider
Bootstrap any application services.
AuthServiceProvider::boot() — Method in class AuthServiceProvider
Register any authentication / authorization services.
BroadcastServiceProviderClass in namespace App\Providers
BroadcastServiceProvider::boot() — Method in class BroadcastServiceProvider
Bootstrap any application services.
EventServiceProvider::boot() — Method in class EventServiceProvider
Register any events for your application.
InventoryServiceProvider::boot() — Method in class InventoryServiceProvider
Bootstrap the application services.
RepositoryServiceProvider::boot() — Method in class RepositoryServiceProvider
Bootstrap the application services.
RouteServiceProvider::boot() — Method in class RouteServiceProvider
Define your route model bindings, pattern filters, etc.
ProviderRepositoryEloquent::boot() — Method in class ProviderRepositoryEloquent
Boot up the repository, pushing criteria.

C

ChannelClass in namespace App
$KernelProperty in class Kernel
The Artisan commands provided by your application.
Kernel::commands() — Method in class Kernel
Register the Closure based commands for the application.
CourseClass in namespace App
RegisterController::create() — Method in class RegisterController
Create a new user instance after a valid registration.
BrandController::create() — Method in class BrandController
Show the form for creating a new resource.
Brand_ModelController::create() — Method in class Brand_ModelController
Show the form for creating a new resource.
Brand_TypeController::create() — Method in class Brand_TypeController
Show the form for creating a new resource.
ControllerClass in namespace App\Http\Controllers
DashboardController::create() — Method in class DashboardController
Show the form for creating a new resource.
InventoryController::create() — Method in class InventoryController
Show the form for creating a new resource.
Inventory_Items::create() — Method in class Inventory_Items
Show the form for creating a new resource.
LocationController::create() — Method in class LocationController
Show the form for creating a new resource.
Material_TypeController::create() — Method in class Material_TypeController
Show the form for creating a new resource.
MoneySourceController::create() — Method in class MoneySourceController
Show the form for creating a new resource.
ProviderController::create() — Method in class ProviderController
Show the form for creating a new resource.
Inventory::creator() — Method in class Inventory
A task belongs to a creator.

D

$HandlerProperty in class Handler
A list of the exception types that should not be reported.
BrandController::destroy() — Method in class BrandController
Remove the specified resource from storage.
Brand_ModelController::destroy() — Method in class Brand_ModelController
Remove the specified resource from storage.
Brand_TypeController::destroy() — Method in class Brand_TypeController
Remove the specified resource from storage.
DashboardControllerClass in namespace App\Http\Controllers
DashboardController::destroy() — Method in class DashboardController
Remove the specified resource from storage.
DateControllerClass in namespace App\Http\Controllers
InventoryController::destroy() — Method in class InventoryController
Remove the specified resource from storage.
Inventory_Items::destroy() — Method in class Inventory_Items
Remove the specified resource from storage.
LocationController::destroy() — Method in class LocationController
Remove the specified resource from storage.
Material_TypeController::destroy() — Method in class Material_TypeController
Remove the specified resource from storage.
MoneySourceController::destroy() — Method in class MoneySourceController
Remove the specified resource from storage.
ProviderController::destroy() — Method in class ProviderController
Remove the specified resource from storage.
ProvidersController::destroy() — Method in class ProvidersController
Remove the specified resource from storage.

E

BrandController::edit() — Method in class BrandController
Show the form for editing the specified resource.
Brand_ModelController::edit() — Method in class Brand_ModelController
Show the form for editing the specified resource.
Brand_TypeController::edit() — Method in class Brand_TypeController
Show the form for editing the specified resource.
DashboardController::edit() — Method in class DashboardController
Show the form for editing the specified resource.
ExportControllerClass in namespace App\Http\Controllers
ExportController::exportExcel() — Method in class ExportController
Store a newly created resource in storage.
ExportController::exportPDF() — Method in class ExportController
InventoryController::edit() — Method in class InventoryController
Show the form for editing the specified resource.
Inventory_Items::edit() — Method in class Inventory_Items
Show the form for editing the specified resource.
LocationController::edit() — Method in class LocationController
Show the form for editing the specified resource.
Material_TypeController::edit() — Method in class Material_TypeController
Show the form for editing the specified resource.
MoneySourceController::edit() — Method in class MoneySourceController
Show the form for editing the specified resource.
ProviderController::edit() — Method in class ProviderController
Show the form for editing the specified resource.
ProvidersController::edit() — Method in class ProvidersController
Show the form for editing the specified resource.
EncryptCookiesClass in namespace App\Http\Middleware
$EncryptCookiesProperty in class EncryptCookies
The names of the cookies that should not be encrypted.
$VerifyCsrfTokenProperty in class VerifyCsrfToken
The URIs that should be excluded from CSRF verification.
$InventoryProperty in class Inventory
The attributes that aren't mass assignable.
EventServiceProviderClass in namespace App\Providers

F

$BlogProperty in class Blog
$ProviderProperty in class Provider
ForgotPasswordControllerClass in namespace App\Http\Controllers\Auth
GithubAuth::findOrCreateUser() — Method in class GithubAuth
Finds the user from the provider in the database.
$UserProperty in class User
The attributes that are mass assignable.
$itemProperty in class item

G

$BrandProperty in class Brand
The attributes that aren't mass assignable.
$Brand_ModelProperty in class Brand_Model
The attributes that aren't mass assignable.
Channel::getRouteKeyName() — Method in class Channel
Get the route key name for Laravel.
GithubAuthClass in namespace App\Http\Controllers\Auth\LoginServices
$LocationProperty in class Location
The attributes that aren't mass assignable.
$Material_TypeProperty in class Material_Type
The attributes that aren't mass assignable.
$MoneySourceProperty in class MoneySource
The attributes that aren't mass assignable.
ProviderPresenter::getTransformer() — Method in class ProviderPresenter
Transformer.
$ProviderProperty in class Provider
The attributes that aren't mass assignable.
$ProvidersProperty in class Providers
The attributes that aren't mass assignable.

H

HandlerClass in namespace App\Exceptions
SocialAuthController::handleProviderCallback() — Method in class SocialAuthController
Obtain the user information from GitHub.
HomeControllerClass in namespace App\Http\Controllers
Class HomeController.
RedirectIfAuthenticated::handle() — Method in class RedirectIfAuthenticated
Handle an incoming request.
$UserProperty in class User
The attributes that should be hidden for arrays.

I

InventoryCreatedClass in namespace App\Events
BrandController::index() — Method in class BrandController
Brand_ModelController::index() — Method in class Brand_ModelController
Brand_TypeController::index() — Method in class Brand_TypeController
Display a listing of the resource.
DashboardController::index() — Method in class DashboardController
Display a listing of the resource.
DashboardController::inventoryNumber() — Method in class DashboardController
ExportController::index() — Method in class ExportController
Show the form for creating a new resource.
HomeController::index() — Method in class HomeController
Show the application dashboard.
InventoryControllerClass in namespace App\Http\Controllers
InventoryController::index() — Method in class InventoryController
Display a listing of the resource.
Inventory_ItemsClass in namespace App\Http\Controllers
Inventory_Items::index() — Method in class Inventory_Items
LocationController::index() — Method in class LocationController
Material_TypeController::index() — Method in class Material_TypeController
MoneySourceController::index() — Method in class MoneySourceController
ProviderController::index() — Method in class ProviderController
ProvidersController::index() — Method in class ProvidersController
Display a listing of the resource.
InventoryClass in namespace App
InventoryServiceProviderClass in namespace App\Providers
itemClass in namespace App

K

KernelClass in namespace App\Console
KernelClass in namespace App\Http

L

LoginControllerClass in namespace App\Http\Controllers\Auth
InventoryController::load() — Method in class InventoryController
Load image resource.
LocationControllerClass in namespace App\Http\Controllers
LocationClass in namespace App
$EventServiceProviderProperty in class EventServiceProvider
The event listener mappings for the application.

M

Material_TypeControllerClass in namespace App\Http\Controllers
MoneySourceControllerClass in namespace App\Http\Controllers
$KernelProperty in class Kernel
The application's global HTTP middleware stack.
$KernelProperty in class Kernel
The application's route middleware groups.
Material_TypeClass in namespace App
MoneySourceClass in namespace App
RouteServiceProvider::map() — Method in class RouteServiceProvider
Define the routes for the application.
RouteServiceProvider::mapWebRoutes() — Method in class RouteServiceProvider
Define the "web" routes for the application.
RouteServiceProvider::mapApiRoutes() — Method in class RouteServiceProvider
Define the "api" routes for the application.
ProviderRepositoryEloquent::model() — Method in class ProviderRepositoryEloquent
Specify Model class name.

N

$RouteServiceProviderProperty in class RouteServiceProvider
This namespace is applied to your controller routes.

P

ProviderClass in namespace App\Entities
ProviderControllerClass in namespace App\Http\Controllers
ProvidersControllerClass in namespace App\Http\Controllers
ProviderCreateRequestClass in namespace App\Http\Requests
ProviderUpdateRequestClass in namespace App\Http\Requests
ProviderPresenterClass in namespace App\Presenters
Class ProviderPresenter.
ProviderClass in namespace App
ProvidersClass in namespace App
$AuthServiceProviderProperty in class AuthServiceProvider
The policy mappings for the application.
ProviderRepositoryClass in namespace App\Repositories
Interface ProviderRepository.
ProviderRepositoryEloquentClass in namespace App\Repositories
Class ProviderRepositoryEloquent.
ProviderTransformerClass in namespace App\Transformers
Class ProviderTransformer.
ProviderValidatorClass in namespace App\Validators
proveidorsClass in namespace App

R

Handler::report() — Method in class Handler
Report or log an exception.
Handler::render() — Method in class Handler
Render an exception into an HTTP response.
$LoginControllerProperty in class LoginController
Where to redirect users after login.
RegisterControllerClass in namespace App\Http\Controllers\Auth
Class RegisterController.
$RegisterControllerProperty in class RegisterController
Where to redirect users after login / registration.
ResetPasswordControllerClass in namespace App\Http\Controllers\Auth
SocialAuthController::redirectToProvider() — Method in class SocialAuthController
$ProvidersControllerProperty in class ProvidersController
$KernelProperty in class Kernel
The application's route middleware.
RedirectIfAuthenticatedClass in namespace App\Http\Middleware
ProviderCreateRequest::rules() — Method in class ProviderCreateRequest
Get the validation rules that apply to the request.
ProviderUpdateRequest::rules() — Method in class ProviderUpdateRequest
Get the validation rules that apply to the request.
AppServiceProvider::register() — Method in class AppServiceProvider
Register any application services.
InventoryServiceProvider::register() — Method in class InventoryServiceProvider
Register the application services.
RepositoryServiceProviderClass in namespace App\Providers
RepositoryServiceProvider::register() — Method in class RepositoryServiceProvider
Register the application services.
RouteServiceProviderClass in namespace App\Providers
$ProviderValidatorProperty in class ProviderValidator

S

Kernel::schedule() — Method in class Kernel
Define the application's command schedule.
ForgotPasswordController::showLinkRequestForm() — Method in class ForgotPasswordController
Display the form to request a password reset link.
LoginController::showLoginForm() — Method in class LoginController
Show the application's login form.
RegisterController::showRegistrationForm() — Method in class RegisterController
Show the application registration form.
ResetPasswordController::showResetForm() — Method in class ResetPasswordController
Display the password reset view for the given token.
SocialAuthControllerClass in namespace App\Http\Controllers\Auth
BrandController::store() — Method in class BrandController
Store a newly created resource in storage.
BrandController::show() — Method in class BrandController
Display the specified resource.
BrandController::search() — Method in class BrandController
Brand_ModelController::store() — Method in class Brand_ModelController
Store a newly created resource in storage.
Brand_ModelController::show() — Method in class Brand_ModelController
Display the specified resource.
Brand_ModelController::search() — Method in class Brand_ModelController
Brand_TypeController::store() — Method in class Brand_TypeController
Store a newly created resource in storage.
Brand_TypeController::show() — Method in class Brand_TypeController
Display the specified resource.
DashboardController::store() — Method in class DashboardController
Store a newly created resource in storage.
DashboardController::show() — Method in class DashboardController
Display the specified resource.
DateController::showDate() — Method in class DateController
ExportController::search() — Method in class ExportController
InventoryController::store() — Method in class InventoryController
Store a newly created resource in storage.
InventoryController::show() — Method in class InventoryController
Display the specified resource.
InventoryController::search() — Method in class InventoryController
Search state from database base on some specific constraints.
Inventory_Items::store() — Method in class Inventory_Items
Store a newly created resource in storage.
Inventory_Items::show() — Method in class Inventory_Items
Display the specified resource.
LocationController::store() — Method in class LocationController
Store a newly created resource in storage.
LocationController::show() — Method in class LocationController
Display the specified resource.
LocationController::search() — Method in class LocationController
Material_TypeController::store() — Method in class Material_TypeController
Store a newly created resource in storage.
Material_TypeController::show() — Method in class Material_TypeController
Display the specified resource.
Material_TypeController::search() — Method in class Material_TypeController
MoneySourceController::store() — Method in class MoneySourceController
Store a newly created resource in storage.
MoneySourceController::show() — Method in class MoneySourceController
Display the specified resource.
MoneySourceController::search() — Method in class MoneySourceController
ProviderController::store() — Method in class ProviderController
Store a newly created resource in storage.
ProviderController::show() — Method in class ProviderController
Display the specified resource.
ProviderController::search() — Method in class ProviderController
ProvidersController::store() — Method in class ProvidersController
Store a newly created resource in storage.
ProvidersController::show() — Method in class ProvidersController
Display the specified resource.
ProvidersController::search() — Method in class ProvidersController
StudyClass in namespace App

T

$BlogProperty in class Blog
$BrandProperty in class Brand
The table associated with the model.
$Brand_ModelProperty in class Brand_Model
The table associated with the model.
Channel::threads() — Method in class Channel
A channel consists of threads.
DashboardController::tasks() — Method in class DashboardController
DashboardController::tasksNumber() — Method in class DashboardController
$LocationProperty in class Location
The table associated with the model.
$Material_TypeProperty in class Material_Type
The table associated with the model.
$MoneySourceProperty in class MoneySource
The table associated with the model.
$ProviderProperty in class Provider
The table associated with the model.
$ProvidersProperty in class Providers
The table associated with the model.
ProviderTransformer::transform() — Method in class ProviderTransformer
Transform the \Provider entity.

U

Handler::unauthenticated() — Method in class Handler
Convert an authentication exception into an unauthenticated response.
BrandController::update() — Method in class BrandController
Update the specified resource in storage.
Brand_ModelController::update() — Method in class Brand_ModelController
Update the specified resource in storage.
Brand_TypeController::update() — Method in class Brand_TypeController
Update the specified resource in storage.
DashboardController::update() — Method in class DashboardController
Update the specified resource in storage.
InventoryController::update() — Method in class InventoryController
Update the specified resource in storage.
Inventory_Items::update() — Method in class Inventory_Items
Update the specified resource in storage.
LocationController::update() — Method in class LocationController
Update the specified resource in storage.
Material_TypeController::update() — Method in class Material_TypeController
Update the specified resource in storage.
MoneySourceController::update() — Method in class MoneySourceController
Update the specified resource in storage.
ProviderController::update() — Method in class ProviderController
Update the specified resource in storage.
ProvidersController::update() — Method in class ProvidersController
Update the specified resource in storage.
UserClass in namespace App

V

RegisterController::validator() — Method in class RegisterController
Get a validator for an incoming registration request.
Inventory_Items::vueCrud() — Method in class Inventory_Items
Display a listing of the resource.
$ProvidersControllerProperty in class ProvidersController
VerifyCsrfTokenClass in namespace App\Http\Middleware
ProviderRepositoryEloquent::validator() — Method in class ProviderRepositoryEloquent
Specify Validator class name.

_

InventoryCreated::__construct() — Method in class InventoryCreated
Create a new event instance.
ForgotPasswordController::__construct() — Method in class ForgotPasswordController
Create a new controller instance.
LoginController::__construct() — Method in class LoginController
Create a new controller instance.
RegisterController::__construct() — Method in class RegisterController
Create a new controller instance.
ResetPasswordController::__construct() — Method in class ResetPasswordController
Create a new controller instance.
BrandController::__construct() — Method in class BrandController
Display a listing of the resource.
Brand_ModelController::__construct() — Method in class Brand_ModelController
Display a listing of the resource.
ExportController::__construct() — Method in class ExportController
Create a new controller instance.
HomeController::__construct() — Method in class HomeController
Create a new controller instance.
InventoryController::__construct() — Method in class InventoryController
Create a new controller instance.
LocationController::__construct() — Method in class LocationController
Display a listing of the resource.
Material_TypeController::__construct() — Method in class Material_TypeController
Display a listing of the resource.
MoneySourceController::__construct() — Method in class MoneySourceController
Display a listing of the resource.
ProviderController::__construct() — Method in class ProviderController
Display a listing of the resource.
ProvidersController::__construct() — Method in class ProvidersController