← prev | next →
piyotech 2020-10-01 13:03:49
Is there anyone want to help me?
Siberfx 2020-10-01 13:03:53
Or solve it by triggering event as a service on boot app
piyotech 2020-10-01 13:05:32
I want my aplication life without any npm start, i mean Will life forever if i close my ssh
princeferozepuria 2020-10-01 13:09:05
how setup local server site on ubunto
princeferozepuria 2020-10-01 13:09:25
insted of php artisan serve..
princeferozepuria 2020-10-01 13:09:36
like mysite.com.
2020-10-01 13:21:21
hi every one
i,m want cutomize keymap in brackets
i,m want change “ctrl + b” to “alt + j ”
I know how to change
debut = > open user key map
and edit overrides
But I don,t know what to write this part
and too i,m not find “ctrl+b” in this page
2020-10-01 13:24:16
https://github.com/adobe/brackets/wiki/Brackets-Shortcuts
Brackets Shortcuts –
GitHubAn open source code editor for the web, written in JavaScript, HTML and CSS. – adobe/brackets
pardeep9218 2020-10-01 13:27:13
Any package to create variable products
venkataadithan 2020-10-01 14:05:35
princeferozepuria 2020-10-01 13:09:36
like mysite.com.
create a host name on /etc/hosts
127.0.0.1 mysite.com
Create a vhost on /etc/apache/sites-available/mysit.com.conf
In this vhost configuration point directory to the laravel application public
Prem Soni 2020-10-01 14:33:27
How to change password in laravel in admin panel?
Prem Soni 2020-10-01 14:33:38
Can anyone help me
2020-10-01 14:46:24
T.me/laravel
Laravel | English Group
@LARAVEL_DISCUSS
Angular | English Group
@A_Ngular
Reactjs | English Group
t.me/joinchat/BmPxGEQL0xR9aao5xB6zeA
React Native | English Group
t.me/joinchat/BmPxGEKDXam9wxGG3RvsVA
Laravel | Persian Group
@LARAVEL_LINK
Laravel | Persian Group | Advanced
@LARAVELLINK
Reactjs | Persian Group
t.me/joinchat/BmPxGEO8StVYD5DkJTSe-A
React Native | Persian Group
t.me/joinchat/BmPxGEMRs2foPw4XceYtDA
Persian Entertainment Channel
@iGram
@Gitmusic
@Gitfilm
@laravelCast
Admin:@mehrabjafari
The domain is for sale
LARAWEL.COM
The domain larawel.com is for sale or for rent for good idea …
Laravel –
Telegram» in the name of God
Admin 👉 {!! @mehrabjafari !!}
The domain larawel.com is for sale…
@iGram
@laravelCast
@laravel_discuss
ukforizone 2020-10-01 15:09:52
U want to create progress bar in laravel can anyone help me
mehrabjafari 2020-10-01 15:10:46
Siberfx 2020-10-01 15:11:09
not bad 🙂
mehrabjafari 2020-10-01 15:12:23
2020-10-01 15:12:39
mehrabjafari 2020-10-01 15:10:46
who ты сукини
2020-10-01 15:14:01
mehrabjafari 2020-10-01 15:12:23
Ох сука group is great😊👏👏
mehrabjafari 2020-10-01 15:15:02
2020-10-01 15:16:01
mehrabjafari 2020-10-01 15:15:02
вуй надо трахнуть тебе bravooo👏👏
mehrabjafari 2020-10-01 15:20:42
2020-10-01 15:23:08
piyotech 2020-10-01 13:05:32
I want my aplication life without any npm start, i mean Will life forever if i close my ssh
I’m the one who got jumbled by this life word as wife, anyone else? 😳
piyotech 2020-10-01 15:27:00
2020-10-01 15:23:08
I’m the one who got jumbled by this life word as wife, anyone else? 😳
No, im not
Siberfx 2020-10-01 15:28:36
well these stats not for whole time Jaffari
Siberfx 2020-10-01 15:28:53
show us the whole :)).. and change the delay for next message to 5 seconds please 😛
Prem Soni 2020-10-01 15:31:56
Can anyone help me how to change password
Midelman 2020-10-01 15:32:24
Is there any way, how connect crystal reports laravel ?
2020-10-01 15:33:06
Prem Soni 2020-10-01 15:31:56
Can anyone help me how to change password
what you want exactly ?
Prem Soni 2020-10-01 15:33:19
In laravel
Prem Soni 2020-10-01 15:33:43
I want to make chang password form for admin
2020-10-01 15:34:23
you must get information (current password and new password and confirm password) in form
Prem Soni 2020-10-01 15:35:10
2020-10-01 15:34:23
you must get information (current password and new password and confirm password) in form
Than?
2020-10-01 15:35:24
and you must check current password and password in database set or not
2020-10-01 15:35:33
Siberfx 2020-10-01 15:28:36
well these stats not for whole time Jaffari
Guru ji top 2 😜
2020-10-01 15:35:36
please a momment
Prem Soni 2020-10-01 15:35:48
Ok
2020-10-01 15:36:46
for check set password you can use this code
2020-10-01 15:37:23
if(Hash::check($Currentpassword,$passwordDatabase))
{
// do something code….
}
2020-10-01 15:38:13
but remember use facade hash in yourController
Prem Soni 2020-10-01 15:38:21
And how to store our input field password in to a ariable
Prem Soni 2020-10-01 15:38:32
Ok
2020-10-01 15:38:35
use IlluminateSupportFacadesHash;
Prem Soni 2020-10-01 15:38:45
Ok
2020-10-01 15:39:03
and a important point
2020-10-01 15:39:28
if you use laravel 7»>
Prem Soni 2020-10-01 15:39:41
Yes
2020-10-01 15:40:57
a momment
2020-10-01 15:44:02
ok if u use laravel 7
2020-10-01 15:44:29
for route Get form passwordChange
← prev | next →