← prev | next →
praneet81 2019-11-14 23:11:53
How do i bind a php variable in a v-bind on my blade?
praneet81 2019-11-14 23:12:15

I want to use this as a prop
praneet81 2019-11-14 23:12:25
But it’s throwing an error
Mahdi_khani 2019-11-14 23:16:11
praneet81 2019-11-14 23:09:18
Is stack over flow down?
Yes
Mahdi_khani 2019-11-14 23:17:13
praneet81 2019-11-14 23:12:25
But it’s throwing an error
{{$user->id}}
praneet81 2019-11-14 23:18:09
Yeah but throws an error saying $user undefined
Mahdi_khani 2019-11-14 23:18:48
praneet81 2019-11-14 23:18:09
Yeah but throws an error saying $user undefined
Do you pass it to your blade?
praneet81 2019-11-14 23:24:23
Yes never mind bro , turns out i mistyped iser instead of user
praneet81 2019-11-14 23:24:33
Silly me
Mahdi_khani 2019-11-14 23:26:19
Go on …
gabrielmoraesp 2019-11-15 02:36:17
Fala galera. Alguém já desenvolver um ecommerce SaaS?
gabrielmoraesp 2019-11-15 02:36:28
Queria saber as dificuldades e experiências.
skys215 2019-11-15 03:38:52
gabrielmoraesp 2019-11-15 02:36:28
Queria saber as dificuldades e experiências.
Sorry it’s English group
gabrielmoraesp 2019-11-15 05:33:32
I messed the group
Ameerul Adib MZA 2019-11-15 06:18:37
hi. i have a bit of a problem. when i use number_format(), in local, it behave correctly. but when i push to my dev server, somehow when the number have more than 3 digit, it cutted out the first 3 digit. for example, number_format(1234, 2) it will shows 1.00 . i wonder if anyone here have any idea what causes this?
electrofairy 2019-11-15 07:44:49
Hi guys! I’m new to Laravel (and not an English native, sorry!), wanted to know is there a way to debug Laravel console commands via PHPStorm? Tried following this manual (https://42coders.com/how-to-debug-php-cli-artisan-commands-or-unit-tests/) but nothing happens when I call the command from the Terminal. Using Vagrant, config seem to be set as indicated in manual. Would be grateful for any help!
How to debug php cli – artisan commands or unit tests – 42 Coders –
42 CodersIntroduction If we develop an application with TDD methodology (which we should do!), we write a lot of code which runs in the command line. Also when we create tasks or artisan commands, debugging the code in command line would make our life easier. In this post, I’ll show how to set up cli debugging … How to debug php cli – artisan commands or unit tests Read More »
AngeloCerqueira 2019-11-15 09:10:23
Mahdi_khani 2019-11-14 19:54:09
Hi guys. How do you auth of users?
Design your middlewares or use the model of the laravel?
Ljagkf 2019-11-15 09:34:26
skys215 2019-11-14 11:04:25
try request()->input()
it must have related topic on google
Thank you!
Ljagkf 2019-11-15 09:37:29
Request Validate is not working.
For example
Request – Validate (‘Name’ = Required)
Please help
Ljagkf 2019-11-15 09:37:54
Ljagkf 2019-11-15 09:37:29
Request Validate is not working.
For example
Request – Validate (‘Name’ = Required)
Please help
In Lumen
ratana_009 2019-11-15 09:41:46
Ljagkf 2019-11-15 09:37:29
Request Validate is not working.
For example
Request – Validate (‘Name’ = Required)
Please help
Please use: use IlluminateSupportFacadesValidator;
rebory 2019-11-15 09:41:54
friends i have question related to laravel routes
rebory 2019-11-15 09:42:25
how i can change the route name www.example.com/home
rebory 2019-11-15 09:42:54
to www.example.com/another-route-name
rebory 2019-11-15 09:42:59
after login
ratana_009 2019-11-15 09:44:33
rebory 2019-11-15 09:42:59
after login
Please modify property redirectTo=”your_url” in LoginController.
rebory 2019-11-15 09:48:51
ratana_009 2019-11-15 09:44:33
Please modify property redirectTo=”your_url” in LoginController.

i already do it like homeContrller
rebory 2019-11-15 09:49:38

but i dont want home in url
ratana_009 2019-11-15 09:53:06
rebory 2019-11-15 09:49:38
but i dont want home in url

By default after login, Laravel will return to
Your_domain+”/home”. So you need to modify property redirectTo=”your_url” in LoginController.
ratana_009 2019-11-15 09:54:02
rebory 2019-11-15 09:49:38
but i dont want home in url
just remove home.
dennis 2019-11-15 10:03:47
Anybody experiencing 404 nginix errors with laravel 6.0
Narayan Ji 2019-11-15 10:28:22
Anyone help me regarding multiple types roles..and stored all roles login id and password in different tables..
rebory 2019-11-15 10:30:04
Narayan Ji 2019-11-15 10:28:22
Anyone help me regarding multiple types roles..and stored all roles login id and password in different tables..
no need to save pass in diff table laravel pass algorithm very secure … unable to decrypt laravel password
skys215 2019-11-15 10:34:19
dennis 2019-11-15 10:03:47
Anybody experiencing 404 nginix errors with laravel 6.0
New install?
Narayan Ji 2019-11-15 10:40:51
rebory 2019-11-15 10:30:04
no need to save pass in diff table laravel pass algorithm very secure … unable to decrypt laravel password
Means used only one table user table
rebory 2019-11-15 10:41:08
yes
Narayan Ji 2019-11-15 10:41:43
rebory 2019-11-15 10:41:08
yes
But if we used another table and used hash password any issud
Mustafa Bharmal 2019-11-15 11:35:18
how to laravel dropify Mulitple Upload Image
Mustafa Bharmal 2019-11-15 11:36:03
how to laravel dropify Mulitple Upload Image??
Mustafa Bharmal 2019-11-15 11:40:17
thanks brother
aaminhashemi 2019-11-15 12:42:22
Hi everyone
I want to have a favorite system in laravel with ajax, can you help me?
aaminhashemi 2019-11-15 12:46:07
I’ve tried, but every time that I refresh the page, I can favourite or unfavorite posts once, not more
mortezagoodarzi1 2019-11-15 12:53:42
hi
i want save form value after refresh page.
‘old’ function just save input text.
what can i do save select option, radio bottom, other element after refresh the page?
ratana_009 2019-11-15 13:03:28
mortezagoodarzi1 2019-11-15 12:53:42
hi
i want save form value after refresh page.
‘old’ function just save input text.
what can i do save select option, radio bottom, other element after refresh the page?
@if(old(input) == $var) selected @endif in select option.
MatPk 2019-11-15 13:04:48
hi
does anyone has problem with laravel mix and js libraries
aaminhashemi 2019-11-15 13:09:19
I think I should return something in ajax, but I don’t know what
mcamady 2019-11-15 13:10:03
Which version should learn of laravel
hey_archer 2019-11-15 13:12:38
Anybody have idea how to optimize psql query in better way? Approx 200 lines of query
2019-11-15 13:12:56
Slm ki hack balade😐
aaminhashemi 2019-11-15 13:16:01
For my problem?
← prev | next →