Download the PHP package codelabmw/suave without Composer
On this page you can find all versions of the php package codelabmw/suave. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codelabmw/suave
More information about codelabmw/suave
Files in codelabmw/suave
Package suave
Short Description A Laravel package that scaffolds API authentication for both token & session based authentication using laravel/sanctum.
License MIT
Homepage https://github.com/codelabmw/suave
Informations about the package suave
A Laravel package that scaffolds API authentication for both token & session based authentication using laravel/sanctum
. It uses verification codes for email verification and temporary passwords for forgot password instead of redirecting users to frontend.
Installation
Requires PHP ^8.3
You can install the package via composer:
Usage
After package installation, run the following artisan command to scaffold API.
This will install Sanctum and copy necessary files for api routing. You are allowed to edit any of these files to customize the behavior suitable for your application however the default state is adequate for most applications. Copied files includes:
- [x] Routes
- [x] Contracts
- [x] Controllers
- [x] Middlewares
- [x] Models
- [x] Notifications
- [x] Events
- [x] Listeners
- [x] Traits
- [x] Tests
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- Chikondi Kamwendo
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of suave with dependencies
codelabmw/statuses Version ^1.0
codelabmw/testament Version ^1.0
illuminate/contracts Version ^10.0||^11.0
illuminate/filesystem Version *
illuminate/support Version *
laravel/prompts Version ^0.3.2
spatie/laravel-package-tools Version ^1.16
symfony/console Version ^7.2