R
R
Roman2019-05-31 06:51:14
Vue.js
Roman, 2019-05-31 06:51:14

What is a very easy backing for Vue(Nuxt) with integrated rel.DB+ORM so that you don't have to raise MySQL+PHPadmin by hand?

Hello.
I want to make a project with Vue (Nuxt) on the front, but at the same time I don’t want to do it on Laravel + MySQL (Vue itself is quite heavy, subjectively it feels that Laravel will be superfluous here).
Please advise an alternative.
Ideally, it should be something similar in structure to Laravel, only with a built-in _relational_ DB + ORM to it (it frankly soars for me every time to install mysql on ubuntu and then on top of phpmyadmin, which under php 7.2 gets crooked, finished) + router + authentication / authorization out of the box. Maybe even with the admin panel :D
Thank you.
PS Or, after all, there is no full-fledged replacement for Laravel / Lumen, and the database will still have to be installed separately?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Drozdov, 2019-05-31
@bagzon

(Vue itself is quite heavy, it is subjectively felt that Laravel will be superfluous here).
the front does not depend on the back)
If you know Laravel well, use it, the only question is the server response time, well, it’s just hard caching or a powerful server)
If you want to replace the back with a node, then nest.js or sails.js. But there will be a lot of time spent reading docks and stumbling) Better use laravel

R
Roman, 2019-05-31
@procode

Dmitry Kuznetsov @dima9595
firebase can become mysql replacement

It seems that this is the answer - I'll read more docks, but judging by the annotation - it's the same))
upd .: ... ahh, nope, it's not relational :(
sad

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question