Download the PHP package nisimpo/auth without Composer
On this page you can find all versions of the php package nisimpo/auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package auth
Nisimpo Auth Package
Introduction
This package does provide a basic starting point using Bootstrap, React, and / or Vue that will be helpful for many applications. By default, Laravel uses NPM to install both of these frontend packages.
This legacy package is a very simple authentication scaffolding built on the Bootstrap CSS framework. While it continues to work with the latest version of Laravel, you should consider using Laravel Breeze for new projects. Or, for something more robust, consider Laravel Jetstream.
Official Documentation
Supported Versions
Only the latest major version of Laravel UI receives bug fixes. The table below lists compatible Laravel versions:
Version | Laravel Version |
---|---|
1.x | 5.8, 6.x |
2.x | 7.x |
3.x | 8.x, 9.x |
4.x | 9.x, 10.x, 11.x |
Installation
The Bootstrap and Vue scaffolding provided by Nisimpo is located in the nisimpo/auth
Composer package, which may be installed in your new laravel app using Composer:
Once the nisimpo/auth
package has been installed, you may install the frontend scaffolding using the ui
Artisan command:
Setup the database of your choice in .env file
Your good to go start app by using the following credentials
Integrating with the package direct from vendor on development
This is when your doing development in this package and you need to test you code from package. You dont need this if your using the package
Add this to you composer.json
file of a new laravel application to test your package development directly
On the url replace the /Users/bizytech/Herd/auth
with the complete path of your package directory
License
Nisimpo AUTH is open-sourced software licensed under the MIT license.
All versions of auth with dependencies
illuminate/console Version ^9.21|^10.0|^11.0
illuminate/filesystem Version ^9.21|^10.0|^11.0
illuminate/support Version *
illuminate/validation Version ^9.21|^10.0|^11.0
spatie/laravel-permission Version ^6.4
symfony/console Version ^6.0|^7.0