Download the PHP package larasnap/laravel-auth-ui without Composer
On this page you can find all versions of the php package larasnap/laravel-auth-ui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-auth-ui
LaraSnap Auth UI
Note
We recommend installing this package on a project that you are starting from scratch, otherwise your project's design might break.
Installation
After initializing a fresh instance of Laravel (and making all the necessary configurations), install the auth UI using by below steps
- Open your Terminal &
Cd
to your Laravel app - Type in your terminal:
composer require laravel/ui
andphp artisan ui vue --auth
- Install this auth UI via
composer require larasnap/laravel-auth-ui
. No need to register the service provider. Laravel 5.5 & up can auto detect the package. - Run
php artisan ui larasnap-auth-ui
command to install the auth UI. This will install all the necessary assets and also the custom auth views. - In your terminal run
composer dump-autoload
.
To preset the admin dashboard, use larasnap/laravel-admin
composer package. Admin Dashboard Documentation https://karthicksivakumar191194.github.io/larasnap/
Screen shots
All versions of laravel-auth-ui with dependencies
PHP Build Version
Package Version
No informations.
The package larasnap/laravel-auth-ui contains the following files
Loading the files please wait ....