← prev | next →
flyingdragons 2021-05-05 10:28:03
Any help really appreciated
Rashid 2021-05-05 11:37:21
any razorpay users here
Ram 2021-05-05 11:38:54
Rashid 2021-05-05 11:37:21
any razorpay users here
Rashid Yes
pranshu2910 2021-05-05 11:41:13
Hey please help me. I want to know how to import or export data in CSV without using any package.
danvastgroupltd 2021-05-05 11:42:45
Any one have use one of this package webdevetc, binshops/laravel-blog, themsaid/winki or austintoddj
/canvas
flyingdragons 2021-05-05 11:53:24
danvastgroupltd 2021-05-05 11:42:45
Any one have use one of this package webdevetc, binshops/laravel-blog, themsaid/winki or austintoddj
/canvas
I use canvas for my blog. It just gives you an admin panel. Frontend you have to develop on your own
flyingdragons 2021-05-05 11:54:49
pranshu2910 2021-05-05 11:41:13
Hey please help me. I want to know how to import or export data in CSV without using any package.
If you want to just play around just importing and exporting the data with modification in CSV then use Google Sheets. I use it extensively. You can even use Microsoft Sheets.
flyingdragons 2021-05-05 11:55:00
Both need an internet connectivity though
Gagandeep 2021-05-05 13:50:57
javedkhansh 2021-05-04 22:26:59
Try change the method of @csrf
as like how what change ????
pranshu2910 2021-05-05 14:25:38
flyingdragons 2021-05-05 11:54:49
If you want to just play around just importing and exporting the data with modification in CSV then use Google Sheets. I use it extensively. You can even use Microsoft Sheets.
No I can’t take help from other stuff. It’s my office work and I don’t know how to do it.
Safarnama9600 2021-05-05 15:04:18
How can i redirect the logout page to index
Safarnama9600 2021-05-05 15:04:46
Safarnama9600 2021-05-05 15:05:18
Anyone help please
Safarnama9600 2021-05-05 15:06:46
****urgent
AlaviMostafa 2021-05-05 15:07:02
hi
how i can Make scheduler to call specific controller function every 1 min
sobirjonovs 2021-05-05 15:07:34
AlaviMostafa 2021-05-05 15:07:02
hi
how i can Make scheduler to call specific controller function every 1 min

Is it difficult to ask google first?
AlaviMostafa 2021-05-05 15:08:16
sobirjonovs 2021-05-05 15:07:34
Is it difficult to ask google first?
no but im try this and thats no work for me
AlaviMostafa 2021-05-05 15:10:45
AlaviMostafa 2021-05-05 15:08:16
no but im try this and thats no work for me

see this photo.almost all links open and read
flyingdragons 2021-05-05 15:11:44
Safarnama9600 2021-05-05 15:04:46
Show your route for logout
flyingdragons 2021-05-05 15:13:36
AlaviMostafa 2021-05-05 15:07:02
hi
how i can Make scheduler to call specific controller function every 1 min
Use everyMinute() of cron scheduler
flyingdragons 2021-05-05 15:13:47
https://stackcoder.in/posts/why-you-should-run-cronjobs-in-laravel
Why You Should Run Cronjobs In Laravel? | StackCoder –
StackCoderIn this article, you will learn
Why Use Laravel Task Scheduling
, How To Add Laravel Task Scheduling In Crontab
, Running Task Scheduling In Laravel
, Adding Custom Functions & Console Commands For Task, Scheduling, Task Scheduling Frequency, Other Useful Strategies
one_and_only_abhi 2021-05-05 16:03:57
Safarnama9600 2021-05-05 15:06:46
****urgent
Remove ‘/’ in route
WEBLYSS SOFTWARE 2021-05-05 16:11:08
HI,ANYONE INTERESTED FOR OWN DOMAIN BASED GMAIL ACCOUNT (GSUIT BUSINESS STARTER/PROFESSIONAL EMAIL,30 GB SPACE) IN A DISCOUNTED COST. PLS PM OR CALL +918763609732/SALES@WEBLYSS.COM ( ONLY SERIOUS INQUIRY PLS),THANK YOU.
one_and_only_abhi 2021-05-05 16:40:40
Is laravel slow in comparison with other PHP framework or basic PHP
GistOf 2021-05-05 16:41:59
one_and_only_abhi 2021-05-05 16:40:40
Is laravel slow in comparison with other PHP framework or basic PHP
yes, it’s slower than CodeIgniter and Slim
one_and_only_abhi 2021-05-05 16:48:07
GistOf 2021-05-05 16:41:59
yes, it’s slower than CodeIgniter and Slim
Thanks for answering
one_and_only_abhi 2021-05-05 16:50:59
GistOf 2021-05-05 16:41:59
yes, it’s slower than CodeIgniter and Slim
Which backend langauge/tech you prefer when developing website which have 30k-40k page views per day.
GistOf 2021-05-05 16:51:32
Laravel
GistOf 2021-05-05 16:52:28
It’s slower than CodeIgniter, but tha’s just part of the story
GistOf 2021-05-05 16:53:58
There are a number of things I don’t like about Laravel and the Laravel ecosystem, but developing web apps on Laravel has MANY advantages
2021-05-05 16:54:54
How to upload multiple product images in laravel
2021-05-05 16:55:17
With 1 main image
2021-05-05 16:55:28
And also cropped
one_and_only_abhi 2021-05-05 16:57:40
GistOf 2021-05-05 16:53:58
There are a number of things I don’t like about Laravel and the Laravel ecosystem, but developing web apps on Laravel has MANY advantages
Actually it is a ecom website, using laravel currently feel slow so we discovering ways to make it faster
nowodev 2021-05-05 17:00:27
2021-05-05 16:55:17
With 1 main image
The approach I took to do this is not ideal and I know there are better solutions out there.
So on my main table for hostels, there’s an image column.
I have another table for images.
The image model belongsto the hostel model.
The hostel model has many image model.
I also used the image intervention package. So it stores the array of images in the Image table then inserts only one image into the Hostel table.
So in my view, I can decide if I want to show the main image or the arrays
← prev | next →