https://github.com/robalb/php-react-skeleton
A blank template that can be used as a starting point for complex php & react web apps
https://github.com/robalb/php-react-skeleton
blank-template multi-page-application multi-page-boilerplate neutrino php react react-multi-page skeleton skeleton-application webpack
Last synced: 2 months ago
JSON representation
A blank template that can be used as a starting point for complex php & react web apps
- Host: GitHub
- URL: https://github.com/robalb/php-react-skeleton
- Owner: robalb
- License: mit
- Created: 2020-10-09T20:49:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T23:13:13.000Z (over 4 years ago)
- Last Synced: 2025-02-11T10:46:19.047Z (4 months ago)
- Topics: blank-template, multi-page-application, multi-page-boilerplate, neutrino, php, react, react-multi-page, skeleton, skeleton-application, webpack
- Language: PHP
- Homepage:
- Size: 440 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
This is a blank template that can be used as a starting point for complex php & react web appsbasic functionalities:
- multiple pages (every folder created in `/src/pages/` will be treated as a page entry point for webpack)
- i18n support (integrated server side and client side i18n string templating, automatic user language detection, simple language selection)
- caching for production and development mode (all bundles are dinamically imported in php using hashed names)
- integrated security: csrf, nonces, very strict header policies
- seo optimizations