Package Data | |
---|---|
Maintainer Username: | mjfavaro |
Maintainer Contact: | mjfavaro@gmail.com (Maurício J. Fávaro) |
Package Create Date: | 2015-02-10 |
Package Last Update: | 2016-09-24 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-18 03:04:55 |
Package Statistics | |
---|---|
Total Downloads: | 9 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
composer require --dev "mjfavaro/fake:dev-master"
Adicione o Service Provider
"Mjfavaro\Fake\FakeServiceProvider"
Adicione o Aliás
"Fake" => \Mjfavaro\Fake\Support\Facade\Fake::class
Temos no momento apenas um comando de teste. Insira no seu arquivo de rotas:
\Mjfavaro\Fake\Fake::helloWorld();
app()->make('fake')->helloWorld();
app('fake')->helloWorld();
Fake::helloWorld(); // Facade