Is there a ways I can send sms using laravel and modem as a gateway?

|
icloudservice2022 2020-10-09 15:04:04
i have a website generating links like domain/foldername/id-link
Jomitz 2020-10-09 15:04:13
Ok
icloudservice2022 2020-10-09 15:04:23
I want to edit /foldername/ to generate new mame
Jomitz 2020-10-09 15:04:39
Ok
Jomitz 2020-10-09 15:06:14
Try this Storage::moveDirectory(currentname,newname,true)
Jomitz 2020-10-09 15:08:31
Or you could write a function in php with the rename() function
Jomitz 2020-10-09 15:08:42
In a seeder and run it
icloudservice2022 2020-10-09 15:09:05
Jomitz 2020-10-09 15:06:14
Try this Storage::moveDirectory(currentname,newname,true)

1 min pls trying now

icloudservice2022 2020-10-09 15:10:35
(MoveDirectory) not found here brother
icloudservice2022 2020-10-09 15:10:46
Please mesage me in privat
Billa_Bongg 2020-10-09 15:17:18
I have created a new project using laravel 8 but when I set the profile image it is not showing yet it has been uploaded and the DB updated with the path
DesolatorMagno 2020-10-09 15:38:37
Robin George 2020-10-09 10:23:09
What all tools required to do laravel

In Laravel official documentation there is a install section that should say what you need.

2020-10-09 17:22:13
laravel_discuss-54316.jpg

hardik 2020-10-09 19:45:59
Fake account
hardik 2020-10-09 19:46:37
I have one πŸ˜‚,
2020-10-09 19:47:40
hardik 2020-10-09 19:46:37
I have one πŸ˜‚,

What? fake account? ?

hardik 2020-10-09 19:48:30
Beside there is boy with agenda,
natghi2010 2020-10-09 19:48:59
does this girl know you are catfishing with her photo?
2020-10-09 19:49:17
hardik 2020-10-09 19:48:30
Beside there is boy with agenda,

yeah, by the link he has in his bio, I think he’s looking for YT subcribers

AMIT 2020-10-09 20:05:10
Robin George 2020-10-09 10:23:09
What all tools required to do laravel

Laravel + Inertia + Tailwind = LIT Stack……..thats all that u need to be most advanced Laravel developer at present.

DhruvπŸ˜‡ 2020-10-09 20:34:46
N4YE3M 2020-07-27 17:57:03
Anyone have any knowledge about laravel accounting packages?

I have developed accounting pack in laravel

2020-10-09 20:35:52
Can any suggest some tutorials for Live Tracking using Laravel + Vue.js
2020-10-09 20:36:24
Live tracking using Google Map
Metahero Announcements 2020-10-09 22:25:39
2020-09-24 09:30:11
Good morning, anyone available for a job? I need to copy data from an api to a laravel panel

Is the job still on

tink2100 2020-10-09 22:49:37
We are a software company located in China. Currently looking for junior/mid javascript developers in US.

Candidate should have;
– Over 2 years of JavaScript experience
– React.js + Redux skills
– Experience in Vanilla Javascript
– Understanding basic fundamentals of HTML/CSS

If you are interested, feel free to DM anytime.

kevinpita 2020-10-10 04:24:52
I have a very clear idea of what I would like to do and I would like to have a custom register form (not every user can register blah blah)

Should I use laravel ui? (using laravel 6)
Or just make the model migration and controller?

DesolatorMagno 2020-10-10 06:45:42
You can use UI and specify what routes would be enable.
2020-10-10 09:13:34
Anyone who knows betting website tutorial in laravel
parthpabari 2020-10-10 10:59:48
Looking for Developer? Hire developer with us. starting at $4.5 per hour. dm for more information.
JK Patel 2020-10-10 12:41:31
parthpabari 2020-10-10 10:59:48
Looking for Developer? Hire developer with us. starting at $4.5 per hour. dm for more information.

please check DM

KhawlahCs 2020-10-10 14:38:16
Hello everybody ,
I need to know why my sending email arrive to the spam instead of the inbox
KhawlahCs 2020-10-10 14:38:48
I use the same mail provider of my server
imhajiiii 2020-10-10 15:17:54
laravel_discuss-54352.jpg
why in error
kevinpita 2020-10-10 15:23:07
Could someone explain me service container? I do not get it at all I have seen many explanations
imaliot 2020-10-10 15:35:06
Hi anyone can explain what’s different between register and put in appserviceprovider
SIVASIVA 2020-10-10 17:41:38
What is the highest salary getting by using php ….in india bro small doubt sir
rbbtelegram 2020-10-10 18:08:01
Heyy, i have a question .. how i can resend the email verification in laravel 7?
2020-10-10 20:42:44
Hello, is there a ways I can send sms using laravel and modem as a gateway? I have been achieving this in java but is there way to do it in laravel
Nimit1906 2020-10-11 06:42:03
KhawlahCs 2020-10-10 14:38:16
Hello everybody ,
I need to know why my sending email arrive to the spam instead of the inbox

it’s solve or not ?

KhawlahCs 2020-10-11 10:45:32
Nimit1906 2020-10-11 06:42:03
it’s solve or not ?

Not yet

sobirjonovs 2020-10-11 10:52:00
very trash groupπŸ‘Ž
VimKanzo 2020-10-11 11:06:49
Hello guys, I’m having an issue insert response from an api into the db.

I assigned each value from the response into a variable and I dd the whole response and also each variable to see if truly there is a value and there is. Unfortunately, in the insert bit of the code, the data is not being inserted into the database.

I’m not sure what I’m what I’m doing wrong. Any help would really be appreciated. Cc @DesolatorMagno

KhawlahCs 2020-10-11 11:13:11
VimKanzo 2020-10-11 11:06:49
Hello guys, I’m having an issue insert response from an api into the db.

I assigned each value from the response into a variable and I dd the whole response and also each variable to see if truly there is a value and there is. Unfortunately, in the insert bit of the code, the data is not being inserted into the database.

I’m not sure what I’m what I’m doing wrong. Any help would really be appreciated. Cc @DesolatorMagno

Did you add you table columns to the fillable field in the table model ?

VimKanzo 2020-10-11 11:14:13
KhawlahCs 2020-10-11 11:13:11
Did you add you table columns to the fillable field in the table model ?

Yes I did.

VimKanzo 2020-10-11 11:14:25
I’ll share screen shots shortly
Kishan Thakkar 2020-10-11 11:25:15
Hello guys,
What is headless ecommerce project ??
VimKanzo 2020-10-11 11:27:56
laravel_discuss-54377.jpg
Here is my model
VimKanzo 2020-10-11 11:28:31
laravel_discuss-54378.jpg
My console command
VimKanzo 2020-10-11 11:29:24
laravel_discuss-54379.jpg
In the same Console Command, here is my insert query
Kishan Thakkar 2020-10-11 12:24:28
Kishan Thakkar 2020-10-11 11:25:15
Hello guys,
What is headless ecommerce project ??

If anyone knows plz help me

|