Download the PHP package shawnsandy/extras without Composer
On this page you can find all versions of the php package shawnsandy/extras. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package extras
Laravel Extras (Beta)
Extras is small Laravel package that contains some basic components (functions) that are usually required for most apps but are not necessarily included in the base Laravel install.
- Social Login
- Messaging (mail)
- Maps (google)
- Glide for Dynamic images
- Components (login, register, alerts, contact...)
Coming Soon
- Toastr alerts
- Notifications
- Push notifications
- Backups
Read the docs
Install
Via Composer
Laravel 5.4 and below
Required packages
Open config\app.php
and add the following
- Providers array
The Laravel discover package feature or the Extras service provider auto loads the required providers / Facade for the following package in one go.
- 'davestewart\sketchpad\SketchpadServiceProvider'
- 'Collective\Remote\RemoteServiceProvider'
- 'Collective\Html\HtmlServiceProvider'
- 'Mews\Purifier\PurifierServiceProvider'
- 'Thujohn\Twitter\TwitterServiceProvider'
- 'Brotzka\DotenvEditor\DotenvEditorServiceProvider'
- 'Laravel\Socialite\SocialiteServiceProvider'
- ...
or load them on you lonesome :(
-
Aliases array
Routes
``
Usage
Custom Error Pages
GMAPS (google maps) component
Socialite SignIn
Laravel login component displays a login form
Dynamic Images with Glide
Output the full path to your image <img src="path/to/image?w=400 ?>
__SVG ICONS___
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Shawn Sandy
- [All Contributors][link-contributors]
License
The MIT License (MIT). Please see License File for more information.
All versions of extras with dependencies
abraham/twitteroauth Version ^0.7.2
albertcht/invisible-recaptcha Version ^1.4
barryvdh/laravel-debugbar Version ^2.3
barryvdh/laravel-ide-helper Version ^2.3
brotzka/laravel-dotenv-editor Version ^2.0
doctrine/dbal Version ^2.5
greggilbert/recaptcha Version ^2.2
illuminate/contracts Version ~5.5.0|~5.4
illuminate/http Version ~5.5.0|~5.4
illuminate/support Version ~5.5.0|~5.4
laracasts/flash Version ^2.0
laracasts/generators Version ^1.1
laracasts/utilities Version ^2.1
laravel/socialite Version ^3.0
laravelcollective/html Version ^5.4.0||^5.3.1
laravelcollective/remote Version ^5.4.0||^5.3.1
league/glide-laravel Version ^1.0
mews/purifier Version ^2.0
plank/laravel-mediable Version ^2.4
rap2hpoutre/laravel-log-viewer Version ^0.9.0
spatie/laravel-collection-macros Version ^2.3
thujohn/twitter Version ^2.2
zondicons/blade-bridge Version ^0.1.3