Best laravel framework open-source packages.

Kira blog

Kira blog is a simple blog system build with laravel and reactjs
Updated 3 years ago

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