Download the PHP package chamikasamaraweera/laravel-adminlte-auth without Composer

On this page you can find all versions of the php package chamikasamaraweera/laravel-adminlte-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-adminlte-auth

Laravel AdminLTE Auth

Latest Version on Packagist PHP Version Laravel Downloads Stars

AdminLTE Bootstrap 5 Auth UI scaffolding for Laravel.

Scaffold beautiful, production-ready authentication views powered by AdminLTE 4 and Bootstrap 5 with a single Artisan command — just like php artisan ui bootstrap --auth.


Features


Requirements

Dependency Version
PHP ^8.2
Laravel ^11.0 | ^12.0 | ^13.0
laravel/ui ^4.x

Installation

Step 1 — Install the package via Composer:

Step 2 — Install laravel/ui (if not already installed):

php artisan ui:auth generates the auth controllers and routes. This package replaces the views only.

Step 3 — Scaffold the AdminLTE auth views:

Step 4 — Make sure your auth routes include verification support:


Published Views

Running php artisan ui:adminlte --auth publishes the following files into resources/views/:


Artisan Commands

php artisan ui:adminlte --auth

Publishes all auth views and the base layout.

php artisan ui:adminlte --views

Publishes views only (same as --auth currently — useful for re-publishing after updates).

If a view file already exists, the command will ask for confirmation before overwriting it.


Assets

The published layout (layouts/auth.blade.php) loads all assets from CDN — no npm install required:

Asset Version Source
Bootstrap 5.3.3 jsDelivr CDN
AdminLTE 4.0.0-beta3 jsDelivr CDN
Font Awesome 6.5.0 cdnjs CDN
Source Sans Pro Google Fonts

To use local assets instead, edit resources/views/layouts/auth.blade.php after publishing and replace the CDN links with your Vite/Mix compiled assets.


Customization

All views are published into your application's resources/views/ directory, so you own them completely. Edit any file as needed — changes will not be overwritten unless you re-run the command and confirm the overwrite prompt.

Changing the card accent color

Each view uses an AdminLTE card outline class:

View Card class
Login card-outline card-primary
Register card-outline card-primary
Forgot Password card-outline card-warning
Reset Password card-outline card-primary
Email Verify card-outline card-success

Change card-primary to any Bootstrap color (card-danger, card-dark, etc.).

Adding a logo image

In layouts/auth.blade.php or any individual view, replace the text logo:


Screenshot

Login, Register, and Forgot Password views styled with AdminLTE 4 card-outline design.

Login

Register

Reset Password


Changelog

See CHANGELOG.md for a full history of changes.


Contributing

Contributions are welcome! Please read CONTRIBUTING.md before submitting a pull request.


Security

If you discover a security vulnerability, please follow the process outlined in SECURITY.md. Do not open a public issue.


License

The MIT License (MIT). See LICENSE for details.


Credits


All versions of laravel-adminlte-auth with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
laravel/framework Version ^11.0|^12.0|^13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package chamikasamaraweera/laravel-adminlte-auth contains the following files

Loading the files please wait ...