Download the PHP package iag/blank-auth without Composer
On this page you can find all versions of the php package iag/blank-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download iag/blank-auth
More information about iag/blank-auth
Files in iag/blank-auth
Package blank-auth
Short Description Laravel authentication views
License MIT
Homepage https://github.com/IAndreaGiuseppe/blank-auth
Informations about the package blank-auth
Blank Authentication Views for Laravel
This package gives you a blank starting point for your authentication views.
v2.0 supports Laravel ^7.0
Beside the most common laravel/ui package blank-auth
gives you only the general blank starting point, without any preset, of the common authentication views.
Setup
- Require the package with Composer
or inside your composer.json:
-
Once the
iag/blank-auth
package has been installed, you MUST install the frontend views using the Install Artisan command: -
Go to your
../resources/views
folder and style or modify the auth views as your needs. -
Open the auth routes on
routes/web.php
using theAuth::routes();
function. - If you wish to use the
account
landing page, remember to open the route:
or simply:
Integration with laravel/ui
This package can be easily integrate with laravel/ui
. Use iag/blank-auth
to scaffold a blank, solid and semantic structure for your auth process and use laravel/ui
to manage the entire auth process.
-
You can require
laravel/ui
package: -
Integrates only controllers:
- Path customization
You can customize the post-authentication redirect path using the HOME
constant defined in your RouteServiceProvider
:
Extras
This package gives you a solid HTML5 semantic for the following views:
- a layout and navbar preset,
- a blank account index views,
- all Laravel auth views.