β prev | next β
StanleyMasinde 2019-06-15 12:10:22
ransikoo 2019-06-15 12:07:23
how to use @auth with table peoducer ?
Like this???
I have to guess.
My guess is you want to use multiple guards in your application. And I may not be right……
oxbir 2019-06-15 12:11:08
S 2019-06-15 10:41:14
what error? @can still works on 5.8
Method IlluminateDatabaseEloquentCollection::bigIncrements does not exist.
StanleyMasinde 2019-06-15 12:11:23
A good question would be.
How can I enable login from two different tables? Like user and producers….
ransikoo 2019-06-15 12:14:31
StanleyMasinde 2019-06-15 12:10:22
Like this???
I have to guess.
My guess is you want to use multiple guards in your application. And I may not be right……
yes > i want to table user and producer that is 2 type Different actor and i need that login
StanleyMasinde 2019-06-15 12:16:07
ransikoo 2019-06-15 12:14:31
yes > i want to table user and producer that is 2 type Different actor and i need that login
This is multi guard login
StanleyMasinde 2019-06-15 12:17:24
Configuring Auth Guards For Multiple Users in Laravel
https://medium.com/@tomgrohl/configuring-auth-guards-for-multiple-users-in-laravel-6b845178e414
Configuring Auth Guards For Multiple Users in Laravel –
MediumIβm relatively new to using Laravel 5. Up until recently I managed a few applications that were Laravel 3 and 4.2, sadly we never had theβ¦
ransikoo 2019-06-15 12:25:39
StanleyMasinde 2019-06-15 12:17:24
Configuring Auth Guards For Multiple Users in Laravel
https://medium.com/@tomgrohl/configuring-auth-guards-for-multiple-users-in-laravel-6b845178e414
tanx
StanleyMasinde 2019-06-15 12:31:56
ransikoo 2019-06-15 12:25:39
tanx
You’re welcome
π 2019-06-15 17:22:22
Hello friends I’m new for this group
π 2019-06-15 17:27:48
I’m making url shortner
π 2019-06-15 17:27:56
Get this problem
π 2019-06-15 17:28:22
Redirect url before localhost address
π 2019-06-15 17:28:44
Any one slove this problem
oxbir 2019-06-15 17:45:09
oxbir 2019-06-15 12:11:08
Method IlluminateDatabaseEloquentCollection::bigIncrements does not exist.
Ψ
loveycom 2019-06-15 17:45:33
I encountered this problem in core php sometimes last year. I can’t remember how I solved it then
loveycom 2019-06-15 17:46:06
oxbir 2019-06-15 12:11:08
Method IlluminateDatabaseEloquentCollection::bigIncrements does not exist.
Where did you call bigincrement?
oxbir 2019-06-15 17:46:39
loveycom 2019-06-15 17:46:06
Where did you call bigincrement?
Migration table
skys215 2019-06-15 17:47:19
π 2019-06-15 17:28:22
Redirect url before localhost address
use nginx/apache’s ReverseProxy
π 2019-06-15 17:49:05
skys215 2019-06-15 17:47:19
use nginx/apache’s ReverseProxy
Im want to changes in httaccess file this problem is sloved??
skys215 2019-06-15 17:49:46
I think it’s possible
loveycom 2019-06-15 17:49:53
You shouldn’t have this error in migration.
oxbir 2019-06-15 17:50:54
loveycom 2019-06-15 17:49:53
You shouldn’t have this error in migration.
Why?
loveycom 2019-06-15 17:51:33
oxbir 2019-06-15 17:46:39
Migration table
Check your namespaces and use classes to ensure that you are not using wrong class
loveycom 2019-06-15 17:52:07
oxbir 2019-06-15 17:50:54
Why?
Because all classes should be automatically loaded
π 2019-06-15 17:53:04
skys215 2019-06-15 17:49:46
I think it’s possible
Ok I’m try
DesolatorMagno 2019-06-15 18:25:43
π 2019-06-15 17:27:56
Get this problem
It’s not a big, is a feature, that’s how it is intended to be.
GauravGohil 2019-06-15 19:14:05
How to export context of div as HTML and images that are linked in that code
hamidshariati_ir 2019-06-16 06:50:42
GauravGohil 2019-06-15 19:14:05
How to export context of div as HTML and images that are linked in that code
$(‘#divID img’).attr(“src”);
skys215 2019-06-16 08:48:52
see log
skys215 2019-06-16 08:52:34
Enable App_debug true
skys215 2019-06-16 09:02:59
See Apache/nginx log
skys215 2019-06-16 09:03:04
And php log
skys215 2019-06-16 09:04:02
Set error_log in php.ini
skys215 2019-06-16 09:07:56
Set ini_set and error_reporting(0)
murtaza_amravatiwala 2019-06-16 09:38:29
I want my Laravel app to support IE 11. I am using vuejs as my frontend framework. IE 11 is not supporting ES6 standard so I am trying to configure Babel but not able to complete it. Can anyone help me configure Babel in Laravel?
StanleyMasinde 2019-06-16 11:41:56
murtaza_amravatiwala 2019-06-16 09:38:29
I want my Laravel app to support IE 11. I am using vuejs as my frontend framework. IE 11 is not supporting ES6 standard so I am trying to configure Babel but not able to complete it. Can anyone help me configure Babel in Laravel?
Babel is already configured
StanleyMasinde 2019-06-16 11:42:16
Not unless you created your own framework.
razaririr 2019-06-16 12:10:23
Hello to all. I’m from Iran.
I can work with laravel.
If have project t from American
Or Europe I accept 50%Get paid as a salesman.
murtaza_amravatiwala 2019-06-16 14:07:50
StanleyMasinde 2019-06-16 11:41:56
Babel is already configured
How do I use it?
StanleyMasinde 2019-06-16 14:09:21
murtaza_amravatiwala 2019-06-16 14:07:50
How do I use it?
Just compile your JavaScript with webpack. Read on front-end scaffolding.
You dont need to do anything else.
StanleyMasinde 2019-06-16 14:11:44
Compiling Assets (Mix) – Laravel – The PHP Framework For Web Artisans
https://laravel.com/docs/5.8/mix
Laravel – The PHP Framework For Web Artisans –
LaravelLaravel is a PHP web application framework with expressive, elegant syntax. Weβve already laid the foundation β freeing you to create without sweating the small things.
hamidshariati_ir 2019-06-16 14:12:33
is there anybody had used laravel-modules with vuejs?
skys215 2019-06-16 16:17:32
Haha!
daemon_coder 2019-06-16 17:55:18
Please any guide on how to update ur laravel project in cpanel shared hosting?
skys215 2019-06-16 17:56:56
upgrade on local and overwrite it
daemon_coder 2019-06-16 17:58:13
skys215 2019-06-16 17:56:56
upgrade on local and overwrite it
I have to overwrite it anytime I make a major change?
skys215 2019-06-16 17:58:35
that’s what you should do when using a shared host
daemon_coder 2019-06-16 18:01:11
Oops! Dats what I have been doing. Am getting tired of it and sometimes overwriting d project makes d server generate errors dat I have to rest it. π€¦ββ
β prev | next β