https://github.com/tooinfinity/breeze-auth-module
https://github.com/tooinfinity/breeze-auth-module
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tooinfinity/breeze-auth-module
- Owner: tooinfinity
- Created: 2024-07-29T10:50:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T14:17:46.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T23:05:15.484Z (over 1 year ago)
- Language: PHP
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# breeze-auth-module
to install this package run
```
composer require tooinfinity/auth-module:dev-main --dev
```
after that run this commands
```
php artisan vendor:publish --provider="Nwidart\Modules\LaravelModulesServiceProvider"
```
```
composer dump-autoload
```
```
php artisan module:make Auth
```
```
php artisan module:make-model User Auth
```
to create auth API run this
```
php artisan Auth-module:install module-api
```
to create auth blade run this
```
php artisan Auth-module:install
```