-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Richard DeSilvey edited this page Oct 16, 2018
·
14 revisions
Welcome to the Laravel-React-Template wiki!
This app uses ReactJS as a front-end technology and uses the Flux design pattern for managing components, actions, and routes. The backend is the LAMP stack.
- npm install
- composer install (or composer update)
- create the .env file and update each variable as needed
- php artisian key:generate
- php artisian migrate --seed
Even though Blade is a great template engine, it is difficult to use in single page web applications and can break the UX for users. Instead, this template uses the bare minimum of Blade to serve what is needed to the front end. ReactJS takes care of everything else and even allows multiple modules for ReachJS.
The front end is written in the directory resources/assets/js/