All Projects → lubusIN → laravel-email-verification-app-boilerplate

lubusIN / laravel-email-verification-app-boilerplate

Licence: other
Laravel app boilerplate with email verification process on registration

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to laravel-email-verification-app-boilerplate

Yii2 Angular Boilerplate
Yii2 REST API + Angular10 Boilerplate (Frontend/Backend)
Stars: ✭ 194 (+373.17%)
Mutual labels:  registration
reacher-js
TypeScript wrapper library over Reacher API
Stars: ✭ 24 (-41.46%)
Mutual labels:  email-verification
Bee-Connect
Ruby on Rails App. A good example of how to build social networking system with live chat support, blogging,groups etc.
Stars: ✭ 30 (-26.83%)
Mutual labels:  registration
Registration Login Spring Hsql
Registration and Login Example with Spring Security, Spring Boot, Spring Data JPA, HSQL, JSP
Stars: ✭ 208 (+407.32%)
Mutual labels:  registration
Laravel Auth
Laravel 8 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. Uses offical [Bootstrap 4](http://getbootstrap.com). This also makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. The project can be stood u…
Stars: ✭ 2,692 (+6465.85%)
Mutual labels:  registration
registration
✏️ Hackathon registration server
Stars: ✭ 60 (+46.34%)
Mutual labels:  registration
Relay Authentication
An example app demonstrating role based authentication and file upload with Relay and GraphQL.
Stars: ✭ 153 (+273.17%)
Mutual labels:  registration
combining3Dmorphablemodels
Project Page of Combining 3D Morphable Models: A Large scale Face-and-Head Model - [CVPR 2019]
Stars: ✭ 80 (+95.12%)
Mutual labels:  registration
Django Rest Registration
User-related REST API based on the awesome Django REST Framework
Stars: ✭ 240 (+485.37%)
Mutual labels:  registration
napari-hub
Discover, install, and share napari plugins
Stars: ✭ 44 (+7.32%)
Mutual labels:  registration
Deepglobalregistration
[CVPR 2020 Oral] A differentiable framework for 3D registration
Stars: ✭ 222 (+441.46%)
Mutual labels:  registration
Cupoch
Robotics with GPU computing
Stars: ✭ 225 (+448.78%)
Mutual labels:  registration
icra20-hand-object-pose
[ICRA 2020] Robust, Occlusion-aware Pose Estimation for Objects Grasped by Adaptive Hands
Stars: ✭ 42 (+2.44%)
Mutual labels:  registration
Django Graphql Auth
Django registration and authentication with GraphQL.
Stars: ✭ 200 (+387.8%)
Mutual labels:  registration
laravel-email-domain-rule
A package to validate email domains in a user registration form
Stars: ✭ 60 (+46.34%)
Mutual labels:  registration
3d Pointcloud
Papers and Datasets about Point Cloud.
Stars: ✭ 179 (+336.59%)
Mutual labels:  registration
maks
Motion Averaging
Stars: ✭ 52 (+26.83%)
Mutual labels:  registration
BRAINSTools
A suite of tools for medical image processing focused on brain analysis
Stars: ✭ 94 (+129.27%)
Mutual labels:  registration
Non-rigid-ICP
Non-rigid iterative closest point, nricp.
Stars: ✭ 66 (+60.98%)
Mutual labels:  registration
djaodjin-signup
Django app for frictionless signup
Stars: ✭ 18 (-56.1%)
Mutual labels:  registration

The default master branch is for Laravel 5.4 , for Laravel 5.3 boilerplate switch to the v5.3 branch

Laravel app boilerplate with email verification on registration

Every time we at LUBUS start a laravel project , we need to re-implement this process of adding email verification in the project every time , so created this boilerplate out of personal needs. How we achieved this can be read here at our blog

Installation

  • Clone the repo using git clone https://github.com/lubusIN/laravel-email-verification-app-boilerplate.git myApp
  • cd myApp
  • Run composer install
  • If you already have a fresh install of laravel, make sure to run php artisan make:auth at the start
  • Create the .env file from .env.example file & configure the following: App key, Database credentials, Mail driver
  • Run php artisan key:generate
  • Run php artisan migrate
  • That's it , you are done!

We advise you to read the blog mentioned above to understand what's going on here exactly. If you have any questions or suggestions , drop a comment on the blog or create an issue here , would be happy to help , or just come say hi :-)

About LUBUS

LUBUS is a web design agency based in Mumbai, India.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].