hasmukh-dharajiya / laravel-vuejs-dashboard

mini Project in Laravel and Vue js. Real World Laravel 8x + Vue js Dashboard.Task management and project management system. Dashboard features such as Complete Dashboard, Custom Authentication, Email Verification, custom-login-register-forgot password (without jetstream).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laravel + Vue js dashboard

mini Project in Laravel and vue js. Real World Laravel 8x + vue js Dashboard.Task management and project management system. Dashboard features such as: Complete Dashboard, Custom Authentication, Email Verification, custom-login-register-forgot password (without jetstream).

How to use

  1. git clone git clone https://github.com/hasmukh-dharajiya/laravel-vuejs-dashboard.git
  2. Copy .env.example file to .env
  3. Edit database credentials in .env file DB_DATABASE=dashboard
  4. Run composer install
  5. Run npm install
  6. Run php artisan key:generate
  7. Run php artisan migrate
  8. Open .env file ang following code For send an Email using Gmail SMTP Server
MAIL_MAILER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=      #Your Email ID #
MAIL_PASSWORD=      #Your Email Password #
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=  #Your Email ID #
MAIL_FROM_NAME="${APP_NAME}"
  1. Run npm run dev
  2. Run php artisan ser
  3. http://localhost:8000/

Note: Please make sure Turn ON Less secure app access in your Google account other wise Email Not Send !. Click here..

You should see the list of Data, something like this:

larave dashboard img

Feature

Key Feature of Project.

  • Project Management and Task Management System
  • Responsive Template use in Vue js
  • Front End Vue js
  • Custom Authentication System (without jetstream)
  • Email Send for Conformation Email
  • verify email, reset password email (custom codding)
  • Use email Google and Laravel feature
  • Register,Login and forgot password without jetstream (custom codding)

Note: Please make sure Turn ON Less secure app access in your Google account without Email Not Send !.

  • Please Following:- Manage your Google Account => Security => Less secure app access =>Trun ON

Register View

larave vue.js Register View

Email Verification View

larave+vue Email Verification View

Forgot Password View

larave+vue Forgot Password View

About

mini Project in Laravel and Vue js. Real World Laravel 8x + Vue js Dashboard.Task management and project management system. Dashboard features such as Complete Dashboard, Custom Authentication, Email Verification, custom-login-register-forgot password (without jetstream).


Languages

Language:PHP 51.6%Language:Vue 38.0%Language:Blade 10.1%Language:Shell 0.3%