← prev | next →
KORANG 2019-04-10 22:00:08
DivByZero 2019-04-10 21:58:54
you can’t convert matlab scripts to php but you can Invoke matlab code from php using matlab’s compiler
Do u explain about it? i meant that what’s way to do that?
senhorY 2019-04-10 22:01:42
Another question. How can I customize the message for a validation “required”?
senhorY 2019-04-10 22:02:03
I tried making my own class extending rule but no luck so far
DivByZero 2019-04-10 22:02:38
senhorY 2019-04-10 21:09:30
Hey, anyone had an issue where laravel renders a page without the stylesheet and, after few milliseconds loads the stylesheet?
have you disabled the cache in your browser ?
senhorY 2019-04-10 22:04:13
Yep
senhorY 2019-04-10 22:04:22
Still doesnt work
DivByZero 2019-04-10 22:04:49
it could be a problem with your webserver’s serve file funcionality
DivByZero 2019-04-10 22:07:09
KORANG 2019-04-10 22:00:08
Do u explain about it? i meant that what’s way to do that?
it’s quite complex ,
first of all you should generate C/C++ source code from matlab
then you have to make php plugin from that and import that to your php.ini 🙂
DivByZero 2019-04-10 22:09:03
DivByZero 2019-04-10 22:07:09
it’s quite complex ,
first of all you should generate C/C++ source code from matlab
then you have to make php plugin from that and import that to your php.ini 🙂
also it would costs more than 2000$ for a single license
senhorY 2019-04-10 22:09:35
The thing is that I want only one field to change the message
senhorY 2019-04-10 22:09:43
$rules = [
’email’ => ‘required|email’,
‘tos’ => ‘required’,
];
$customMessages = [
‘required’ => ‘The :attribute field is required.’
];
$this->validate($request, $rules, $customMessages);
senhorY 2019-04-10 22:09:58
I do this, but the name tos doesnt look ok in the view
senhorY 2019-04-10 22:10:14
So I want to change the message just for that specific field
DivByZero 2019-04-10 22:11:21
KORANG 2019-04-10 22:00:08
Do u explain about it? i meant that what’s way to do that?
there is another option which you can compile your code , and install the matlab’s runtime on your server , then call the binary from your php script
DivByZero 2019-04-10 22:17:19
senhorY 2019-04-10 22:09:43
$rules = [
’email’ => ‘required|email’,
‘tos’ => ‘required’,
];
$customMessages = [
‘required’ => ‘The :attribute field is required.’
];
$this->validate($request, $rules, $customMessages);
it should be email.required i think
senhorY 2019-04-10 22:26:59
The point is the “tos”
DivByZero 2019-04-10 22:27:19
tos.required
senhorY 2019-04-10 22:27:20
“The tos field is required” doesnt sound too good
senhorY 2019-04-10 22:27:50
I want it to print “Accepting the terms of services is required”
senhorY 2019-04-10 22:27:55
:S
DivByZero 2019-04-10 22:28:28
$customMessages = [
‘required’ => ‘The :attribute field is required.’,
‘tos.required’=>’accept the god damn TOS dude’
];
senhorY 2019-04-10 22:33:01
Oh I see
senhorY 2019-04-10 22:33:04
Let me try
senhorY 2019-04-10 22:33:49
That’s it!
senhorY 2019-04-10 22:33:53
Thank you very much!
ransikoo 2019-04-11 07:16:27
i need dashbord panel for backend ? please help me
StanleyMasinde 2019-04-11 07:18:29
ransikoo 2019-04-11 07:16:27
i need dashbord panel for backend ? please help me
https://Startbootstrap.com have a template. It’s a good starting point otherwise package may end up wasting your time
Free Bootstrap Themes, Templates, Snippets, and Guides –
Start BootstrapStart Bootstrap develops free to download, open source Bootstrap 5 themes, templates, and snippets and creates guides and tutorials to help you learn more about designing and developing with Bootstrap.
Ravi Shanker 2019-04-11 07:19:15
Voyager is good too
Ravi Shanker 2019-04-11 07:19:53
Admin theme
StanleyMasinde 2019-04-11 07:20:14
Ravi Shanker 2019-04-11 07:19:15
Voyager is good too
It’s a package
hazhir 2019-04-11 07:45:10
richitorres 2019-04-10 20:05:40
vue js comes integrated on laravel project
It is recommended to make api and frontend divided! It would be better if you have both of them seperated from each other
T_r_a_p_s_o_u_l 2019-04-11 10:21:03
Please I want to create an ecommerce website with react and laravel
Please is it a good idea
T_r_a_p_s_o_u_l 2019-04-11 10:21:32
I want to use it as my final year project
T_r_a_p_s_o_u_l 2019-04-11 10:22:18
please help me
2019-04-11 10:30:28
Any laravel whatsup group
2019-04-11 10:30:36
Available
vfd14889 2019-04-11 12:47:22
https://www.megaweb.ir/s/GoRRGj
تغییرات لاراول 5.8 LARAVEL
آخرین مقالات دنیای وب و برنامه نویسی را در مگا وب بیابید. –
مگا وب
binumathew 2019-04-11 14:23:30
Synchronous and asynchronous transmissions are two different methods of transmission synchronization. Synchronous transmissions are synchronized by an external clock, while asynchronous transmissions are synchronized by special signals along the transmission medium.
Anoxy 2019-04-11 14:26:58
ransikoo 2019-04-11 07:16:27
i need dashbord panel for backend ? please help me
This is good
The Laravel Admin Panel That You Need
The Laravel Admin Panel That You Need – Code Wall –
Code WallSee one of the new contenders in the Laravel Admin Panel sector. This LAP is open-sourced and ready for further development on GitHub.
Smith 2019-04-11 16:19:47
Please I need help with truck management system
sergey_muc 2019-04-11 17:13:42
Not sure many people could understand the question
2019-04-11 17:14:06
Sorry for that
asmeyb 2019-04-11 17:23:05
Where I can Best tutorial beyond the basics(CRUD)?Advanced tutorials
ErgashevXurshid 2019-04-11 19:59:05
Hi guys, Do you have Yandex Map & Laravel Vue tutorial?
ErgashevXurshid 2019-04-11 19:59:10
Or
ErgashevXurshid 2019-04-11 19:59:34
Can you give me Google API for learn
2019-04-11 22:30:13
ErgashevXurshid 2019-04-11 19:59:34
Can you give me Google API for learn
yandex is free (for word)
google api isn’t free
but there are some package that use google app to connect google api
search “vue google translate”
ErgashevXurshid 2019-04-11 22:31:04
2019-04-11 22:30:13
yandex is free (for word)
google api isn’t free
but there are some package that use google app to connect google api
search “vue google translate”
Yes I fount thanks bro
ErgashevXurshid 2019-04-11 22:31:15
Right now I’m learning
Marvixino 2019-04-11 22:41:42
Any idea why artisan ignores .env and read the vars from config?
← prev | next →