So what were the recommendation PHP frameworks for large databases?

|
flyingdragons 2020-07-23 21:10:23
Yes bro
2020-07-23 21:34:06
flyingdragons 2020-07-21 22:02:22
Hey! thank you again bro. Your presence means a lot to this group

I agree ❀️

Siberfx 2020-07-23 21:44:01
wow, thanks folks ))
isofdev 2020-07-23 21:45:16
flyingdragons 2020-07-21 22:02:22
Hey! thank you again bro. Your presence means a lot to this group

Yeah right

badralwattar 2020-07-23 22:59:13
Did any one tried both Laravel and Codeigniter,
Is Codeigniter is really more stable and faster ?
Siberfx 2020-07-23 23:13:33
if you dont have a real complex project, you can also prefer Ci, ofc if you believe yourself in php, because he is way too hard to learn if you compare with laravel
Siberfx 2020-07-23 23:13:54
it is fast but not faster πŸ™‚
Siberfx 2020-07-23 23:15:42
Codeigniter doesnt have uprunning services like laravel does, so it can be faster than laravel in some cases
2020-07-23 23:33:03
Hey guys anyone with a good laravel API course
Siberfx 2020-07-23 23:34:49
what exactly do you seek?
2020-07-24 00:03:58
A good tutorial on api development with laravel
Siberfx 2020-07-24 00:22:26
mate, you want to create your own api service, or ?
badralwattar 2020-07-24 00:48:53
Siberfx 2020-07-23 23:15:42
Codeigniter doesnt have uprunning services like laravel does, so it can be faster than laravel in some cases

I was talking with someone today and he was saying that Laravel is bad when it deals with large databases. And it is heavy and not a good choice πŸ˜…

Siberfx 2020-07-24 00:50:04
depends how you using it, eloquent is not good with big data its true, but they also provide Lumen for such issues πŸ™‚ so do not judge him that bad πŸ˜‰
Billa_Bongg 2020-07-24 04:29:08
badralwattar 2020-07-24 00:48:53
I was talking with someone today and he was saying that Laravel is bad when it deals with large databases. And it is heavy and not a good choice πŸ˜…

So what were the recommendation PHP frameworks for large databases?

DesolatorMagno 2020-07-24 05:16:26
There is never a golden rule, there is not a single thing that work perfect, you can work with big data in Laravel if you don’t hidrate eloquent model, if you use lazy loading, and if you use chunks, etc.
flyingdragons 2020-07-24 06:07:57
Billa_Bongg 2020-07-24 04:29:08
So what were the recommendation PHP frameworks for large databases?

I had used Symfony framework for developing ERP application for stone industry which had 18modules and was very good in performance. But the learning curve is too much.

But once I got introduced to Laravel I forgot about Symfony because Laravel has huge community, very well documented, very clean code, flexibility from scratch.

flyingdragons 2020-07-24 06:08:29
And overall it depends on how you architect your applications.
flyingdragons 2020-07-24 06:09:17
Even if you choose GoLang and do shitty coding then even that framework wont work out
flyingdragons 2020-07-24 06:10:51
There are performance optimization steps in Laravel which will help boost your applications.

Eg: Caching your routes, configs, queries

flyingdragons 2020-07-24 06:11:07
Caching your static assets like CSS, JS
flyingdragons 2020-07-24 06:15:20
And how you architect your application plays a vital role too. Now days most of them migrating to Micro Service Architecture which can really pay off in long run. In fact I am using Micro Service Architecture for more than 3+ years.

You can do horizontal scaling with dynamic adding servers on demand

flyingdragons 2020-07-24 06:15:56
Many more stuffs. But totally depends on you
Siberfx 2020-07-24 06:20:58
DesolatorMagno 2020-07-24 05:16:26
There is never a golden rule, there is not a single thing that work perfect, you can work with big data in Laravel if you don’t hidrate eloquent model, if you use lazy loading, and if you use chunks, etc.

Yes but the point of view wasnt that that you cant use laravel with big data

Siberfx 2020-07-24 06:21:10
Ci is more light weight
Siberfx 2020-07-24 06:21:21
Thats what i meant..
DesolatorMagno 2020-07-24 06:24:17
He is asking for a php fw to work with large database, what i am trying to say is that even if you use 1 that is light, you can make a awful job there, every fw have ways to manage large data, and you need to learn it, it won’t just be that because you use CI it will be more light and efficient that every other project in another php fw out there.
Siberfx 2020-07-24 06:25:19
yea it is. Here the big role is your skills on development, not the framework’s abilities πŸ™‚
Siberfx 2020-07-24 06:26:52
For a basic code, there are tons of ways to achieve the same result, but less code/much code, clean code/ shit code, with native, or with magic functions/helpers
Billa_Bongg 2020-07-24 07:15:02
flyingdragons 2020-07-24 06:15:56
Many more stuffs. But totally depends on you

Great explanation.Thanks πŸ‘

2020-07-24 08:33:06
Help me pls,
attempt method doesnt work in my controller when I run the code like this ‘dd(Auth::guard(‘mimin’)->attempt(credentials)’
the result is false
2020-07-24 08:33:59
laravel_discuss-45970.jpg
My code, Hope someone can help this😭
2020-07-24 08:34:00
laravel_discuss-45972.jpg

2020-07-24 08:34:00
laravel_discuss-45971.jpg

2020-07-24 08:34:01
laravel_discuss-45973.jpg

YashGhantala 2020-07-24 09:40:17
2020-07-24 08:34:00

Change provider to mimin

YashGhantala 2020-07-24 09:40:50
YashGhantala 2020-07-24 09:40:17
Change provider to mimin

*mimins

2020-07-24 09:52:35
laravel_discuss-45976.jpg

Larainix 2020-07-24 10:44:12
2020-07-24 09:52:35

remote accepted?

web_artisan77 2020-07-24 10:54:08
Hi people, I’m trying to create a custom login with existing database
Where users can access with username OR email OR phone number…. Can anyone guide me?
kashinkojie 2020-07-24 11:57:20
hello. who can help me with laravel auth using this http manual?
natghi2010 2020-07-24 12:16:32
andcarpi 2020-07-23 18:46:46
modify:
$department = Department::all($deptId);
with:
$department = Department::findoffail($deptId);

findorfail*

natghi2010 2020-07-24 12:17:27
Whats a good trick to remember eloqent relationships? belongsTo, Hasone…Hasmany etc
natghi2010 2020-07-24 12:17:51
i cant remember when it is belongsTo or hasOne
emrullahayilmaz 2020-07-24 12:23:00
Hi everyone i when sent file with laravel post method but i got it 405. so not supported. if i remove input file i did success send. what is the problem
isofdev 2020-07-24 12:31:05
emrullahayilmaz 2020-07-24 12:23:00
Hi everyone i when sent file with laravel post method but i got it 405. so not supported. if i remove input file i did success send. what is the problem

Have you add in form this enctype=”multipart/form-data” like

<form method=”post” action=”{{your url or route)}}” enctype=”multipart/form-data”>

emrullahayilmaz 2020-07-24 12:31:39
i already did
emrullahayilmaz 2020-07-24 12:32:04
but at local is working
emrullahayilmaz 2020-07-24 12:32:14
not working hosting
web_artisan77 2020-07-24 12:51:37
emrullahayilmaz 2020-07-24 12:32:14
not working hosting

It happened to me once, check if you have all the required php modules enabled

|