Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.83 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.83 KB

Laravel - Login, Registration, Email Verification

Build Status Scrutinizer Code Quality Code Intelligence Status

A simple Laravel 5.6 application template to start with. It implements basic features like:

  • User Registration
  • Email Account Verification
  • User Login
  • Captcha secured forms
  • Password Reset

Pre Requisites

Composer -> Latest Version
Laravel -> v5.6

Installation

Update your composer installation with composer global self-update.
Update your packages with composer update or install with composer install.

In Windows, you'll need to include the GD2 DLL php_gd2.dll in php.ini. And you also need include php_fileinfo.dll and php_mbstring.dll to fit the requirements of mews/captcha's dependencies.

After composer and dependencies/packages installation, copy the .env file cp .env.example .env.
Generate the unique application key php artisan key:generate.

** Issues

  1. Create a folder named views at storage/framework/.

Running

Run the application using the command php artisan serve.
Server is started by default at http://localhost:8000.

Links