Did you include jQuery?

|
MahdyAdel 2020-06-23 17:13:49
You mean, send you a link
Siberfx 2020-06-23 17:14:48
Man how you can manage a server if you dont have the idea that is it shared or not
Siberfx 2020-06-23 17:15:05
For production you need to know
Siberfx 2020-06-23 17:15:36
Otherwise, what is the sense ? Find somebody to deploy project for you
juanchoss 2020-06-23 18:41:21
can anyone help with this “A required parameter code is missing” im using laravel socialite
juanchoss 2020-06-23 18:41:34
im testing with linkedin
Shijinsubramanniam 2020-06-23 19:44:10
Abidesoft 2020-06-23 17:09:59
How you solve?

I was installed the node js on laravel project folder once I changed the directory to program files it’s works

. 2020-06-23 20:31:57
https://freepaidcourses.info/Course/View/laravel-7x-from-beginners-to-master
Free Online Courses – Access Anything On your Schedule – freepaidcourses

Free Online Courses – Access Anything On your Schedule – freepaidcoursesfreepaidcourses.info
freepaidcourses is an online resource sharing site with over 100,000 courses In our Database. Get Access to What you Want to Study for free
flyingdragons 2020-06-23 21:02:23
https://stackcoder.in/posts/github-login-with-php-laravel-socialite
GitHub Login With PHP Laravel Socialite

GitHub Login With PHP Laravel Socialite | StackCoderStackCoder
In this article, we will implement GitHub login with PHP Laravel Socialite package. This package is really awesome for all social logins.
flyingdragons 2020-06-23 21:03:37
juanchoss 2020-06-23 18:41:21
can anyone help with this “A required parameter code is missing” im using laravel socialite

Show me your configuration file

flyingdragons 2020-06-23 21:04:58
juanchoss 2020-06-23 18:41:21
can anyone help with this “A required parameter code is missing” im using laravel socialite

Kindly share some code bro. Just now I released an article in Socialite which might really help you

zymawy 2020-06-23 21:16:38
Hello Everyone,

We are looking for a creative Laravel developer, if you are interested, share your CV to alkhwlani@yandex.ru
or dm at @salkhwlani

* Full/Part-time.
* Work remotely available.

duruiz 2020-06-23 21:31:38
hello everyone, I’m here again.
So, I have a voyager CMS installed on my first laravel project and in the local version I added some content to it, after pushing it to the repository and deploying from the repository I found that the storage/app/public/ is ignored by the default gitignore file, but I need those files to show up in my dev branch online, in a bad practice to push this folder to the repository? there is some alternative I’m not aware of?
2020-06-23 21:39:33
flyingdragons 2020-06-23 21:02:23
https://stackcoder.in/posts/github-login-with-php-laravel-socialite
GitHub Login With PHP Laravel Socialite

Bro, on your blog site, mobile menu icon doesn’t open sidebar menu? Disabled or not working?

flyingdragons 2020-06-23 21:40:30
2020-06-23 21:39:33
Bro, on your blog site, mobile menu icon doesn’t open sidebar menu? Disabled or not working?

I think site might have not loaded yet.

2020-06-23 21:40:45
Loaded completely.
flyingdragons 2020-06-23 21:41:21
Okay checking. Thank you very much
flyingdragons 2020-06-23 21:50:33
2020-06-23 21:40:45
Loaded completely.

Thank you very much bro. Fixed it. Please check now.

2020-06-23 21:51:25
flyingdragons 2020-06-23 21:50:33
Thank you very much bro. Fixed it. Please check now.

Now working, btw great articles ๐Ÿ‘ it’s worth reading all of them. Thank you for the efforts and dedication.

flyingdragons 2020-06-23 21:52:31
๐Ÿ™๐Ÿ™๐Ÿ™ thank you very much. Your kind words helps me write good articles.
SHOSHO_RAM 2020-06-23 23:17:57
Do you like to learn Laravel Livewire in Arabic language

Every day at 8 PM (KSA timezone) that launched new lesson about Livewire on:

ู…ูƒุชุจุฉ Laravel Livewire – YouTubeYouTube
SHOSHO_RAM 2020-06-23 23:24:58
https://www.youtube.com/channel/UC88EfnLmGryRdYqL5wYupqA
2020-06-24 00:29:08
Please i am getting this internal server error in my code. PHP Parse error: syntax error, unexpected ‘?’ in /home/itechwe1/phpscripts.itechwebnig.com.ng/fintech/core/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php on line 500///
2020-06-24 00:29:44
this is the main code here function factory()
{
$factory = app(EloquentFactory::class);

$arguments = func_get_args();

if (isset($arguments[1]) && is_string($arguments[1])) {
return $factory->of($arguments[0], $arguments[1])->times($arguments[1] ?? null);
} elseif (isset($arguments[1])) {
return $factory->of($arguments[0])->times($arguments[1]);
}

return $factory->of($arguments[0]);
}
}

oksign 2020-06-24 05:35:38
Lmao
duruiz 2020-06-24 06:47:57
2020-06-24 00:29:44
this is the main code here function factory()
{
$factory = app(EloquentFactory::class);

$arguments = func_get_args();

if (isset($arguments[1]) && is_string($arguments[1])) {
return $factory->of($arguments[0], $arguments[1])->times($arguments[1] ?? null);
} elseif (isset($arguments[1])) {
return $factory->of($arguments[0])->times($arguments[1]);
}

return $factory->of($arguments[0]);
}
}

this piece of code has an extra }.
you can use tree back-ticks ` before and after your code block, so it got a better formating
like this
this make easier to people help you.

itechsoft 2020-06-24 07:55:54
duruiz 2020-06-24 06:47:57
this piece of code has an extra }.
you can use tree back-ticks ` before and after your code block, so it got a better formating
like this
this make easier to people help you.

Thanks I have resolved it

duruiz 2020-06-24 07:56:46
itechsoft 2020-06-24 07:55:54
Thanks I have resolved it

nice ๐Ÿ™‚

2020-06-24 08:40:47
anyone know bootstrap
2020-06-24 08:45:56
2020-06-24 08:40:47
anyone know bootstrap

Yeah

Unknownuser009 2020-06-24 08:54:39
2020-06-24 08:40:47
anyone know bootstrap

Ya say

SrEeRaG 2020-06-24 09:05:53
Hi
Anyone knows how to upload laravel project to AWS ec2
2020-06-24 09:18:37
2020-06-24 08:45:56
Yeah

can you help

2020-06-24 09:44:45
Unknownuser009 2020-06-24 08:54:39
Ya say

actually i am facing a problem whenever i add my navbar to my html file the dropdowns are not working

2020-06-24 09:56:53
Did you include jQuery????
2020-06-24 10:04:08
yes all done
Siberfx 2020-06-24 10:14:52
So routes of css/js problems i think
Siberfx 2020-06-24 10:15:02
Share the view
Siberfx 2020-06-24 10:15:39
Or even open console on your browser and see is there any error or not
2020-06-24 10:36:37
2020-06-24 10:04:08
yes all done

jQuery should ne included before including any other JavaScript library

2020-06-24 10:37:06
This may the problem
2020-06-24 10:37:23
Or there is some logical error i think u have made
2020-06-24 10:38:27
https://getbootstrap.com/docs/4.3/components/navbar/

NavbarGetbootstrap
Documentation and examples for Bootstrapโ€™s powerful, responsive navigation header, the navbar. Includes support for branding, navigation, and more, including support for our collapse plugin.
2020-06-24 10:38:40
Follow this link for bootstrap navbar
2020-06-24 10:38:52
Its for bootstrap 4
Shijinsubramanniam 2020-06-24 10:48:55
@csrf is not working?y?
amirAutomationEnginner 2020-06-24 11:00:12
Use {csrf_token()}
amirAutomationEnginner 2020-06-24 11:00:23
Shijinsubramanniam 2020-06-24 10:48:55
@csrf is not working?y?

Use {csrf_token()}

Shijinsubramanniam 2020-06-24 11:01:11
To upload image …It shows url is not found
Shijinsubramanniam 2020-06-24 11:45:43
laravel_discuss-42784.jpg
Home
|