Skip to main content

Code Examples of laravelstart/laravelstart

Discover how to use Laravel's laravelstart/laravelstart examples.

5 examples

Send email

Files in this example

  • app/Mail/NewStarterKitMail.php
    • resources/views/mail/new-kit-mail.blade.php
      • app/Console/Commands/NotifyAboutNewStarterKit.php
View all examples

Jobs

Files in this example

  • app/Jobs/SendWelcomeEmail.php
    • app/Models/Observers/UserObserver.php
      • app/Models/User.php
View all examples

Observers

Files in this example

  • app/Models/Observers/UserObserver.php
    • app/Models/User.php
View all examples

Service classes

Files in this example

  • app/Services/CreateRepository/WithGithubApi.php
    • app/Services/CreateRepository/CreateRepositoryContract.php
      • app/Providers/AppServiceProvider.php
        • app/Http/Controllers/Projects/StoreController.php
View all examples

API resources

Files in this example

  • app/Http/Resources/StarterKitResource.php
    • app/Http/Resources/UserResource.php
      • app/Http/Controllers/Kits/Show/PageController.php
View all examples