Skip to content

Commit 04704f0

Browse files
committed
updated readme
1 parent 0669fb6 commit 04704f0

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
APP_NAME=Laravel-React-Redux
1+
APP_NAME=Laravel-React-Boilerplate
22
APP_ENV=local
33
APP_KEY=
44
APP_DEBUG=true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Request a feature
4-
url: https://github.com/Nilanth/laravel-react-redux/discussions/new?category=ideas
4+
url: https://github.com/Nilanth/laravel-react-boilerplate/discussions/new?category=ideas
55
about: Share ideas for new features
66
- name: Report a bug
7-
url: https://github.com/laravel-react-redux/issues/new
7+
url: https://github.com/laravel-react-boilerplate/issues/new
88
about: Report a reproducable bug

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<p align="center"><a href="https://laravel.com" target="_blank"><img src="https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg" width="400"></a></p>
22

3-
## Laravel React Redux Boilerplate
3+
## Laravel React Boilerplate
44

55
<p>
6-
<a href="https://packagist.org/packages/nilanth/laravel-react-redux"><img src="https://img.shields.io/packagist/v/nilanth/laravel-react-redux" alt="Latest Stable Version"></a>
7-
<a href="https://packagist.org/packages/nilanth/laravel-react-redux"><img src="https://img.shields.io/packagist/l/nilanth/laravel-react-redux" alt="License"></a>
6+
<a href="https://packagist.org/packages/nilanth/laravel-react-boilerplate"><img src="https://img.shields.io/packagist/v/nilanth/laravel-react-redux" alt="Latest Stable Version"></a>
7+
<a href="https://packagist.org/packages/nilanth/laravel-react-boilerplate"><img src="https://img.shields.io/packagist/l/nilanth/laravel-react-redux" alt="License"></a>
88
</p>
99

10-
Laravel React Redux Boilerplate helps to fasten your development, Instead of spending more time on configuring React and SPA Authentication.
10+
Laravel React Boilerplate helps to fasten your development, Instead of spending more time on configuring React and SPA Authentication.
1111

1212
### Pre-Configured with
1313

@@ -44,7 +44,7 @@ You can choose either one for your development
4444
### Usage
4545

4646
- Clone this Repo
47-
- `cd laravel-react-redux`
47+
- `cd laravel-react-boilerplate`
4848
- Create a .env by copying .env.example and Update the required fields.
4949
- Run `composer install`
5050
- Run `php artisan key:gen`

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "nilanth/laravel-react-redux",
3-
"description": "Laravel React Redux Boilerplate",
2+
"name": "nilanth/laravel-react-boilerplate",
3+
"description": "Laravel React Boilerplate",
44
"type": "project",
55
"license": "MIT",
66
"authors": [
@@ -23,7 +23,7 @@
2323
"redux-saga",
2424
"authentication",
2525
"scss",
26-
"larave-react-redux-boilerplate",
26+
"larave-react-boilerplate",
2727
"larave-react-redux"
2828
],
2929
"require": {

0 commit comments

Comments
 (0)