Skip to content

Yiannistaos/dokimes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yiannis Christodoulou - Laravel Dokimes

This repo is just for my laravel tests.

INSTALLATION

STEP 1

composer require yiannis/dokimes --prefer-stable

STEP 2

Add the following to app/config/app.php

'providers' => [
    ...
    Yiannis\Dokimes\TestServiceProvider::class,  
    ...
]

and

'aliases' => [
    ...
    'SayHello' => Yiannis\Dokimes\SayHello::class,
    ...
]

STEP 3

php artisan vendor:publish --provider="Yiannis\Dokimes\TestServiceProvider"

HOW TO USE

@php
    echo SayHello::world()
@endphp

SUPPORT

Feel free to contact me at [email protected] if you have any questions or need any help with installation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published