Git Product home page Git Product logo

laravel-registration-system's Introduction

User Registration System

Description

This project is a user registration system developed using Laravel. It allows users to register by providing personal details and validates the input data both client-side and server-side. Additionally, it sends an automatic email notification upon successful registration. The system also supports multiple languages using Laravel's multi-language feature.

Features

  1. User Registration Form: Allows users to register by providing personal details.
  2. Client-side Validation: Ensures all form fields are mandatory and have correct data types.
  3. Server-side Validation: Checks if the username is not already registered before allowing submission.
  4. Automatic Email Notification: Sends an email notification titled "New registered user" upon successful registration.
  5. Multi-language Support: Supports English and Arabic languages for the registration form and website content.
  6. Header and Footer: Includes a custom header and footer design in the registration webpage.
  7. IMDb API Integration: Allows users to check actors born on the same day as their birthdate.

Installation

  1. Clone the repository:

    git clone https://github.com/your/repository.git
  2. Install dependencies:

    composer install
  3. Copy .env.example to .env and configure your environment variables:

    cp .env.example .env
  4. Generate application key:

    php artisan key:generate
  5. Set up your database in the .env file:

    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=laravelregisterdb
    DB_USERNAME=root
    DB_PASSWORD=
  6. Migrate the database:

    php artisan migrate
  7. Run the server:

    php artisan serve

laravel-registration-system's People

Contributors

saratamer avatar farah2543 avatar hodatouny avatar shefaabi avatar mayahesham avatar

Watchers

 avatar

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.