setebit/setebit-package

This package is abandoned and no longer maintained. No replacement package was suggested.

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Installs: 3 046

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/setebit/setebit-package

v2.0.1 2024-08-22 18:29 UTC

README

Installation

You can install the package via composer:

composer require setebit/setebit-package

Usage

Route::middleware('auth-data')->get('/data', function () {
    return view('data');
});

License

The MIT License (MIT). Please see License File for more information.