Laravel Tools

reCAPTCHA for Laravel

Currently active and the most popular package to add reCAPTCHA form in your Laravel application. Check on this quick guide on how to set this up. Easily render the reCAPTCHA on the front-end with this blade code. {!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} ...

Spatie Slug Generator

Spatie Laravel Sluggable is a package for Laravel that generates unique slugs for Eloquent models. A slug is a simplified version of a string, typically used in URLs to create more readable and SEO-friendly links. This package ensures that the slugs are unique, cus ...

© 2024 Talldevelopers.com, All rights reserved.