Skip to main content

Code Examples of Bottelet/DaybydayCRM

Discover how to use Laravel's Bottelet/DaybydayCRM examples.

19 examples

Events & listeners

Files in this example

  • app/Listeners/ProjectActionNotify.php
    • app/Providers/EventServiceProvider.php
      • app/Events/ProjectAction.php
        • app/Http/Controllers/ProjectsController.php
View all examples

View composers

Files in this example

  • app/Http/ViewComposers/ClientHeaderComposer.php
    • app/Providers/ViewComposerServiceProvider.php
      • config/app.php
        • resources/views/clients/show.blade.php
          • resources/views/partials/clientheader.blade.php
View all examples

Observers

Files in this example

  • app/Observers/TaskObserver.php
    • app/Providers/AppServiceProvider.php
View all examples

Service classes

Files in this example

  • app/Services/Invoice/InvoiceCalculator.php
    • app/Http/Controllers/InvoicesController.php
View all examples

Helpers

Files in this example

  • app/helpers.php
    • composer.json
      • resources/views/auth/login.blade.php
        • app/Http/Middleware/RedirectIfDemo.php
View all examples

Traits

Files in this example

  • app/Traits/DeadlineTrait.php
    • app/Models/Project.php
      • app/Models/Task.php
        • app/Models/Lead.php
          • resources/views/projects/_sidebar.blade.php
View all examples

Ramsey/uuid

Files in this example

  • composer.json
    • database/migrations/2020_01_06_203615_create_payments_table.php
      • app/Http/Controllers/PaymentsController.php
        • app/Http/Controllers/ProjectsController.php
View all examples

Notifications

Files in this example

  • app/Notifications/YouWereMentionedNotification.php
    • app/Listeners/NotiftyMentionedUsers.php
View all examples

Elasticsearch

Files in this example

  • app/Http/Controllers/SearchController.php
    • app/Services/Search/SearchService.php
      • composer.json
        • config/services.php
View all examples

Collection Methods: Map

Files in this example

  • app/Http/Controllers/LeadsController.php
View all examples

Collection Methods: Push

Files in this example

  • app/Http/Controllers/OffersController.php
    • app/Http/Controllers/ProjectsController.php
View all examples

Factories

Files in this example

  • database/factories/ProjectFactory.php
    • database/factories/OfferFactory.php
      • database/seeds/DemoTableSeeder.php
View all examples

Form requests

Files in this example

  • app/Http/Requests/Project/StoreProjectRequest.php
View all examples

Multi-language

Files in this example

  • resources/lang/en.json
    • resources/lang/es.json
      • resources/views/pages/_createdGraph.blade.php
View all examples

GroupBy

Files in this example

  • app/Http/Controllers/RolesController.php
    • resources/views/roles/show.blade.php
View all examples

Constants

Files in this example

  • app/Enums/InvoiceStatus.php
    • app/Services/Invoice/GenerateInvoiceStatus.php
View all examples

We'd Love Your Feedback

Tell us what you like or what we can improve

Feel free to share anything you like or dislike about this page or the platform in general.