COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20211030175142/https://github.com/topics/laravel-6-package
Here are
45 public repositories
matching this topic...
🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.
MySQL Spatial Data Extension integration with Laravel.
✈️ Telegram Notifications Channel for Laravel
📊 Laravel Google Analytics Measurement Protocol Package
📨 Facebook Notifications Channel for Laravel
The most integrated web scraper package for Laravel.
Integrate paytm wallet in your laravel application easily with this package. This package uses official Paytm PHP SDK's.
Laravel translation made __('simple').
Google Adwords API for Laravel
Updated
Jun 10, 2021
JavaScript
Odnoklassniki OAuth2 Provider for Laravel Socialite
Laravel package to validate that email input is not blacklisted for a specific domain name.
Product documentation generation package for Laravel.
Simplified and ready image manipulation for Laravel through intervention image.
Laravel 6+ User Achievements system.
A two-factor authentication package for Laravel >= 8
MailRu OAuth2 Provider for Laravel Socialite
👤 Laravel Identicon Package
Laravel 6 full project with login, authentication, register, create | update | delete record through forms. Search and view the record. And implementation fo Laravel admin panel.
🔄 PHP Transmission-RPC API SDK with Laravel Support.
FreeKassa payments for Laravel
A speedy and clean Laravel Log viewer with search and pagination
Laravel Package for Telegram Bot SDK
Stackdriver Error Reporting for Laravel
Random Password Generator for Laravel 5, 6, 7 & 8.
The package will help you to upload videos to youtube with privacy parameter
💳 Laravel Cashier Fastspring is a cashier-like Laravel package which provides an interface to the Fastspring subscription and payment services.
Laravel authentication using Google Datastore
Improve this page
Add a description, image, and links to the
laravel-6-package
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
laravel-6-package
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Describe the bug
cart() helper hit database query every time.
example:
protected function getCartDetails() { return [ 'items' => cart()->items($displayCurrency = true), 'totals' => cart()->totals(), ]; }
This function will hit database multiple times.
To Reproduce
Steps to reproduce the behavior: