Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 697 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 697 Bytes

image

K!rablog

Laravel React Demo

Full featured react demo with laravel api. this demo include api with authentication, blog, and image upload examples.

Requirements

  • Laravel Requirement here

Installation

  • First clone repository and run composer install
  • Make new database and env file and set database credential
  • Generate base 64 key using php artisan key:generate
  • Create storage link php artisan storage:link
  • Migrate database using php artisan migrate
  • Install laravel passport php artisan passport:install
  • Now run npm install for front react setup
  • App is ready for use