Popularity
4.9
Growing
Activity
7.7
-
776
24
116

Programming language: PHP
License: MIT License
Tags: Automation     Analytics     Laravel     Self-hosted     Social Networks and Forums     Scheduling     Marketing     Open Source    

Mixpost alternatives and similar software solutions

Based on the "Analytics" category.
Alternatively, view Mixpost alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Mixpost or a related project?

Add another 'Analytics' Software solution

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Introduction

Mixpost is a Laravel marketing platform for social networks.

Installation

You can install the package via composer:

composer require lao9s/mixpost

You can publish and run the migrations with:

php artisan vendor:publish --tag="mixpost-migrations"
php artisan migrate

You can publish the config file with:

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

This is the contents of the published config file:

return [
];

Publish the assets:

php artisan mixpost:publish-assets

Visit the UI

After performing all these steps, you should be able to visit the Mixpost UI at /mixpost.

Testing

composer test

Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.


*Note that all licence references and agreements mentioned in the Mixpost README section above are relevant to that project's source code only.