Guys anyone worked with Segment in laravel?

|
req98 2020-12-18 14:43:06
Yes
I knew that before. But know🤦
2020-12-18 14:46:27
Need a laravel dev for a small task dm me
req98 2020-12-18 14:46:48
I have it
And in there it’s retrurn to view login. But when I change it to for example abc and nothing to happen
req98 2020-12-18 14:47:37
Just an err : undefined variable..
Vignesh K 2020-12-18 14:54:36
Guys anyone worked with Segment in laravel ?
Vignesh K 2020-12-18 14:55:10
https://segment.com/

Twilio Segment ranked #1 CDP for worldwide market share (IDC 2020)Segment
Twilio Segment is a customer data platform (CDP) that helps you collect, clean, and activate your customer data.
req98 2020-12-18 15:00:34
I have a page like welcome.
Then an user enter an address like this: www.welcome/login
So I don’t want this. I want to when an user do it, it redirect to www.welcome/
req98 2020-12-18 15:02:37
So we can change it?!
req98 2020-12-18 15:11:07
Dear friend.
When a user enters a web address, he should go to that address. I do not want to be redirected to a written address when a user writes like this: www.welcome/loging In fact, go to the welcome address:
req98 2020-12-18 15:12:22
laravel_discuss-63059.jpg

req98 2020-12-18 15:15:00
Redirect to back or just welcome page, not welcome/login
req98 2020-12-18 15:26:44
Resolved by adding some code in web.php and homecontrller
DesolatorMagno 2020-12-18 16:10:37
mahdyfo 2020-12-18 10:01:09
What factors does it use to generate it? Is it unique per each file hash?

Is unique, there won’t be 2 file with same name, about how it work, it can be view in the php code.

MishalLeo 2020-12-18 17:22:46
I have an issue that I’m creating new select tag in JavaScript it giving perfect output but using in laravel it’s not giving the perfect output
MishalLeo 2020-12-18 17:24:20
laravel_discuss-63067.jpg
This is in laravel
MishalLeo 2020-12-18 17:25:05
laravel_discuss-63068.jpg
This is in JavaScript
carolinemms 2020-12-18 20:16:03
laravel_discuss-63074.jpg

carolinemms 2020-12-18 20:16:49
I want to ask bro
when I want to connect the database to PHPmyadmin by adding a user account
but there is no option “Add user account” bro
even though there should be sis
what’s the solution, bro?
please help bro
GistOf 2020-12-18 20:26:13
carolinemms 2020-12-18 20:16:49
I want to ask bro
when I want to connect the database to PHPmyadmin by adding a user account
but there is no option “Add user account” bro
even though there should be sis
what’s the solution, bro?
please help bro

Use PowerShell for that.
If I may ask, why do you need more users? What’s wrong with root?

carolinemms 2020-12-18 20:32:40
GistOf 2020-12-18 20:26:13
Use PowerShell for that.
If I may ask, why do you need more users? What’s wrong with root?

because in the course of our project previously defined the user account for each group. User account name is determined by our teaching assistant

carolinemms 2020-12-18 20:33:21
so how do i solve it with Powershell?
carolinemms 2020-12-18 20:33:59
please help me in overcoming this problem
GistOf 2020-12-18 20:35:19
carolinemms 2020-12-18 20:33:21
so how do i solve it with Powershell?

You will need the password for the root account

carolinemms 2020-12-18 20:35:50
GistOf 2020-12-18 20:35:19
You will need the password for the root account

and then?

GistOf 2020-12-18 20:36:54
Patience!
GistOf 2020-12-18 20:37:05
https://www.databasestar.com/mysql-create-user/

MySQL Create User and Grant Permissions: How ToDatabase Star
If you work with MySQL, there will be a point when you’ll need to create a new user. This could be for another part of the system or another developer on your team. Or perhaps you want to use…
GistOf 2020-12-18 20:39:04
You don’t need MySQL workbench
carolinemms 2020-12-18 20:40:19
GistOf 2020-12-18 20:39:04
You don’t need MySQL workbench

okay sir

carolinemms 2020-12-18 20:41:15
Can you describe step by step what I have to do?
GistOf 2020-12-18 20:43:11
This is step-by-step: https://www.educba.com/mysql-add-user/

MySQL add user | A Quick Glance of MySQL add user with Query ExampleEDUCBA
This is a guide to MySQL add user. Here we discuss the introduction to MySQL add user along with query example for better understanding.
carolinemms 2020-12-18 20:51:25
GistOf 2020-12-18 20:43:11
This is step-by-step: https://www.educba.com/mysql-add-user/

I see that the explanation is if the operating system used is LINUX not WINDOWS, whereas I am using Windows 10

GistOf 2020-12-18 20:52:14
Same thing. Just don’t type sudo
GistOf 2020-12-18 20:53:18
MySQL is MySQL on either platform
carolinemms 2020-12-18 20:53:59
ok sir
carolinemms 2020-12-18 20:54:11
i’ll try
|