Code Monkey home page Code Monkey logo

fence's Introduction

Logo Breeze

Total Downloads Latest Stable Version License

Introduction

Fence is a package for authentication views using Laravel fortify package! It using tailwind css!

Hey, Make you sure you do not include fence into your existing app. Please add fence in your new laravel project.

Install

laravel new app

Next, you will need to install the fortify package, it's required.

composer require laravel/fortify

Next, publish Fortify's resources using the vendor:publish command:

php artisan vendor:publish --provider="Laravel\Fortify\FortifyServiceProvider"

Next, you will need to register FortifyServiceProvider in the config/app.php. Open that file, and add this one line of code.

'providers' => [
    // ...
    App\Providers\FortifyServiceProvider::class,
],

After that, we can start by installing the fence package like so:

composer require irsyadadl/fence --dev

When it's done, we can continue to install that boilerplate like this.

php artisan fence:install

And you're done, things you need to do next is configure your database connection so that you can run php artisan migrate.

Project supported by

fence's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

teamparsinta

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.