This is my package laravel-ads-post-parser
the-3labs-team/laravel-ads-post-parser is a Laravel package for this is my package laravel-ads-post-parser.
It currently has 2 GitHub stars and 95 downloads on Packagist (latest version v5.0.5).
Install it with composer require the-3labs-team/laravel-ads-post-parser.
Discover more Laravel packages by the-3labs-team
or browse all Laravel packages to compare alternatives.
Last updated
Laravel ADS Post Parser is a powerful and flexible package that revolutionizes the way you integrate advertisements into your Laravel-powered content. Whether you're running a blog, news site, or any content-rich platform, this package offers a seamless solution to boost your revenue without compromising user experience.

With a simple setup process and intuitive API, you can start monetizing your content in minutes. The Laravel ADS Post Parser seamlessly integrates with your existing Laravel projects, providing a robust foundation for your advertising strategy.
Transform your content into a revenue-generating powerhouse with Laravel ADS Post Parser – where intelligent ad insertion meets effortless implementation.
You can install the package via composer.json:
composer require the-3labs-team/laravel-ads-post-parser
You can publish the config file with:
php artisan vendor:publish --tag="laravel-ads-post-parser-config"
You can publish the views using
php artisan vendor:publish --tag="laravel-ads-post-parser-views"
First, add your ADS content in one of /resources/views/adsX.blade.php file.
Then, use the AdsPostParser class to append advertising to your post:
$parsedContent = (new AdsPostParser($content))->appendAdvertising();
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.