Libraries tagged by Laravel Https
markohs/forcehttps
43 Downloads
Simple Laravel Middleware to force HTTPS connections
tje3d/html-minify
88 Downloads
Minifies the HTML output of Laravel 5 applications (Originally from https://github.com/fitztrev/laravel-html-minify)
scottzirkel/cacher-the-friendly-cache
6 Downloads
Russian Doll Caching for Laravel from the [Laracasts tutorial](https://laracasts.com/series/russian-doll-caching-in-laravel)
nicko170/laracash-nova-field
2063 Downloads
A Laravel Nova field for Laracash (https://github.com/andriichuk/laracash)
nemesis/laragis
116 Downloads
A geospatial library and set of utilities for Laravel. This is fork from https://github.com/ralphschindler/laragis
dharuna/lara-termii
9 Downloads
A Laravel Package for Termii SMS - https://www.termii.com
ckailash/twitter-app-only-auth
49 Downloads
Twitter Application Only Auth API for Laravel, which is documented here: https://dev.twitter.com/oauth/application-only. With Application-only authentication you don’t have the context of an authenticated user and this means that any request to API for endpoints that require user context, such as posting tweets, will not work. However, it comes with a higher API rate limit
laranex/installer
30 Downloads
Laravel Starter Kit installer from https://github.com/laranex
soinalastudio/voyager
3 Downloads
A Laravel Admin Package forked from abandonned https://github.com/thedevdojo/voyager to make your life easier and steer your project in the right direction
quankim/dynamodb
14 Downloads
DynamoDb wrapper for your Laravel model and helpers => fork from https://github.com/baopham/laravel-dynamodb
dhanangpratama/user-module
1 Downloads
User module for laravel modules. Build on top of https://github.com/nWidart/laravel-modules
dhanangpratama/auth-module
2 Downloads
User module for laravel modules. Build on top of https://github.com/nWidart/laravel-modules
bakraj/mongodb
120 Downloads
adding passport support to https://github.com/jenssegers/laravel-mongodb using passport part in https://github.com/moloquent
venpath/odbc-driver
26326 Downloads
Laravel 5.1 ODBC Driver. Forked from: https://github.com/garylocke/odbc-driver
jamessiebert/socialite-cognito
5 Downloads
Allow oauth connections from AWS Cognito to Laravel Socialite. This allows laravel to log users in from your cognito user pool. Based on https://socialiteproviders.com/Laravel-Passport, the code closely follows this structure so its not too hard to change to a Laravel Passport identity provider.