Libraries tagged by laravel theme generator
mikailfaruqali/backup
108 Downloads
Generate on-demand MySQL database backups and download them as password-protected, AES‑256 encrypted ZIP files via a simple HTTP route.
alecgarcia/laravel-uid
9 Downloads
Create UIDs like the ones Stripe generates. These can be used on your models or on their own.
gustocoder/laravel-datatable
8 Downloads
Laravel datatable package that provides sorting, allows you to optionally add an extra column, under which you can add buttons for CRUD operations. The button creation method will automatically generate links and send the individual record id to the route name you pass to it. You can configure whether you want the records to be clickable, sortable or not. There is also pagination. Built using Laravel 11.0 but will work on most recent versions. It uses Bootstrap 5 to wrap your responsive table in a nice customizable panel
felixmuhoro/laravel-mpesa-invoices
0 Downloads
Auto-generates professional PDF invoices for M-Pesa payments and stores/emails them
telescopeai/autodebug
0 Downloads
AI-powered auto-debug & auto-fix system for Laravel. Monitors Telescope exceptions, analyzes them with AI, generates fixes, and creates GitHub PRs automatically.
awjudd/template-cache
0 Downloads
An easy way to cache parts of your views to prevent the re-generation of them
unnaki/reports
0 Downloads
ETL-style report generation/export package for Laravel 5 through 13. Generates aggregated reports (by hour/day/week/month) to CSV/Excel and stores them on any filesystem disk.
rik43/imagecache
17 Downloads
Laravel package for generating thumbnails of images and caching them in your public files folder.
gustocoder/tyfoon-seo
17 Downloads
Laravel seo package. It will help you optimize your web pages for seo. It will walk you through the creation of all necessary seo tags, often explaining to you the purpose of each tag, its format or syntax, etc as it does so. The seo elements will then be generated for you during the rendering of every view file for which there is an seo record created. Grab and paste a snippet of code in your layout/view files amd your SEO work on that view file is done.