Download the PHP package atomjoy/webi-mini without Composer
On this page you can find all versions of the php package atomjoy/webi-mini. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download atomjoy/webi-mini
More information about atomjoy/webi-mini
Files in atomjoy/webi-mini
Download atomjoy/webi-mini
More information about atomjoy/webi-mini
Files in atomjoy/webi-mini
Vendor atomjoy
Package webi-mini
Short Description Laravel web rest api authentication library.
License MIT
Package webi-mini
Short Description Laravel web rest api authentication library.
License MIT
Please rate this library. Is it a good library?
Informations about the package webi-mini
Webi auth library
Laravel rest api authentication.
Install (Laravel 10, Php 8.1)
First set your .env variables (mysql, smtp) and then
User model
Create login page
Create activation page
Copy translations to app lang (for tests only)
Create db tables
Run application
Testing
Tests readme file location
Settings (optional)
Customize
Tables seeder
Update classes
Web API Requests
Send requests as json. Response as json: {'message', "user"}. For more go to: src/Http/Requests and src\Http\Controllers directories or to routes file routes/web.php.
/web/api/login
Method: POST
/web/api/register
Method: POST
/web/api/reset
Method: POST
/web/api/activate/{id}/{code}
Method: GET
/web/api/logout
Method: GET
/web/api/locale/{locale}
Method: GET
/web/api/csrf
Method: GET
/web/api/logged
Method: GET
/web/api/change-password
Method: POST Auth: true
/web/api/test/user, /web/api/test/worker, /web/api/test/admin
Method: GET Auth: true
All versions of webi-mini with dependencies
PHP Build Version
Package Version
The package atomjoy/webi-mini contains the following files
Loading the files please wait ....