Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vikas-ukani/laravel-next-passport-authentication
The complete Authentication Project Implemented with Laravel with NextJS Authentication Using Passport API Token.
https://github.com/vikas-ukani/laravel-next-passport-authentication
Last synced: about 1 month ago
JSON representation
The complete Authentication Project Implemented with Laravel with NextJS Authentication Using Passport API Token.
- Host: GitHub
- URL: https://github.com/vikas-ukani/laravel-next-passport-authentication
- Owner: vikas-ukani
- Created: 2021-05-05T10:26:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T09:02:36.000Z (over 3 years ago)
- Last Synced: 2023-03-06T09:37:47.947Z (almost 2 years ago)
- Language: PHP
- Size: 133 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A Customized Laravel NextJS Authentication Using Passport.
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:- [Simple, fast routing engine](https://laravel.com/docs/routing).
- [Powerful dependency injection container](https://laravel.com/docs/container).
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
- [Robust background job processing](https://laravel.com/docs/queues).
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).
## Getting Started
Visit https://nextjs.org/learn to get started with Next.js.
## Documentation
Move to the `frontend/` directory to checkout NextJS Application.# Installation
1. Clone this repo
```
git clone https://github.com/vikas-ukani/laravel-next-passport-authentication.git
```2. Install Laravel packages.
```
composer install
OR
composer i
```
3. Create an ENV file
```
cp .env.example .env
```4. Create an Project Key.
```
php artisan generate:key
```## FrontEnd NextJS Project Setup
1. Move to frontend project
```
cd frontend/
```2. Install Node Packages
```
npm install
```3. Run the server
```
npm run dev
```---
> Start Contributing By Updating Some Feature and Push your Code Live. ♡