Coder Social home page Coder Social logo

requisition-lib's Introduction

Nisimpo Auth Package

Total Downloads Latest Stable Version License

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:

composer require nisimpo/auth:dev-main

Once the nisimpo/auth package has been installed, you may install the frontend scaffolding using the ui Artisan command:

// Generate login / registration scaffolding...
php artisan ui bootstrap --auth

Setup the database of your choice in .env file

// Run migration and seeder to get started
php artisan migrate:fresh --seed

Your good to go start app by using the following credentials

[user]: [email protected]
password: password

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

"repositories": {
  "dev-package": {
    "type": "path",
    "url": "/Users/bizytech/Herd/auth",
    "options": {
      "symlink": true
    }
  }
}

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.

requisition-lib's People

Contributors

mwanjoge avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.