mardi 12 mars 2019

Implement a new login template in Laravel

I downloaded a bootstrap template for my login Laravel form but it does no more redirect me to the home page. Can someone help me implement the old PHP login code to the new one? I tried but it didn't work. I am new and I can't find out whats wrong

this is the new one:

<body style="background-color: #666666;">

<div class="limiter">
    <div class="container-login100">
        <div class="wrap-login100">
            <form class="login100-form validate-form" method="POST" action="">
                
                                        <span class="login100-form-title p-b-43">
                                                Login to continue
                                        </span>


                <div class="wrap-input100 validate-input" data-validate = "Valid email is required: ex@abc.xyz">
                    <input class="input100" id="email" type="text" name="email">
                    <span class="focus-input100"></span>
                    <span class="label-input100">Email</span>
                </div>


                <div class="wrap-input100 validate-input" data-validate="Password is required">
                    <input class="input100"  id="password" type="password" name="pass">
                    <span class="focus-input100"></span>
                    <span class="label-input100">Password</span>
                </div>

                <div class="flex-sb-m w-full p-t-3 p-b-32">
                    <div class="contact100-form-checkbox">
                        <input class="input-checkbox100" id="ckb1" type="checkbox" name="remember-me">
                        <label class="label-checkbox100" for="ckb1">
                            Remember me
                        </label>
                    </div>

                    <div>
                        <a href="#" class="txt1">
                            Forgot Password?
                        </a>
                    </div>
                </div>


                <div class="container-login100-form-btn">
                    <button class="login100-form-btn">
                        Login
                    </button>
                </div>



            </form>

            <div class="login100-more" style="background-image: url('images/login.jpg');">
            </div>
        </div>
    </div>
</div>


from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2u2SUjO
via IFTTT

Aucun commentaire:

Enregistrer un commentaire