← prev | next →
2019-10-16 23:24:35
Is it possible to have a free hosting service that I can test my LARAVEL project online
2019-10-16 23:27:16
2019-10-16 23:24:35
Is it possible to have a free hosting service that I can test my LARAVEL project online
I want to test my project live
DesolatorMagno 2019-10-17 00:25:29
Yes.
behzadaminnima 2019-10-17 00:27:25
laravel document
laravel.com
و فارسی
https://jobteam.ir/category/Laravel
فریم ورک لاراول (laravel) چیست –
جاب تیمفریمورک لاراول (laravel) یا فریم ورک لاراول چیست؟ مهم تر از همه این ها لاراول و آموزش این فریمورک را از کجا شروع کنیم.
2019-10-17 00:33:17
what is problem?
DesolatorMagno 2019-10-17 00:40:15
Delete DB and create it again.
2019-10-17 00:46:32
DesolatorMagno 2019-10-17 00:40:15
Delete DB and create it again.
new created a db
ramysaied 2019-10-17 00:50:01
Does anyone know how to integrate h5p with laravel 5.8
2019-10-17 04:42:06
Mani 2019-10-16 21:51:24
public function redirect($service)
{
return Socialite::driver ( $service )->redirect ();
}
public function callback($service)
{
$user = Socialite::with ( $service )->user ();
dd($user);
}
Again got the same error bro.
2019-10-17 07:40:38
Any laravel experts available here
2019-10-17 07:49:27
I am using laravel 5.4. I installed the socialite package in my Project. I tried to log in with google.The Redirecting URL: http//:localhost/sociallogin/google/callback.
But I got an error
I google it more than more time.Lot of solution availble here but nothing to one help for me. I didnot solve the issue.
I attached the screenshot.I struggling last two days solve this issue.Help me anyone.
2019-10-17 07:59:10
Ya I did but got same error.
2019-10-17 08:02:49
K bro If you did, please let me know the status.
2019-10-17 08:41:51
K Bro what are the steps are following by install package?
2019-10-17 08:42:16
Can you share the code?
2019-10-17 08:42:39
Without login creditals
Mani 2019-10-17 08:52:16

@manimaran Workign fine for me too. Larvael 5.4 with min dependecies.
skys215 2019-10-17 08:55:36
Check while login if code was passed
Use network panel/tab in developer tools to check this
dont forget to click the “preserve log” option, unless the requests will flush away when page has redirected
H_Bakhtar 2019-10-17 09:08:30
Hi friends i wanna migrate all table and at the same time seeder also run what i defined in seeder how should i do ?
rebory 2019-10-17 09:28:15
i face this error when open phpmyadmin?
H_Bakhtar 2019-10-17 09:31:16
go to xamppphpMyAdmin and find this config.inc.php file
rebory 2019-10-17 09:32:02
H_Bakhtar 2019-10-17 09:31:16
go to xamppphpMyAdmin and find this config.inc.php file
ok after that
H_Bakhtar 2019-10-17 09:32:05
then first line find cookie
rebory 2019-10-17 09:33:01
ok
H_Bakhtar 2019-10-17 09:33:29
H_Bakhtar 2019-10-17 09:33:58
if it is cookie replce with config
rebory 2019-10-17 09:33:59
next?
rebory 2019-10-17 09:34:04
ok
H_Bakhtar 2019-10-17 09:34:22
and vice versa
rebory 2019-10-17 09:37:19
there is already config
H_Bakhtar 2019-10-17 09:38:21
change it to cookie
oxbir 2019-10-17 10:11:04
What is this error
oxbir 2019-10-17 10:11:28
Object of class IlluminateDatabaseEloquentBuilder could not be converted to int
oxbir 2019-10-17 10:14:03
skys215 2019-10-17 10:41:02
oxbir 2019-10-17 10:14:03
Coupon::where(‘percent’) returns a queryBuilder, it can’t divide by 100
PHP Begginer 2019-10-17 15:08:19

Hi guys , I have cloned the project and follow all the instruction .When i launch the appl i get the following error message
PHP Begginer 2019-10-17 15:08:32
Can someone assist pls
skys215 2019-10-17 15:14:31
PHP Begginer 2019-10-17 15:08:19
Hi guys , I have cloned the project and follow all the instruction .When i launch the appl i get the following error message
See laravel.log
Set app_env to development or local to show error on 500
PHP Begginer 2019-10-17 15:21:39
[2019-10-17 12:20:41] local.ERROR: The Mix manifest does not exist.
PHP Begginer 2019-10-17 15:29:03
Resolved guys. Npm wasn’t installed.Thank all
shubhamdhyani 2019-10-17 15:35:11
Greatest advice ever
2019-10-17 17:12:35
I am using laravel 5.4 package for my project.I trying to login with gmail.redirecting successfully after entering login gmail account.I got this error
gareth_g 2019-10-17 17:18:57
Well did you read the error?
2019-10-17 17:19:35
Ya the app isn’t verified
gareth_g 2019-10-17 17:20:16
So what’s the issue?
2019-10-17 17:22:20
gareth_g 2019-10-17 17:20:16
So what’s the issue?
Google isn’t verifying the application. But my question is i trying to access locally.lot tutorials teach this approach working fine that approach
2019-10-17 17:24:59

one to help🙏
gui_leiva 2019-10-17 17:52:30
2019-10-17 17:24:59
one to help🙏
migrate:fresh
← prev | next →