Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emtiazzahid/laravel-wpuser
- Owner: emtiazzahid
- Created: 2021-12-30T04:15:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-31T04:42:19.000Z (almost 3 years ago)
- Last Synced: 2024-10-01T09:23:23.136Z (about 2 months ago)
- Topics: laravel, laravel-breeze, laravel-livewire, laravel-wp
- Language: PHP
- Homepage: https://larapress-app.herokuapp.com/
- Size: 462 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)