jatin/sample

This is my first laravel sample package

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Type:laravel

dev-master 2017-06-29 06:03 UTC

This package is not auto-updated.

Last update: 2024-05-03 20:26:09 UTC


README

Installation process 1 . In config/app.php add Provider 'Jatin\Sample\SampleServiceProvider::class' and aliases 'Sample' => Jatin\Sample\Facades\Sample::class,