https://github.com/zinmyoswe/react-and-laravel-crud-application
React and laravel crud application with axios
https://github.com/zinmyoswe/react-and-laravel-crud-application
Last synced: about 2 months ago
JSON representation
React and laravel crud application with axios
- Host: GitHub
- URL: https://github.com/zinmyoswe/react-and-laravel-crud-application
- Owner: zinmyoswe
- Created: 2019-05-07T04:22:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T04:47:27.000Z (about 6 years ago)
- Last Synced: 2025-02-15T20:52:48.815Z (4 months ago)
- Language: PHP
- Size: 626 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-and-laravel-crud-application
React and laravel crud application with axios

`Update Page`## Installation
- Clone the repo git clone (https://github.com/zinmyoswe/React-and-laravel-crud-application.git).
- `cd` to Project Folder
- Run `composer install`
- Save as `.env.example` to `.env` and set `your database` information
- Run `php artisan key:generate`
- Run `npm install`
- Run `php artisan migrate`
- Run `php artisan serve`
- Run `npm run watch`
- Run `npm run dev`
- Done Enjoy!!! React application## React Essentail Note
- cmd or terminal `php artisan preset react`
- cmd or terminal `npm i axios`
- cmd or terminal `npm install react-router-dom`
## LicenseThe Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).