Best laravel framework open-source packages.

Laravel react webpack

This starter kit is designed to get you up and running with with react.js with Laravel, built on top of webpack module bundler. It is already setup to provide CSS preprocessing with PostCSS and SASS, CSS modules, image optimization, pre-configured routing and more.
Updated 7 months ago

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel React Webpack Starter Kit

This starter kit is designed to get you up and running with with react.js with Laravel, built on top of webpack module bundler. It is already setup to provide CSS preprocessing with PostCSS and SASS, CSS modules, image optimization, pre-configured routing and more.

Installation

  1. git clone git@github.com:bezunakarmi/laravel-react-webpack.gitt
  2. composer install
  3. npm install

Development

Open your favorite terminal and run these commands.

  • php artisan serve for running Laravel app
  • npm start or yarn start to run React app

Production

For production build:

  • npm build or yarn build

##Changes

  • Laravel version updated to 5.8
  • React version updated to 16.2

Further improvements

We're constantly working on adding new features. Bug reports and pull requests are welcome.