Skip to main content

Code Examples of familytree365/backend

Discover how to use Laravel's familytree365/backend examples.

14 examples

Helpers

Files in this example

  • app/Helpers/helpers.php
    • app/Http/Controllers/DnaController.php
      • composer.json
View all examples

Queues

Files in this example

  • app/Jobs/DnaMatching.php
    • app/Http/Controllers/DnaController.php
View all examples

Spatie/laravel-multitenancy

Files in this example

  • composer.json
    • app/Listeners/TenantAuthenticated.php
      • app/Listeners/TenantLogout.php
View all examples

Spatie/laravel-permission

Files in this example

  • composer.json
    • app/Models/User.php
      • app/Http/Controllers/RegisterController.php
View all examples

Notifications

Files in this example

  • app/Notifications/SubscribeSuccessfully.php
    • app/Http/Controllers/StripeController.php
View all examples

Collection Methods: Each

Files in this example

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

Collection Methods: First

Files in this example

  • tests/Feature/ApiAuth/LoginTest.php
View all examples

Auth sanctum

Files in this example

  • composer.json
    • app/Http/Kernel.php
      • app/Http/Controllers/LoginController.php
        • app/Models/User.php
          • routes/api.php
            • app/Http/Controllers/RoleController.php
View all examples

Vue.js

Files in this example

  • app/Http/Controllers/CompanyController.php
    • pages/company/create.vue
      • routes/api.php
View all examples

Pivot tables Many-to-many BelongsToMany

Files in this example

  • app/Models/User.php
    • database/migrations/landlord/2021_05_30_082351_create_chat_members_table.php
View all examples

Stripe payments

Files in this example

  • app/Http/Controllers/StripeController.php
    • composer.json
      • config/services.php
        • composer.json
          • app/Models/User.php
            • routes/api.php
              • app/Http/Controllers/StripeController.php
View all examples

Paypal

Files in this example

  • composer.json
    • config/paypal.php
      • routes/api.php
        • app/Http/Controllers/PayPalPaymentController.php
View all examples

Casting

Files in this example

  • app/Models/Author.php
    • app/Http/Controllers/AuthorController.php
View all examples