PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Simple Laravel 5 Authentication

Created on April 19th, 2015

Laravel 5 makes it super easy to get up and running with a full authentication system so that way you can spend time on building the core of your application instead of having to worry about logging in users, registering users, and password resets. With Laravel 5 you can create a full authentication system in 3 simple steps. Check them out below:

  1. Create a new laravel application.
  2. Create the database and add your database credentials in the .env file.
  3. Finally run 'php artisan migrate' to migrate the database tables
  4. And there you go! It's just that easy to get started with your new web project with authentication pre-built for you.

And there you go! It's just that easy to get started with your new web project with authentication pre-built for you.

Links

Laravel Authentication Docs - http://laravel.com/docs/5.0/authentication

Comments (0)

loading comments