β prev | next β
SWAT 10101 2020-07-09 23:41:25
this link on site https://homemakeregy.herokuapp.com/
Marvixino 2020-07-09 23:53:14
How to use Vue watch to allow the alphabet only for input?
…. 2020-07-09 23:56:27
cayetanohosma 2020-07-09 23:15:57
OK, did you change your public/index.php?
Thank you
The problem is solved
cayetanohosma 2020-07-09 23:57:54
…. 2020-07-09 23:56:27
Thank you
The problem is solved
Nice! Was. Pleasure
…. 2020-07-10 00:01:05
…. 2020-07-09 23:38:07
I have two php one in laragon and another in c:/php , the program use the php that in c:/
I changed the folder of php in laragon to php7 then copied in c:/
…. 2020-07-10 00:01:22
…. 2020-07-10 00:01:05
I changed the folder of php in laragon to php7 then copied in c:/
Then solved this problem
cayetanohosma 2020-07-10 00:30:59
Information I would like to suggest you to use Docker or Vagrant instead Laragon. In that way you can switch between projects without concerns
luisdavidgd 2020-07-10 01:27:39
Hi there! How I can send a post request to fcm in order to get a push notifications for Android app? (Firebase cloud messaging)
Anonymous 2020-07-10 05:43:25
I am begging in laravel
Anonymous 2020-07-10 05:43:37
Please tell me how to start
andcarpi 2020-07-10 05:44:15
first step… learn php
Anonymous 2020-07-10 05:44:53
Ok
Anonymous 2020-07-10 05:45:03
And after ?
andcarpi 2020-07-10 05:46:41
well… a good free starting point would be watch some youtube tutorial on how to create a blog in laravel…. so you can learn the basics, like database interaction, blade templates, etc
Anonymous 2020-07-10 05:47:32
andcarpi 2020-07-10 05:46:41
well… a good free starting point would be watch some youtube tutorial on how to create a blog in laravel…. so you can learn the basics, like database interaction, blade templates, etc
Ok tnx
sadeqi125 2020-07-10 07:22:14
i want when i change user email varify ite email
dantam84 2020-07-10 07:50:59
How can I upload laravel project to heroku?
2020-07-10 08:45:51
dantam84 2020-07-10 07:50:59
How can I upload laravel project to heroku?
Do you have heroku cli ?
Mahdi_khani 2020-07-10 08:59:15
Hello How to dynamically create an object from a class and have the class name in a variable? When I type the name of the class manually, it recognizes the class, but when I put it in the variable, it does not recognize the class. Please help. Thank you
dantam84 2020-07-10 09:30:43
2020-07-10 08:45:51
Do you have heroku cli ?
Yes? Can you help me?
Pro 2020-07-10 09:32:43
dantam84 2020-07-10 07:50:59
How can I upload laravel project to heroku?
https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwjj4ojzh8LqAhXpxoUKHWBECcsQFjAIegQIAhAB&url=https%3A%2F%2Fdevcenter.heroku.com%2Farticles%2Fgetting-started-with-laravel&usg=AOvVaw2JyBAnO41Jku6qqp1aBbQ1
mazcvei 2020-07-10 11:00:53
πIs there a Laravel group in Spanish ??
2020-07-10 11:29:59
how do i convert this link index.html#Testimonials and put in url(”) function?
Ubamiller 2020-07-10 11:41:31
Mahdi_khani 2020-07-10 08:59:15
Hello How to dynamically create an object from a class and have the class name in a variable? When I type the name of the class manually, it recognizes the class, but when I put it in the variable, it does not recognize the class. Please help. Thank you
You need a service container for that
Ubamiller 2020-07-10 11:42:13
check out coderstape videos on advance laravel 6 service container
rijisoft 2020-07-10 11:58:54
Hi
I want to show a map base on location of user
Then user click on marker and change marker cursor
At the end hit the save button , then latitude and longitude save on my database
Is these functionalities needs Google map API .??
Or I can find a free service for this ?
Rizzu1023 2020-07-10 12:09:19
I have made changes in AuthenticatesUser.php which is in vendor – laravel – ui – auth-backend folder
Now i want to push it on github… How to publish it??
Kistlak 2020-07-10 12:11:21
β| 2020-07-01 14:56:30
The project is already done i have the tow parts how to collect them together
Next time create git reposatary and create branches and do your works.. Its easy to merge..
2020-07-10 12:13:40
can anyone help me to overcome the login menu does not appear in laravel? even though the postgree and code have worked
2020-07-10 13:20:18

Getting this error in deployment to a shared host.
Everything work fine on my local machine.
My databases configuration is correct. Any idea why I’m getting this error?
2020-07-10 13:23:16
The error only occur when request is made to the database
Rajat Agrawal 2020-07-10 14:16:45
=> and -> equal in laravel/php???
anyone
David David 2020-07-10 14:39:06
Hello. If i have a model, for examples “Account” in a laravel project, and then I create a package… is there a way that I can alter the original model from within the package without editing the original model file. For example if I wanted to add fields to the “fillable”
I have tried trying an Observer to hook onto the “updating” event, then put more values into the fillable on the Account object; but it doesn’t seem to work that way
ArvinRayan 2020-07-10 15:51:50
Hello. In laravel sanctum . i need create multi auth . but in documantion of page in laravel not explain it ? Pls help me
nasservb 2020-07-10 15:55:56
Rajat Agrawal 2020-07-10 14:16:45
=> and -> equal in laravel/php???
anyone
no
-> used for run function of class or access property
className->property
=> used for arry element
arryName = [key => value]
Rajat Agrawal 2020-07-10 17:36:55
nasservb 2020-07-10 15:55:56
no
-> used for run function of class or access property
className->property
=> used for arry element
arryName = [key => value]
thanks brother
harmlez_prinz 2020-07-10 18:00:38
2020-07-10 13:20:18
Getting this error in deployment to a shared host.
Everything work fine on my local machine.
My databases configuration is correct. Any idea why I’m getting this error?
Are you running this on your local machine?
mohittyagi99 2020-07-10 18:15:06
…. 2020-07-09 21:06:25
Say , could not find driver
Restart Server!
Acird Burn 2020-07-10 18:38:07
any very good laravel developer looking out for someone to work with on a long term to handle backend and full stack development
mahdyfo 2020-07-10 18:38:45
Acird Burn 2020-07-10 18:38:07
any very good laravel developer looking out for someone to work with on a long term to handle backend and full stack development
Are you a recruiter?
Acird Burn 2020-07-10 18:39:29
mahdyfo 2020-07-10 18:38:45
Are you a recruiter?
no running a small start-up looking out for someone whose able to work side by side with me to handle backend development
Anu 2020-07-10 18:41:05
Require graphics developer based on 3-8$/hr wages.
Urgent
Unknownuser009 2020-07-10 18:52:02
Anu 2020-07-10 18:41:05
Require graphics developer based on 3-8$/hr wages.
Urgent
What rype.of graphics
2020-07-10 18:58:18
harmlez_prinz 2020-07-10 18:00:38
Are you running this on your local machine?
No .I’m running it on a shared host
Anu 2020-07-10 18:59:27
Unknownuser009 2020-07-10 18:52:02
What rype.of graphics
2d banners and YouTube, fb ads
harmlez_prinz 2020-07-10 19:01:53
2020-07-10 18:58:18
No .I’m running it on a shared host
Is it working perfectly on ur local server?
2020-07-10 19:09:00
harmlez_prinz 2020-07-10 19:01:53
Is it working perfectly on ur local server?
Yes.
2020-07-10 19:09:52
But gives error when I deploy to a shared host
harmlez_prinz 2020-07-10 19:13:47
2020-07-10 19:09:52
But gives error when I deploy to a shared host
It is a pdo_mysql error.
I only know off how to fix this on local machine….
harmlez_prinz 2020-07-10 19:15:08
But i am guessing, this is a server issue
β prev | next β