Home / Scripts & Code / PHP Scripts / CRM
Pixels CRM - Headless CRM APIPixels CRM - Headless CRM API
Are you a frontend developer, looking to build a CRM on top of an existing RESTful API?Home / Scripts & Code / PHP Scripts / CRM
Pixels CRM - Headless CRM API
Are you a frontend developer, looking to build a CRM on top of an existing RESTful API?Overview
Pixels CRM is a new and growing headless CRM / API. If you are a frontend developer looking to build a CRM without worrying about the backend. This product is for you. Pixels CRM is constantly evolving and we keep making improvements to suit our users' needs.
Features
- User account CRUD functionality.
- Roles CRUD functionality - Administrator, Super User, and User.
- Customer CRUD functionality
- Customer Address CRUD functionality.
- Customer Contact CRUD functionality.
- Task CRUD functionality: Tasks are a one-to-many polymorphic feature that can be assigned to any model except the 'User' model. This is because users can be assigned tasks and it would not make sense to add tasks to the user model.
- Lead CRUD functionality
- Lead Status CRUD functionality.
- Login / Logout functionality.
- Authentication with JWT and Laravel Sanctum.
- Permission policies.
- Functional tests.
Requirements
- PHP >= 8.0
- BCMath PHP Extension
- Ctype PHP Extension
- cURL PHP Extension
- DOM PHP Extension
- Fileinfo PHP Extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PCRE PHP Extension
- PDO PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
Instructions
- Download and unzip the project files in your desired directory.
- Rename the
.env.example
to.env
- Rename the
.env.local
to.env.backup
or delete.env.local
- Run
composer install
from within the project directory. - Run
php artisan key:generate
to generate a new key for your application. - By default, the application is set up to use an SQLite database. Run
php artisan migrate
orphp artisan migrate --seed
to include seed data. - If you run this project locally; run
php artisan serve
and your API application will be available onhttp://localhost:8000
by default.
Additional options
PHP Script Installation Service
Don't worry about the installation of your script! Have your PHP Script installed for you.
|
$39 | Buy now |
Information
Category | Scripts & Code / PHP Scripts / CRM |
First release | 8 April 2022 |
Last update | 8 April 2022 |
Tags | crm, API, RESTful, headless |