inovector/mixpost-auth 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

inovector/mixpost-auth

Composer 安装命令:

composer require inovector/mixpost-auth

包简介

Mixpost's authentication feature

README 文档

README

Logo Mixpost

Latest Version on Packagist GitHub Tests Action Status Total Downloads

Introduction

Mixpost Auth provides a login page for the Mixpost package. If you already have user management, do not install this package. Install only if you don't have one.

Join our community:

Requirements

  • Laravel Framework [^10.47, ^11.0]
  • PHP 8.2 or higher
  • Database (eg: MySQL, PostgresSQL, SQLite)

Installation

You may use Composer to install Mixpost Auth into your new Laravel project:

composer require inovector/mixpost-auth

After installing the Mixpost Auth package, you may execute:

php artisan vendor:publish --tag=mixpost-auth-assets

You can publish the config file with:

php artisan vendor:publish --tag=mixpost-auth-config

This is the contents of the published config file:

return [
    /*
     * After login will redirect to this url.
     */
    'redirect_to_url' => '/mixpost',

    /*
     * The model you want to use as a User model.
     */
    'model_user' => \Inovector\MixpostAuth\Models\User::class
];

Create a new user

To create a new user, you can run this command: php artisan mixpost-auth:create and follow the instructions.

Delete a user

To delete a user, you can run this command: php artisan mixpost-auth:delete example@mail.com.

Change user password

To change user password, you can run this command: mixpost-auth:password example@mail.com and follow the instructions.

Visit

After performing all these steps, you should be able to visit the Login page at /mixpost/login.

Testing

composer test

Changelog

Please see Releases for more information what has changed recently.

Contributing

By participating in this project you agree to these conditions 👇

Please note that this project is a commercial product, and this repository is the lite version of Mixpost Pro. We work hard to offer the community the best free social media manager solution and please read this section carefully.

If you want to add a feature, it's better to open an issue before you start coding. It is important for us that features from the Lite version do not correlate with features from the Mixpost Pro. PRs with optimizations, bug fixes are welcome.

Please, be very clear on your commit messages and pull requests, empty pull request messages may be rejected.

When contributing code to Mixpost Auth, you must follow the PSR-12 Coding Standard. The golden rule is: Imitate the existing Mixpost Auth code.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

Mixpost Auth is licensed under the MIT License, sponsored and supported by Inovector.

统计信息

  • 总下载量: 3.85k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-03-02

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固