All Projects → onerciller → React Redux Laravel

onerciller / React Redux Laravel

🌟 Boilerplate blog project for react redux laravel

Projects that are alternatives of or similar to React Redux Laravel

Laravel Meta
Metadata for Eloquent model
Stars: ✭ 124 (-1.59%)
Mutual labels:  laravel
Laravel And Vue.js Spa Recipe Box
Single Page Application with Laravel 5.4 and Vue.js 2 - Recipe Box
Stars: ✭ 124 (-1.59%)
Mutual labels:  laravel
Laravel Littlegatekeeper
Protect pages from access with a universal username/password
Stars: ✭ 125 (-0.79%)
Mutual labels:  laravel
Laravel Hackathon Starter
💻 A hackathon/MVP boilerplate for laravel web applications. Start your hackathons without hassle.
Stars: ✭ 1,589 (+1161.11%)
Mutual labels:  laravel
Coding
视频代码
Stars: ✭ 124 (-1.59%)
Mutual labels:  laravel
Php Ddd Example
🐘🎯 Hexagonal Architecture + DDD + CQRS in PHP using Symfony 5
Stars: ✭ 1,960 (+1455.56%)
Mutual labels:  laravel
Onramp
Easing the onramp for new or non-PHP developers to become Laravel devs.
Stars: ✭ 123 (-2.38%)
Mutual labels:  laravel
Nova Repeatable Fields
A Laravel Nova field for configuring repeatable sets of fields
Stars: ✭ 126 (+0%)
Mutual labels:  laravel
Laravel Nuxt
Build a SPA with Laravel and Nuxt.
Stars: ✭ 124 (-1.59%)
Mutual labels:  laravel
Report
Report management package in PHP that aims to help you export information in a variety of formats
Stars: ✭ 125 (-0.79%)
Mutual labels:  laravel
Backup Manager
Database backup manager for dumping to and restoring databases from S3, Dropbox, FTP, SFTP, and Rackspace Cloud
Stars: ✭ 1,589 (+1161.11%)
Mutual labels:  laravel
Remove Bg
Programmatically remove backgrounds from your images using the remove.bg api
Stars: ✭ 124 (-1.59%)
Mutual labels:  laravel
Docker Octobercms
Dockerized October CMS: PHP, Composer, October core and dependencies
Stars: ✭ 125 (-0.79%)
Mutual labels:  laravel
Larainvite
User (signup) invitation package for laravel
Stars: ✭ 123 (-2.38%)
Mutual labels:  laravel
Voyager
Voyager - The Missing Laravel Admin
Stars: ✭ 10,801 (+8472.22%)
Mutual labels:  laravel
Sieve
A simple, clean and elegant way to filter Eloquent models.
Stars: ✭ 123 (-2.38%)
Mutual labels:  laravel
Laravelgooglemaps
Laravel Google Maps Package
Stars: ✭ 124 (-1.59%)
Mutual labels:  laravel
Midia
Simple Media manager for your Laravel project
Stars: ✭ 126 (+0%)
Mutual labels:  laravel
Vue Toastify
🔥 Simple, extendable, dependency free notification plugin. 🔥
Stars: ✭ 126 (+0%)
Mutual labels:  laravel
Laravel Uploader
🌴 An upload component for Laravel.
Stars: ✭ 125 (-0.79%)
Mutual labels:  laravel

React-Redux-Laravel#

Boilerplate blog application for a Laravel JWT Backend and a React/Redux Front-End with Bootstrap 4.

  • Laravel 5.2
  • React
  • Redux
  • React-Router
  • Babel 6
  • Redux-Form
  • Webpack

screenshot

##Installation

Laravel

$ composer update
$ php artisan migrate 

Install Front-End Requirements

$ cd client-app
$ npm install

Run Back-End

$ php artisan serve

Run Front-End

$ cd client-app
$ npm start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].