L
L
Leonid2020-06-04 10:20:16
Laravel
Leonid, 2020-06-04 10:20:16

How to quickly implement CRM on Laravel without being distracted by unnecessary things?

We are going to start rewriting CRM on Laravel .
Initially, CRM on Yii 1.x is outdated, difficult to maintain and develop, you want to start from scratch and leave only the most necessary business logic.

CRM is voluminous, but monotonous: a lot of tabular CRUID interfaces, reports in Excel / Word / PDF
I want dashboards (ala Trello) and other prettiness.

In terms of interfaces, it consists of: Personal accounts of clients + Admin area of ​​our managers.

In the new implementation, I don't want to waste time on my interfaces and other UI stuff.
I would like, just the opposite, to write beautiful and understandable code - focusing more on business logic!

We are thinking of finding ready-made interfaces (UI packages) for Laravel to implement both the admin panel and personal accounts.
Well, like: AdminLTE Laravel or some paid packages: https://themeforest.net/tags/laravel

What do you guys advise?
What difficulties await us ahead?
What is the best place to start?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Aksentiev, 2020-06-04
@Sanasol

https://nova.laravel.com/ + self-written user account

S
Sanes, 2020-06-04
@Sanes

It's better to write everything yourself. Design with layout can only be taken ready.
All these supposedly ready-made admin panels, banal CRUD and users.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question