Contents:
may i know, how to enable extension?
Hi, I want to access 2nd Last URL from the history in Laravel, how can i do it?
i,m not see tr ?
Did you add the hasFactory trait to your product model?
I wanna host my project, but it give me an error like below, how can i solve it?
Hey, pretty quick question can i somehow use a laravel app on a SharedHosting?
Any laravel CRM already implemented ?
may i know, how to enable extension?
Hi, I want to access 2nd Last URL from the history in Laravel, how can i do it?
i,m not see tr ?
Did you add the hasFactory trait to your product model?
I wanna host my project, but it give me an error like below, how can i solve it?
Hey, pretty quick question can i somehow use a laravel app on a SharedHosting?
Any laravel CRM already implemented ?
kevinpita 2020-11-16 11:35:10
mohsen 2020-11-16 11:34:35
i,m surry fix my problem any way thnk you
You should post the problem and the fix, so other can learn from it
anuprasadgc 2020-11-16 12:23:03
any one know about passport in laravel
anuprasadgc 2020-11-16 12:29:18
laravel 8
Pro 2020-11-16 12:31:13
Read the docs
Sam Syed 2020-11-16 12:35:45
i got an error from CMD
Sam Syed 2020-11-16 12:36:00
To enable extensions, verify that they are enabled in your .ini files:
– C:phpphp-7.4.12-Win32-vc15-x64php.ini
You can also run php –ini inside terminal to see which files are used by PHP in CLI mode.
– C:phpphp-7.4.12-Win32-vc15-x64php.ini
You can also run php –ini inside terminal to see which files are used by PHP in CLI mode.
Sam Syed 2020-11-16 12:36:34
may i know, how to enable extension?
reaksm3y 2020-11-16 12:39:03
go to php.ini and then uncomment fileinfo
adityaa_codes 2020-11-16 13:49:36
Hi, I want to access 2nd Last URL from the history in Laravel, how can i do it? Any Help?
Or I just don’t wanna save the certain URL in the history!
mohsen 2020-11-16 14:23:29
hi – i have a problem
i,m use package yajra (yajra/laravel-datatables-oracle)
and i,m send with this packages iformation in tables and product tr in page
but when time i,m want use this function js – it,s dosn,t work :
i,m use package yajra (yajra/laravel-datatables-oracle)
and i,m send with this packages iformation in tables and product tr in page
but when time i,m want use this function js – it,s dosn,t work :
$(“tbody tr”).mouseenter(function() {
console.log(“tell me some things…”);
});
mohsen 2020-11-16 14:26:58
and some things fun . when time i,m see view-source
i,m not see tr ?its mean tr product with js and ajax ?
i,m not see tr ?its mean tr product with js and ajax ?
PHP Begginer 2020-11-16 17:12:04
Can someone assit please ,i am trying to seed via tinker but i get the follwing errotr BadMethodCallException
Call to undefined method AppProduct::factory()
kevinpita 2020-11-16 17:14:14
PHP Begginer 2020-11-16 17:12:04
Can someone assit please ,i am trying to seed via tinker but i get the follwing errotr BadMethodCallException
Call to undefined method AppProduct::factory()
What are you running
PHP Begginer 2020-11-16 17:14:51
to insert the data via seeder
PHP Begginer 2020-11-16 17:18:41
https://paste.laravel.io/1f77d4bf-2782-430b-9f88-d2d8992987ad#5,11
PHP Begginer 2020-11-16 17:21:08
I have created a factory for my product table when i run php migrate:fresh –seed i get the error above badMethod
Sam Syed 2020-11-16 17:28:52

how to fix this problem
PHP Begginer 2020-11-16 18:07:10
https://paste.laravel.io/9bbc20d0-7a15-4085-9fab-6f18e61ad18d
TOXmoltox 2020-11-16 19:39:23
PHP Begginer 2020-11-16 17:21:08
I have created a factory for my product table when i run php migrate:fresh –seed i get the error above badMethod
Did you add the hasFactory trait to your product model?
Jomitz 2020-11-16 20:00:13
Z_Yamin 2020-11-16 08:26:56
I wanna host my project, but it give me an error like below, how can i solve it?
paiwast.com/vendor/composer/../intervention/image/src/Intervention/Image/ImageServiceProvider.php): failed to open stream: No such file or directory
paiwast.com/vendor/composer/../intervention/image/src/Intervention/Image/ImageServiceProvider.php): failed to open stream: No such file or directory
Composer update
The_ark3 2020-11-16 20:46:44

When I click local host
The_ark3 2020-11-16 20:46:59
Somebody help me solve it
anuprasadgc 2020-11-16 20:55:45
Sam Syed 2020-11-16 17:28:52
how to fix this problem
find your php.ini file then open it in notepad. Find this part (ctrl+F and type curl) then make it the file like this.
NeaMitika 2020-11-16 22:03:24
Hey, pretty quick question can i somehow use a laravel app on a SharedHosting?
DesolatorMagno 2020-11-16 22:04:43
Yes
DesolatorMagno 2020-11-16 22:05:23
There are many tutorials on how to deploy.
NeaMitika 2020-11-16 22:07:37
Roger that!
PHP Begginer 2020-11-16 22:22:03
TOXmoltox 2020-11-16 19:39:23
Did you add the hasFactory trait to your product model?
Yes
PHP Begginer 2020-11-16 22:24:37
TOXmoltox 2020-11-16 19:39:23
Did you add the hasFactory trait to your product model?
Thank you very much .It works.
Joesmith123 2020-11-16 23:01:02
Any laravel CRM already implemented ?
ricardosawir 2020-11-17 06:05:16
Hi friends, if you love to tinker more on PHP basic level (read: no framework), you may like this.
https://gum.co/funphp
https://gum.co/funphp
Fun PHP Project: Building a Login Form – Gumroad
Hi, my name is Ricardo Sawir. I love to code with PHP, and today, I want to invite you to code along with me. I hope this video can bring values to your development careers, or even if you’re j…
Hi, my name is Ricardo Sawir. I love to code with PHP, and today, I want to invite you to code along with me. I hope this video can bring values to your development careers, or even if you’re j…
nasservb 2020-11-17 06:20:04
The_ark3 2020-11-16 20:46:44
When I click local host
your 80 port is reserved by iis
nasservb 2020-11-17 06:20:31
you can stop IIS and start apache to solve problem
nasservb 2020-11-17 06:21:54
you can use easyphp or xampp for easy hosting your application on windows
2020-11-17 09:18:43
is there any Indians laravel developer. I want ecommerce website
o_sayfullayev 2020-11-17 09:22:33
2020-11-17 09:18:43
is there any Indians laravel developer. I want ecommerce website
is India doesn’t have Indian Laravel chat?
2020-11-17 09:27:23
o_sayfullayev 2020-11-17 09:22:33
is India doesn’t have Indian Laravel chat?
Ok
Fred_ki 2020-11-17 09:33:01
2020-11-17 09:18:43
is there any Indians laravel developer. I want ecommerce website
only Indian ?
2020-11-17 09:44:53
2020-11-17 09:18:43
is there any Indians laravel developer. I want ecommerce website
I am laravel developee in india i have experience in ecommerce
Monika 2020-11-17 10:28:14
Hi am new to laravel framework