Skip to main content

Black Friday 2025! Only until December 1st: coupon FRIDAY25 for 40% off Yearly/Lifetime membership!

Read more here

spatie/laravel-beyond-crud.com

58 stars
2 code files
View spatie/laravel-beyond-crud.com on GitHub

app/Providers/AppServiceProvider.php

Open in GitHub
use Illuminate\Support\Facades\Blade;
use Illuminate\Support\ServiceProvider;
 
class AppServiceProvider extends ServiceProvider
{
public function boot()
{
//
Blade::directive('markdown', function () {
return "<?php echo (new \League\CommonMark\CommonMarkConverter())->convertToHtml(<<<HEREDOC";
});
 
Blade::directive('endmarkdown', function () {
return "HEREDOC); ?>";
});
}
}

resources/views/front/legal/privacy.blade.php

Open in GitHub
//
@markdown
This the Laravel Beyond CRUD privacy and cookie policy. Laravel Beyond CRUD is a product of Spatie BVBA, with a registered office at Kruikstraat 22/12, 2018 Antwerp, Belgium, and registered at the CBE under number BE 0809.387.596.
 
Please read this privacy policy carefully, because it contains essential information about the processing of your data and the use of cookies by Spatie. By using the website, provided through URL [https://laravel-beyond-crud.com/](https://laravel-beyond-crud.com/); by creating a Spatie account on URL [https://spatie.be/register](https://spatie.be/register), by contacting us by email/phone, by subscribing to our newsletter, you declare that you have read this privacy policy and that you explicitly agree to its content as well as to the processing itself.
 
## 1. General terms
 
1.1. Spatie complies through this privacy policy with the Belgian Law of 30 July 2018 on the protection of individuals concerning the processing of personal data and, as well as with the European Regulation 2016/679 of 27 April 2016 on the protection of natural persons about the processing of personal data (after this: GDPR).
//
@endmarkdown
@endsection

We'd Love Your Feedback

Tell us what you like or what we can improve

Feel free to share anything you like or dislike about this page or the platform in general.