Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Laravel | 73,664 | 1,106 | 1,206 | 2 hours ago | 152 | July 19, 2022 | 31 | PHP | ||
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things. | ||||||||||
Framework | 29,614 | 116,342 | 10,768 | 2 hours ago | 840 | September 22, 2022 | 14 | mit | PHP | |
The Laravel Framework. | ||||||||||
Flarum | 13,991 | 1 | 17 days ago | 19 | July 13, 2022 | mit | PHP | |||
Simple forum software for building great communities. | ||||||||||
Lumen | 7,592 | 77 | 66 | 4 months ago | 22 | November 24, 2020 | PHP | |||
The Laravel Lumen Framework. | ||||||||||
Tinker | 7,172 | 47,929 | 1,174 | 2 months ago | 23 | December 07, 2021 | 1 | mit | PHP | |
Powerful REPL for the Laravel framework. | ||||||||||
Bagisto | 6,174 | 1 | 2 | 2 hours ago | 38 | September 21, 2022 | 30 | mit | PHP | |
Free and open source laravel eCommerce platform | ||||||||||
Laravel Boilerplate | 5,438 | 6 days ago | 280 | January 17, 2022 | PHP | |||||
The Laravel Boilerplate Project - https://laravel-boilerplate.com | ||||||||||
Socialite | 5,314 | 4,775 | 476 | 2 hours ago | 77 | February 01, 2022 | mit | PHP | ||
Laravel wrapper around OAuth 1 & OAuth 2 libraries. | ||||||||||
Laravel Websockets | 4,759 | 70 | 25 | 2 months ago | 62 | February 14, 2022 | 238 | mit | PHP | |
Websockets for Laravel. Done right. | ||||||||||
Telescope | 4,499 | 280 | 83 | 2 hours ago | 88 | March 03, 2022 | 1 | mit | PHP | |
An elegant debug assistant for the Laravel framework. |
This packages adds the functionality to add a lock screen in your app.
The users will be required to re-enter the password once the session has timed out due to inactivity.
You can install the package via composer:
composer require sertxudeveloper/laravel-lockscreen
Next, you should run the installation command:
php artisan lockscreen:install
Once you have installed the package, you're users will be redirected to the locked
route once the session has expired.
In the configuration file you can specify how much time the user can be inactive before locking it's account.
This package contains tests, you can run them using the following command:
composer test
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.
Copyright 2022 Sertxu Developer