baharsah / reactigniter
CodeIgniter4 starter app with React
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
Requires
- php: ^7.4 || ^8.0
- codeigniter4/framework: ^4.0
Requires (Dev)
- fakerphp/faker: ^1.9
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^9.1
Suggests
- ext-fileinfo: Improves mime type detection for files
This package is auto-updated.
Last update: 2025-03-28 23:11:25 UTC
README
React CodeIgniter is an appstarter bundle for fullstack programing javascript and PHP in one place.
Installation
Requirement
- Backend
- PHP 7.4 with basic extensions (such as intl , dom , mbstring and curl)
- we are recomended to use php from ondrej/php for using our appstarter
- Frontend
- NodeJS v14 with Yarn Package Manager
Via Composer
- run
composer create-project baharsah/reactigniter <project-directory>
to install it in your system - go to your project directory and run :
yarn
for downloading node packagescomposer i
for downloading backend componentsyarn run build
for building frontendphp spark serve
for serving as backendyarn run serve
for serving as frontend
Todo
[] Make Static Routing [] Create command for managing reactigniter [] Create command to creating new component [] Make HTTP Request Debugbar Handler [] Make Debugbar Handler