Git Product home page Git Product logo

mixpost-auth's Introduction


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 [^9.0, ^10.0]
  • PHP 8.1 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 [email protected].

Change user password

To change user password, you can run this command: mixpost-auth:password [email protected] 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.

mixpost-auth's People

Contributors

lao9s avatar

Stargazers

Viorel-Cosmin Miron avatar

Watchers

 avatar Viorel-Cosmin Miron avatar  avatar

Forkers

dollardrops

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.