Is there a better method for image compression?

|
2020-07-03 23:41:40
Ask this to client and if its gonna expand in nearby time, choose the framework on which you’ve expertise and can fulfil the requirements.

Small to large scale – laravel is the best suit.

Ergashev 2020-07-03 23:42:15
laravel_discuss-43694.jpg

Ergashev 2020-07-03 23:42:57
laravel_discuss-43695.jpg

Ergashev 2020-07-03 23:43:11
what’s wrong
alfredolopez80 2020-07-03 23:47:50
Ergashev 2020-07-03 23:42:57

I guess this->attribute is null

amitshha 2020-07-04 04:13:12
Please share laravel error log best fracture package for free
ssj7_gs 2020-07-04 05:18:33
laravel_discuss-43702.jpg

ssj7_gs 2020-07-04 05:18:44
#ask please help me sir
ssj7_gs 2020-07-04 05:18:54
ssj7_gs 2020-07-04 05:18:33

please help

ssj7_gs 2020-07-04 05:19:04
ssj7_gs 2020-07-04 05:18:33

C:xampphtdocspercobaan_kedua>git push -u origin continue
fatal: unable to access ‘https://github.com/harisanwar129/percobaan2.git/’: Received HTTP code 400 from proxy after CONNECT

harisanwar129/percobaan2GitHub
Contribute to harisanwar129/percobaan2 development by creating an account on GitHub.
faskt95 2020-07-04 08:39:20
I am having issues with expectException in lumen. Rather for the assertion to be true. The exception just blow up and the test fails. Please someone should help
AbhishekGupta_9 2020-07-04 10:26:58
https://stackoverflow.com/questions/62683268/wherebetween-on-two-columns-in-laravel-on-two-time-columns-in-laravel/62708198#62708198

whereBetween on two columns in laravel on two time columns in laravelStack Overflow
Basically i have a project in which i have to create a reservation for anything say computer’s reservation on cyber shop so suppose one user has start time of reservation is 6:00 PM to 7:00 PM.I ha…
AbhishekGupta_9 2020-07-04 10:27:11
Can anyone please help in solving this
Shivam Sharma 2020-07-04 10:34:17
Hi, I am facing issue to Integrate laravel error logging feature in my project, I am fresher, if anybody has some idea please share with me. I had also used arcendev package but, I did not get proper documentation about that so, It was difficult for me to understand functionality of arcendev package.
sadeqi125 2020-07-04 11:10:50
how send email confirmation link after a customer insert in laravel
sadeqi125 2020-07-04 11:43:25
can help me
sadeqi125 2020-07-04 11:44:24
i have customer… teacher and sysytem user all of them when i create new user i whant send confirmation link to its email
ongray 2020-07-04 13:10:56
Have you seen “dropdown manager” like this? Any in Laravel version?
ongray 2020-07-04 13:11:43
– all these fields using this dropdown share ONE common storage table in DB.
– user can stay on the same page when they need to add extra value. no need to leave the page and value in advance
flyingdragons 2020-07-04 13:17:38
sadeqi125 2020-07-04 11:10:50
how send email confirmation link after a customer insert in laravel

You can use notifications or events. If you use notifications then you can easily integrate various ways to send message to your user like email, sms, database notifications etc

flyingdragons 2020-07-04 13:18:05
https://laravel.com/docs/7.x/notifications
flyingdragons 2020-07-04 13:27:01
iam_karvendhannagaraj 2020-07-03 19:52:47
Is there a better method for image compression?

You can use Intervention Image Package its really good one http://image.intervention.io/

flyingdragons 2020-07-04 13:32:48
H_Bakhtar 2020-07-03 19:46:53

max(id)

flyingdragons 2020-07-04 13:33:25
If possible write a plain SQLquery or if you use Laravel you can even use DB::raw() function to achieve the same
sadeqi125 2020-07-04 15:06:18
how to configur shared host email with mailtrap in laravel
flyingdragons 2020-07-04 17:07:41
sadeqi125 2020-07-04 15:06:18
how to configur shared host email with mailtrap in laravel

Just change your .env file than your good to go

flyingdragons 2020-07-04 17:08:09
sadeqi125 2020-07-04 15:06:18
how to configur shared host email with mailtrap in laravel

Oh! You mean you need even deployment steps?

Bhushanbhuvi 2020-07-04 17:13:29
laravel_discuss-43734.jpg

alejandrostivanello 2020-07-04 17:39:12
Hi guys! Can somebody help me?
alejandrostivanello 2020-07-04 17:40:06
If I have a foreign key in an entity, how can i get the Json to return the complete entity of this one
alejandrostivanello 2020-07-04 17:40:20
Currently it returns only the ID
Siberfx 2020-07-04 17:50:15
Show code example to support your question
Siberfx 2020-07-04 17:50:45
The thing you do, but the thing you achieve
^_* 2020-07-04 17:57:33
Guys..
Why when I make update data using model laravel ( Ajax)

Desplay this message..
500 internal server error

Pils36 2020-07-04 18:01:41
^_* 2020-07-04 17:57:33
Guys..
Why when I make update data using model laravel ( Ajax)

Desplay this message..
500 internal server error

Check your route names and model

^_* 2020-07-04 18:03:22
Pils36 2020-07-04 18:01:41
Check your route names and model

When I make create or delete
No problem in function
Gust when I post update

Pils36 2020-07-04 18:04:58
^_* 2020-07-04 18:03:22
When I make create or delete
No problem in function
Gust when I post update

Can i have a look at your route?

^_* 2020-07-04 18:16:20
URL : {route(‘dashboard.university. update’)}
Siberfx 2020-07-04 18:27:07
Man use magic of route names
Siberfx 2020-07-04 18:27:48
this is the bad way of using routes
Siberfx 2020-07-04 18:28:10
When you need to modify route you should check all usage in blades
Siberfx 2020-07-04 18:28:20
Nightmare!! 🙂
Siberfx 2020-07-04 18:29:27
Ah shit i thought url was the parameter lol
Lisendra 2020-07-04 18:40:58
anyone using adminlte (jeroennoten) with laravel?
i need some help with notification badge in the menu please.
…. 2020-07-04 18:58:58
Is the sequalpro database the same as mysqal workbench?
iam_karvendhannagaraj 2020-07-04 19:38:29
flyingdragons 2020-07-04 13:27:01
You can use Intervention Image Package its really good one http://image.intervention.io/

Thanks bro

Lisendra 2020-07-04 19:47:03
…. 2020-07-04 18:58:58
Is the sequalpro database the same as mysqal workbench?

I guess it’s similar, i would recommend datagrip or phpstorm who has a lite version of datagrip

Acird Burn 2020-07-04 19:48:07
need someone whose worked with cs-cart software to help build up a few apis on it
Lisendra 2020-07-04 20:53:49
Someone using the jeroennoten/adminlte package here? Looking for help to add badge notifications?
ArvinRayan 2020-07-04 21:02:52
I want create laravel sanctum for 2 model user and doctor
Please help me . that who use it?
|