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
- git clone
git clone https://github.com/hasmukh-dharajiya/laravel-vuejs-dashboard.git
- Copy
.env.example file to .env
- Edit database credentials in .env file
DB_DATABASE=dashboard
- Run
composer install
- Run
npm install
- Run
php artisan key:generate
- Run
php artisan migrate
- 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}"
- Run
npm run dev
- Run
php artisan ser
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:
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