← prev | next →
loveycom 2019-09-11 14:38:49
Developers all over the world, good day. I have a good news for fellow developers in India or who wants to integrate with Indian payment gateway CASHFREE. I have developed a package on github for this.
Please check it out and contribute. Thanks.
https://github.com/kayusgold/laravel-cashfree-api
Regards,
Kayode Omolaoye,
From Nigeria.
kayusgold/laravel-cashfree-api –
GitHubCashFree Payment Gateway is one of the most used Payment Gateway in India. Here is the code on how to integrate the API in any PHP project or Laravel. – kayusgold/laravel-cashfree-api
Ravi Shanker 2019-09-11 14:55:30
loveycom 2019-09-11 14:38:49
Developers all over the world, good day. I have a good news for fellow developers in India or who wants to integrate with Indian payment gateway CASHFREE. I have developed a package on github for this.
Please check it out and contribute. Thanks.
https://github.com/kayusgold/laravel-cashfree-api
Regards,
Kayode Omolaoye,
From Nigeria.
Thank you Kay for the effort.
Patricklab 2019-09-11 16:15:06
has anyone here worked with flutter here got a project and need someone to help me out with api development (PAID)
loveycom 2019-09-11 20:38:52
Patricklab 2019-09-11 16:15:06
has anyone here worked with flutter here got a project and need someone to help me out with api development (PAID)
I am flutter developer
Marvixino 2019-09-11 20:49:22
Route::group([ ‘prefix’ => ‘users’ ], function () {
Route::get(‘?!??!’, ‘BackendUsersController@index’)->name(‘users.index’);How I make route to site.com/users with index view?
DesolatorMagno 2019-09-11 20:58:59
did you try ‘/’
zack6849 2019-09-11 21:17:23
env(‘check’) will return the value from .env
.env
———
foo=bar
whatever.php
env(‘foo’); //returns ‘bar’
RayhanYulanda 2019-09-11 21:40:59
Patricklab 2019-09-11 16:15:06
has anyone here worked with flutter here got a project and need someone to help me out with api development (PAID)
just share it in freelancer.com
tonyfrenzy 2019-09-11 23:08:30
https://medium.com/@tonyfrenzy/structured-data-to-use-json-ld-or-microdata-aed9ed3471cc
SEO for Web Developers Series. This might be a good read, check me out guys.
SEO for Web Developers — To Use JSON-LD or Microdata? –
Medium— SEO for Web Developers
RdotDev 2019-09-12 04:30:00
zack6849 2019-09-11 21:17:23
env(‘check’) will return the value from .env
.env
———
foo=bar
whatever.php
env(‘foo’); //returns ‘bar’
Don’t use env() in files except config files. Create a config file and then add env variables in this file as array.
eg:-
myconfig.php
return [
‘foo’ => env(‘foo’)
];
Config Call from files :- config(‘myconfig.foo’);
Not caching env variables.
zack6849 2019-09-12 04:30:36
RdotDev 2019-09-12 04:30:00
Don’t use env() in files except config files. Create a config file and then add env variables in this file as array.
eg:-
myconfig.php
return [
‘foo’ => env(‘foo’)
];
Config Call from files :- config(‘myconfig.foo’);
Not caching env variables.
Sure, I just didn’t know if me explaining that would go well since he didn’t speak english
fadjrin037 2019-09-12 06:22:44
#ASK any body know about php cas for laravel 6?
komalkant Gupta 2019-09-12 09:48:37
how to convert x (jpeg,doc,docx,xls,.txt) to pdf in laravel php
vasanthamohan 2019-09-12 10:56:03
Hai all
vasanthamohan 2019-09-12 10:56:29
How to use attach method in maillable
vasanthamohan 2019-09-12 13:28:04
Anyone know why I have a following error in execel export
vasanthamohan 2019-09-12 13:28:29
I have installed a package maatewebsite
vasanthamohan 2019-09-12 13:29:36
When I am using Excel::creat()
call to an undefined method creat
komalkant Gupta 2019-09-12 13:31:06
vasanthamohan 2019-09-12 13:29:36
When I am using Excel::creat()
call to an undefined method creat
create
vasanthamohan 2019-09-12 13:31:49
vasanthamohan 2019-09-12 13:29:36
When I am using Excel::creat()
call to an undefined method creat
*create
vasanthamohan 2019-09-12 13:31:59
komalkant Gupta 2019-09-12 13:31:06
create
That’s also
vasanthamohan 2019-09-12 13:36:28
In latest package create method removed
vasanthamohan 2019-09-12 13:37:29
Anyone tell how to export a customised data from database and make csv and attach to mail
vasanthamohan 2019-09-12 13:39:24
I already tried google but didn’t find better one
juanchoss 2019-09-12 13:41:53
Jwt for laravel 6?
vasanthamohan 2019-09-12 13:49:07
This is very helpful just now I found
vasanthamohan 2019-09-12 13:50:03
Then could please tell me how to implement a highchart with data from database in laravel
vasanthamohan 2019-09-12 13:50:15
Yes
vasanthamohan 2019-09-12 13:50:20
Ofc
vasanthamohan 2019-09-12 13:50:28
vasanthamohan 2019-09-12 13:50:03
Then could please tell me how to implement a highchart with data from database in laravel
Thanks in advance
vasanthamohan 2019-09-12 13:52:41
Do you have any link
vasanthamohan 2019-09-12 14:01:29
Ok thankyou
2019-09-12 17:36:10
hello every body
2019-09-12 17:36:35
i have problem for install laravel version 6
2019-09-12 17:37:59
i need laravel 6
2019-09-12 17:38:09
just install v5.4
2019-09-12 17:38:52
please help me gys
2019-09-12 17:42:41

why install v5.4?
DesolatorMagno 2019-09-12 17:47:05
You have the requisite for Laravel 6.0?
2019-09-12 17:48:20
no defrent
2019-09-12 17:48:30
5.8 is ok
2019-09-12 17:48:49
i just install 5.4
2019-09-12 17:48:56
i don’t know
2019-09-12 17:50:10
i don’t know check composer the requirements
DesolatorMagno 2019-09-12 17:50:14
Well, it check the requisite when you install a packages.
DesolatorMagno 2019-09-12 17:50:35
2019-09-12 17:50:10
i don’t know check composer the requirements
Not composer, Laravel, what php version you have?
DesolatorMagno 2019-09-12 17:51:45
And it look really weird that it is installing the last version that support php 5.xx
2019-09-12 17:53:28
DesolatorMagno 2019-09-12 17:51:45
And it look really weird that it is installing the last version that support php 5.xx
installing php version 7.2 by wamp server
← prev | next →