Secure Bird is a secure data-sharing system that enables you to share sensitive information instantly.
- 🔓 No Login Required
- 🗃️ Supports Media (images, videos, etc.)
- 🔐 Offers Various Types of Security Constraints:
- 🔑 Password Protection
- 📅 Expiration Date
- 🔢 Visit Limits
- 📧 Status Notifications Sent to the Owner via Email (when a reference email address is provided).
- PHP >= 8.1
- Queue Connection (sync not working)
- Broadcasting
- Mail Driver (when reference email field is provided)
- Clone the repository.
- Run
composer install
command - Create .env file and copy contents of .env.example to it.
- Run
php artisan key:generate
command to generate application key. - Setup required drivers.
- Build assets
npm run build
ornpm run dev