Skip to main content

Code Examples of officelifehq/officelife

Discover how to use Laravel's officelifehq/officelife examples.

10 examples

Inertia.js

Files in this example

  • app/Http/Controllers/HomeController.php
    • routes/web.php
      • resources/js/Pages/Home/Index.vue
View all examples

Custom artisan commands

Files in this example

  • app/Console/Commands/Demo/ResetDemo.php
View all examples

Helpers

Files in this example

  • app/Helpers/BirthdayHelper.php
    • app/Http/ViewHelpers/Team/TeamShowViewHelper.php
View all examples

Queues

Files in this example

  • app/Jobs/LogAccountAudit.php
    • app/Services/Company/Adminland/Company/JoinCompany.php
View all examples

Send email

Files in this example

  • app/Mail/Company/InviteEmployeeToBecomeUserMail.php
    • app/Services/Company/Adminland/Employee/InviteEmployeeToBecomeUser.php
      • resources/views/emails/company/invitation.blade.php
View all examples

Service classes

Files in this example

  • app/Services/Company/Project/CreateProjectLink.php
    • app/Http/Controllers/Company/Company/Project/ProjectController.php
View all examples

Collection Methods: Push

Files in this example

  • app/Http/ViewHelpers/Company/Project/ProjectViewHelper.php
View all examples

Casting

Files in this example

  • app/Models/Company/CompanyCalendar.php
    • app/Services/Company/Adminland/CompanyPTOPolicy/UpdateCompanyPTOPolicy.php
View all examples

Constants

Files in this example

  • app/Models/Company/Expense.php
    • app/Jobs/CheckIfPendingExpenseShouldBeMovedToAccountingWhenManagerChanges.php
View all examples

Local scopes

Files in this example

  • app/Models/Company/Task.php
    • app/Http/ViewHelpers/Dashboard/DashboardMeViewHelper.php
View all examples