Cakephp Classroom image

Anil  Bist / Professional / Web Technology

 
To post your Question Join Classroom
 
Notes 
Cakephp 3.x with reactjs

https://github.com/Rubyan/CakePHP-react

 

Installation

Make sure you have Composer installed and configured.

  1. Check out this source code to cakephp-react (lowercase!)

    cd your-webroot-directory
    git clone https://github.com/Rubyan/CakePHP-react.git cakephp-react
    
  2. Go to the backend directory

    cd cakephp-react
    cd backend
    
  3. Run composer install.

  4. Create a database with the following settings:

     'database' => 'my_app',
     'username' => 'my_app',
     'password' => 'secret',
    
  5. Read and edit config/app.php and setup the 'Datasources' and any other configuration relevant for your application.

  6. run the migration. This will create the database table.

       bin/cake migrations migrate
    

Backend

Test the backend with the CakePHP interface: http://localhost/cakephp-react/backend/comments

Frontend

Test the frontend with the React interface http://localhost/cakephp-react/react/public

 
 
image
Anil  Bist

Skills    Cakephp

Qualifications :- High School - SLV, College/University - Graphic Era Deemed Univ University,
Location :-Dehradun,Dehradun,Uttarakhand,
Description:-

I started my Professional Journey in 2006 with one of the Web Development Company in Bangalore and my 1st framework was "Ruby on Rail" as Web development and delivered around 5+ Projects using this platform. Then came another dimension as JEE/Sturst framework, Gradually I realized that I want to build something on my own and give my passion and energy on creating something different a
Explore

 

  Students (0)