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.

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.