Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emtiazzahid/laravel-wpuser

A sample laravel application to pass it's data to WordPress
https://github.com/emtiazzahid/laravel-wpuser

laravel laravel-breeze laravel-livewire laravel-wp

Last synced: about 1 month ago
JSON representation

A sample laravel application to pass it's data to WordPress

Awesome Lists containing this project

README

        

# Laravel to WP user
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/emtiazzahid/laravel-wpuser/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/emtiazzahid/laravel-wpuser/?branch=main)
[![Build Status](https://scrutinizer-ci.com/g/emtiazzahid/laravel-wpuser/badges/build.png?b=main)](https://scrutinizer-ci.com/g/emtiazzahid/laravel-wpuser/build-status/main)
[![License: MIT](https://img.shields.io/badge/License-MIT-lime.svg)](https://opensource.org/licenses/MIT)

## Demo: [Visit](https://larapress-app.herokuapp.com/)

```
Email: [email protected]
Password: password
```

# Installation
1. Clone this repo
```
git clone https://github.com/emtiazzahid/laravel-wpuser.git
```

2. Install composer packages
```
cd laravel-wpuser
```
```
composer install
```

3. Create and setup .env file
```
cp .env.example .env
```
```
php artisan key:generate
```
```
php artisan jwt:secret
```

4. put database credentials in .env file

for testing add database name on DB_TEST_DATABASE

6. Migrate and insert records
```
php artisan migrate --seed
```

6. To run test
```
.\vendor\bin\phpunit
```

#### For WP Plugin for this visit: [wp-laravel-user](https://github.com/emtiazzahid/wp-laravel-user)

## License

The MIT License (MIT)