Index
A
- AppServiceProvider — Class in namespace App\Providers
- Class AppServiceProvider
- AuthServiceProvider — Class in namespace App\Providers
- Class AuthServiceProvider
B
- AppServiceProvider::boot() — Method in class AppServiceProvider
- Bootstrap any application services.
- AuthServiceProvider::boot() — Method in class AuthServiceProvider
- Register any authentication / authorization services.
- BroadcastServiceProvider — Class in namespace App\Providers
- Class BroadcastServiceProvider
- BroadcastServiceProvider::boot() — Method in class BroadcastServiceProvider
- Bootstrap any application services.
- EventServiceProvider::boot() — Method in class EventServiceProvider
- Register any events for your application.
- RouteServiceProvider::boot() — Method in class RouteServiceProvider
- Define your route model bindings, pattern filters, etc.
C
- Controller — Class in namespace App\Http\Controllers
- Class Controller
- TasksController::create() — Method in class TasksController
- Show the form for creating a new resource.
- UserTasksController::create() — Method in class UserTasksController
- Show the form for creating a new resource.
- UsersController::create() — Method in class UsersController
- Show the form for creating a new resource.
- CreatePasswordResetsTable — Class in namespace
- Class CreatePasswordResetsTable
- CreateTasksTable — Class in namespace
- Class CreateTasksTable
- CreateUsersTable — Class in namespace
- Class CreateUsersTable
D
- TasksController::destroy() — Method in class TasksController
- Remove the specified resource from storage.
- UserTasksController::destroy() — Method in class UserTasksController
- Remove the specified resource from storage.
- UsersController::destroy() — Method in class UsersController
- Remove the specified resource from storage.
- CreatePasswordResetsTable::down() — Method in class CreatePasswordResetsTable
- Reverse the migrations.
- CreateTasksTable::down() — Method in class CreateTasksTable
- Reverse the migrations.
- CreateUsersTable::down() — Method in class CreateUsersTable
- Reverse the migrations.
- DatabaseSeeder — Class in namespace
- Class DatabaseSeeder
E
- TasksController::edit() — Method in class TasksController
- Show the form for editing the specified resource.
- UserTasksController::edit() — Method in class UserTasksController
- Show the form for editing the specified resource.
- UsersController::edit() — Method in class UsersController
- Show the form for editing the specified resource.
- EncryptCookies — Class in namespace App\Http\Middleware
- Class EncryptCookies
- EventServiceProvider — Class in namespace App\Providers
- Class EventServiceProvider
F
- ForgotPasswordController — Class in namespace App\Http\Controllers\Auth
- Class ForgotPasswordController
- Repository::find() — Method in class Repository
- TaskRepository::find() — Method in class TaskRepository
- UserRepository::find() — Method in class UserRepository
- $Task — Property in class Task
H
- Handler — Class in namespace App\Exceptions
- Class Handler
- RedirectIfAuthenticated::handle() — Method in class RedirectIfAuthenticated
- Handle an incoming request.
I
- IncorrectModelException — Class in namespace App\Exceptions
- Class IncorrectModelException
- TasksController::index() — Method in class TasksController
- Display a listing of the resource.
- UserTasksController::index() — Method in class UserTasksController
- Display a listing of the resource.
- UsersController::index() — Method in class UsersController
- Display a listing of the resource.
K
- Kernel — Class in namespace App\Console
- Class Kernel
- Kernel — Class in namespace App\Http
- Class Kernel
L
- LoginController — Class in namespace App\Http\Controllers\Auth
- Class LoginController
M
- RouteServiceProvider::map() — Method in class RouteServiceProvider
- Define the routes for the application.
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.
- RegisterController — Class in namespace App\Http\Controllers\Auth
- Class RegisterController
- ResetPasswordController — Class in namespace App\Http\Controllers\Auth
- Class ResetPasswordController
- RedirectIfAuthenticated — Class in namespace App\Http\Middleware
- Class RedirectIfAuthenticated
- AppServiceProvider::register() — Method in class AppServiceProvider
- Register any application services.
- RouteServiceProvider — Class in namespace App\Providers
- Class RouteServiceProvider
- Repository — Class in namespace App\Repositories\Contracts
- Created by PhpStorm.
- DatabaseSeeder::run() — Method in class DatabaseSeeder
- Run the database seeds.
- TasksTableSeeder::run() — Method in class TasksTableSeeder
- Run the database seeds.
- UsersTableSeeder::run() — Method in class UsersTableSeeder
- Run the database seeds.
S
- TasksController::store() — Method in class TasksController
- Store a newly created resource in storage.
- TasksController::show() — Method in class TasksController
- Display the specified resource.
- UserTasksController::store() — Method in class UserTasksController
- Store a newly created resource in storage.
- UserTasksController::show() — Method in class UserTasksController
- Display the specified resource.
- UsersController::store() — Method in class UsersController
- Store a newly created resource in storage.
- UsersController::show() — Method in class UsersController
- Display the specified resource.
T
- TasksController — Class in namespace App\Http\Controllers
- Class TasksController
- TaskRepository — Class in namespace App\Repositories
- Class TaskRepository
- Task — Class in namespace App
- Class Task
- Transformer — Class in namespace App\Transformers\Contracts
- Transformer::transform() — Method in class Transformer
- Transformer::transformCollection() — Method in class Transformer
- TaskTransformer — Class in namespace App\Transformers
- Class TaskTransformer
- TaskTransformer::transform() — Method in class TaskTransformer
- Transform a task
- Transformer — Class in namespace App\Transformers
- Class Transformer
- Transformer::transformCollection() — Method in class Transformer
- UserTransformer::transform() — Method in class UserTransformer
- $User — Property in class User
- User::tasks() — Method in class User
- TasksTableSeeder — Class in namespace
- Class TasksTableSeeder
U
- TasksController::update() — Method in class TasksController
- Update the specified resource in storage.
- UserTasksController — Class in namespace App\Http\Controllers
- Class UserTasksController
- UserTasksController::update() — Method in class UserTasksController
- Update the specified resource in storage.
- UsersController — Class in namespace App\Http\Controllers
- Class UsersController
- UsersController::update() — Method in class UsersController
- Update the specified resource in storage.
- UserRepository — Class in namespace App\Repositories
- Class UserRepository
- Task::user() — Method in class Task
- UserTransformer — Class in namespace App\Transformers
- Class UserTransformer
- User — Class in namespace App
- Class User
- CreatePasswordResetsTable::up() — Method in class CreatePasswordResetsTable
- Run the migrations.
- CreateTasksTable::up() — Method in class CreateTasksTable
- Run the migrations.
- CreateUsersTable::up() — Method in class CreateUsersTable
- Run the migrations.
- UsersTableSeeder — Class in namespace
- Class UsersTableSeeder
V
- VerifyCsrfToken — Class in namespace App\Http\Middleware
- Class VerifyCsrfToken
_
- 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.
- Controller::__construct() — Method in class Controller
- Controller constructor.
- TasksController::__construct() — Method in class TasksController
- TasksController constructor.
- UserTasksController::__construct() — Method in class UserTasksController
- UserTasksController constructor.
- UsersController::__construct() — Method in class UsersController
- UsersController constructor.