Quick Start
One page summary of how to start a new The project.
Requirements
Config
You can Set you Config for host and database and some config.
Also we can set what you want to use in front-end and what you want to use in back-end.
Start New Project
Use Composer to start you project
composer create-project puneetxp/the_template_php project-name
Run Setup
We have to Run setup for install what we need just bash/terminal code only.
npm init @angular angular
cd angular
cd ..
php setup.php
cd php
composer install puneetxp/the
Then We have to setup data you can run setup →
Schema
We have this structure which are models
..
├── database/
│ └── Model/
| ├── user.json
| ├── brand.json
| ├── role.json
| └── active_role.json
Not Only Database Design We actually do more then that we Set Up crud (more then crud) you have to check Schema →
Other commands
Doks comes with commands for common tasks. Commands →