PHPackages                             wbe/loginland - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. wbe/loginland

ActiveProject

wbe/loginland
=============

Login social

0.0.6(8y ago)034PHPPHP ^5.6 || ^7.0

Since Oct 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/it-wbe/loginland)[ Packagist](https://packagist.org/packages/wbe/loginland)[ RSS](/packages/wbe-loginland/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (7)Used By (0)

Laravel popup login form with service google facebook integration
=================================================================

[](#laravel-popup-login-form-with-service-google-facebook-integration)

### Install in Laravel 5.5

[](#install-in-laravel-55)

1. Create facebook google oauth connect api keys

```
You must enable the "Contacts API" and "Google+ API" via the Google API console."

in callback input

domain_name/callback/google/

google
https://console.developers.google.com

facebook
http://developers.facebook.com
```

2. add to env

```
SESSION_DOMAIN=

fb_client_id=
fb_client_secret=
fb_redirect_uri=/callback/facebook

google_client_id=
google_client_secret=
google_redirect_uri=/callback/google
```

3. Add to config/app.php:

```
'providers' => [
	Laravel\Socialite\SocialiteServiceProvider::class,
    Wbe\Loginland\LoginServiceProvider::class,

'aliases' => [
	'Socialite' => Laravel\Socialite\Facades\Socialite::class,
```

4. Add to config/service

```

	'facebook' => [
        'client_id' => env('fb_client_id'),
        'client_secret' => env('fb_client_secret'),
        'redirect' => env('fb_redirect_uri'),
    ],

    'google' => [
        'client_id'     => env('google_client_id'),
        'client_secret' => env('google_client_secret'),
        'redirect'      => env('google_redirect_uri'),
    ]
```

5. Run into console:

```
php artisan vendor:publish --provider="Wbe\Loginland\LoginServiceProvider"
php artisan migrate
composer dump-autoload

```

6. In blade you need put button:

```
Login\Register
```

```
  Edit profile
  Edit password

```

in the end of layout

```
			@guest
            @include('loginland::auth.authModal')
            @else
                @include('loginland::account.account')
                @endguest
                @yield('styles')
                @yield('scripts')
```

login register popup

```
@include('loginland::auth.authModal')
```

edit password profile popup

```
@include('loginland::account.account')
```

Migrations will create tables and fill it with default data.

```
language files
message to activate account by email

```

```
	login.activate_email_message
```

```
configuration  login
```php
1  - confirm registretion by email
0  - disable confirm
```
default 1

```

```
    'confirm_registration_email' => env('confirm_registration_email',1),
```

```
 blade for letter to activate user

```

```
   'email_registration_activate'=>'',
```

```
 blade for letter hello

```

```
   'email_registration_hello'=>'',
```

```
 user edit password blade

```

```
  'user_edit_pass'=>'',
```

```
 user edit profile blade

```

```
   'user_edit_prof'=>'',
```

```
where redirect after user activate account

```

```
	'redirect_after_activated'=>'/',
```

---

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~4 days

Total

6

Last Release

3115d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5514ede05d3a887331cc44cb0e1097d41fb36d309e7b43ceed1dbe2eaffb3710?d=identicon)[it-wbe](/maintainers/it-wbe)

---

Top Contributors

[![00rane00](https://avatars.githubusercontent.com/u/5477215?v=4)](https://github.com/00rane00 "00rane00 (19 commits)")[![it-wbe](https://avatars.githubusercontent.com/u/26791802?v=4)](https://github.com/it-wbe "it-wbe (1 commits)")

### Embed Badge

![Health badge](/badges/wbe-loginland/health.svg)

```
[![Health](https://phpackages.com/badges/wbe-loginland/health.svg)](https://phpackages.com/packages/wbe-loginland)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[socialiteproviders/manager

Easily add new or override built-in providers in Laravel Socialite.

42442.0M544](/packages/socialiteproviders-manager)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[dutchcodingcompany/filament-socialite

Social login for Filament through Laravel Socialite

213914.9k9](/packages/dutchcodingcompany-filament-socialite)[andrewdwallo/filament-companies

A comprehensive Laravel authentication and authorization system designed for Filament, focusing on multi-tenant company management.

34450.0k2](/packages/andrewdwallo-filament-companies)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
