devinci-it/login-core

Essential features for Laravel applications, including a standard login and registration system.

Installs: 66

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 1

Language:CSS

pkg:composer/devinci-it/login-core

v1.3.6 2024-04-11 09:49 UTC

README

Laravel Login Core is a Laravel package designed to streamline the integration of standard login and registration systems into Laravel applications. Whether you're a novice or an experienced developer, this package aims to simplify the setup process, allowing you to focus on building your application's core features.

Installation

To install the package, use Composer:

composer require devinci-it/login-core

Once installed, run the following Artisan command to set up the login and registration system:

php artisan login:setup

This command will publish necessary files and load routes for the login and registration system.

Demo

registerscreenshot

Features

  • Standard login and registration system.
  • Essential service providers for seamless integration.
  • Essential controllers: DashboardController and UserAccessControl.
  • Essential models: User.
  • Essential repositories: BaseRepository and UserRepository.
  • Essential requests: LoginRequest and RegistrationRequest.
  • Pre-built views for the login and registration system.

Usage

After installation, integrate the login and registration system into your Laravel application as needed.

Contributing

Contributions are welcome! If you have suggestions for improvements or would like to contribute code, please open an issue or create a pull request on our GitHub repository.

License

This project is licensed under the MIT license.