Contents:
Some body have a link of laravel 6?
Sorry I meant that if someone has a link to a Laravel 6 course?
hi i want to read webpage content with laravel and save website data into database,how can i does it with laravel?
is there any package for laravel?
Salom PaymentTelegrammbot degani haqida kim biladi?
Any one here knows how can I build an indirect referral system?
Have anyone try to integrate laravel with firestore?
Some body have a link of laravel 6?
Sorry I meant that if someone has a link to a Laravel 6 course?
hi i want to read webpage content with laravel and save website data into database,how can i does it with laravel?
is there any package for laravel?
Salom PaymentTelegrammbot degani haqida kim biladi?
Any one here knows how can I build an indirect referral system?
Have anyone try to integrate laravel with firestore?
2020-01-13 17:07:07
rrajesh011 2020-01-13 17:05:36
https://github.com/spatie/laravel-cors
GitHub – spatie/laravel-cors: Send CORS headers in a Laravel application – GitHub
Send CORS headers in a Laravel application. Contribute to spatie/laravel-cors development by creating an account on GitHub.
Send CORS headers in a Laravel application. Contribute to spatie/laravel-cors development by creating an account on GitHub.
Patricklab 2020-01-13 17:42:54
any flutter developer here
rrajesh011 2020-01-13 17:49:32
2020-01-13 17:07:07
https://github.com/spatie/laravel-cors
This works
rrajesh011 2020-01-13 19:37:25
Patricklab 2020-01-13 17:42:54
any flutter developer here
Flutter has seperate group ig
Node Js 2020-01-13 19:39:05
Some body have a link of laravel 6?
Node Js 2020-01-13 19:42:59
Sorry I meant that if someone has a link to a Laravel 6 course?
behindfactss 2020-01-13 20:04:10
https://graph.facebook.com/v5.0/oauth/access_token` resulted in a `400 Bad Request in laravel socialite
behindfactss 2020-01-13 20:04:37
behindfactss 2020-01-13 20:04:10
https://graph.facebook.com/v5.0/oauth/access_token` resulted in a `400 Bad Request in laravel socialite
any help to reslove this isssue
rrajesh011 2020-01-13 20:05:30
Node Js 2020-01-13 19:42:59
Sorry I meant that if someone has a link to a Laravel 6 course?
Laracast
Node Js 2020-01-13 20:05:55
Thank-you
rrajesh011 2020-01-13 20:06:20
Node Js 2020-01-13 20:05:55
Thank-you
It’s there in free
mimetype201 2020-01-13 20:07:20
hi i want to read webpage content with laravel and save website data into database,how can i does it with laravel?
2020-01-13 20:09:44
mimetype201 2020-01-13 20:07:20
hi i want to read webpage content with laravel and save website data into database,how can i does it with laravel?
CURL / Guzzle
behindfactss 2020-01-13 20:10:14
i Faced this Error: Client error: POST https://graph.facebook.com/v5.0/oauth/access_token resulted in a 400 Bad Request response: {“error”:{“message”:”Error validating client secret.”,”type”:”OAuthException”,”code”:1,”fbtrace_id”:”AMsemovt70hw_3pBCww (truncated…)
mimetype201 2020-01-13 20:10:18
2020-01-13 20:09:44
CURL / Guzzle
is there any package for laravel?
2020-01-13 20:10:54
mimetype201 2020-01-13 20:10:18
is there any package for laravel?
I told you! Guzzle.
Shox0180 2020-01-13 20:51:07
Salom PaymentTelegrammbot degani haqida kim biladi? Start bosilganda 10$ bonusi bor ekan. Har bir taklif qilingan odam soniga 1$ berar ekan
Pastdagi havolasi orqali kirgandim
https://t.me/PaymentTelegrammbot?start=495412575
Shox0180 2020-01-13 20:52:16

Start please Jentelmen
2020-01-14 03:06:15

i have problem
2020-01-14 03:20:23

AzriFakhrullah 2020-01-14 03:57:18

AzriFakhrullah 2020-01-14 03:57:19

AzriFakhrullah 2020-01-14 03:57:49
Hi i want to ask if there a way to sort total sales based on users and subscribe table.
AzriFakhrullah 2020-01-14 03:58:12
I also have try to use select raw. but the result return only one value and not the sum of all subscribers. but the result can be sorted.
AzriFakhrullah 2020-01-14 03:58:44
public function scopeWithTotalSales($query)
{
// dd($subscribes);
$total_sales = Subscribe::selectRaw(‘SUM(amount)’)
->whereColumn(‘user_id’,’users.affiliate_id’)
->getQuery();
{
// dd($subscribes);
$total_sales = Subscribe::selectRaw(‘SUM(amount)’)
->whereColumn(‘user_id’,’users.affiliate_id’)
->getQuery();
$base = $query->getQuery();
if(is_null($base->columns)){
$query->select([$base->from.’.*’]);
}
return $query->selectSub($total_sales, ‘total_sales’);
}
AzriFakhrullah 2020-01-14 03:59:19

Bittle 2020-01-14 04:39:30
Hey I’m new to laravel. I have a .sql file from an old website and would like to migrate and create models for it in laravel. Any help? I’ve tried for a while now (all top Google results)
AzriFakhrullah 2020-01-14 04:46:08
Hi, you just need to create a model using php artisan make:model and write the code like this in the model
protected $table = ‘table_name’;
Bittle 2020-01-14 05:17:30
AzriFakhrullah 2020-01-14 04:46:08
Hi, you just need to create a model using php artisan make:model and write the code like this in the model
protected $table = ‘table_name’;
oh nice lol, that was easy
Bittle 2020-01-14 05:17:39
thank you very much 🙂
Abubakar Umar 2020-01-14 06:08:49
Any one here knows how can I build an indirect referral system?
rrajesh011 2020-01-14 10:57:09
2020-01-13 17:07:07
https://github.com/spatie/laravel-cors
How to allow single domain not *(all)
rrajesh011 2020-01-14 10:57:35
If I’m adding * ita working but adding url giving core error
skys215 2020-01-14 11:07:28
Try Write down the domain name
rrajesh011 2020-01-14 11:08:11

rrajesh011 2020-01-14 11:08:25

skys215 2020-01-14 11:08:33
I think doesn’t need the protocol
Google it
Google it
skys215 2020-01-14 11:09:00
Yeah, you can see that your setting and origin is different
rrajesh011 2020-01-14 11:09:11
‘allow_origins’ => [ ‘https://spatie.be’, ‘https://laravel.com’, ],
rrajesh011 2020-01-14 11:09:47
skys215 2020-01-14 11:09:00
Yeah, you can see that your setting and origin is different
Here is the docs
rrajesh011 2020-01-14 11:11:09
Got it
AzriFakhrullah 2020-01-14 11:58:01
Have anyone try to integrate laravel with firestore?
Jhonatan Fernandez 2020-01-14 16:54:32
https://youtu.be/n77142y5R_0
Hola y bienvenidos a esta nueva clase, en la cual vamos a enseñarles como guardar los datos del producto. En este, explicaremos algunas cosas interesantes a tomar en cuenta.
En el siguiente video: https://youtu.be/Vlb5WJcDvh4
Realizo una pregunta a fin de poder saber qué haremos a la hora de salir laravel 7 en febrero. Por favor votar en el siguiente enlace: https://www.youtube.com/user/jeremiselxi/community?view_as=subscriber
Hola y bienvenidos a esta nueva clase, en la cual vamos a enseñarles como guardar los datos del producto. En este, explicaremos algunas cosas interesantes a tomar en cuenta.
En el siguiente video: https://youtu.be/Vlb5WJcDvh4
Realizo una pregunta a fin de poder saber qué haremos a la hora de salir laravel 7 en febrero. Por favor votar en el siguiente enlace: https://www.youtube.com/user/jeremiselxi/community?view_as=subscriber
24 Guardar producto – Creando tienda online Laravel 6 – YouTube
Hola y bienvenidos a esta nueva clase, en la cual vamos a enseñarles como guardar los datos del producto. En este explicaremos algunas cosas interesantes a t…
Hola y bienvenidos a esta nueva clase, en la cual vamos a enseñarles como guardar los datos del producto. En este explicaremos algunas cosas interesantes a t…
skys215 2020-01-14 17:04:08
Jhonatan Fernandez 2020-01-14 16:54:32
https://youtu.be/n77142y5R_0
Hola y bienvenidos a esta nueva clase, en la cual vamos a enseñarles como guardar los datos del producto. En este, explicaremos algunas cosas interesantes a tomar en cuenta.
En el siguiente video: https://youtu.be/Vlb5WJcDvh4
Realizo una pregunta a fin de poder saber qué haremos a la hora de salir laravel 7 en febrero. Por favor votar en el siguiente enlace: https://www.youtube.com/user/jeremiselxi/community?view_as=subscriber
Hola y bienvenidos a esta nueva clase, en la cual vamos a enseñarles como guardar los datos del producto. En este, explicaremos algunas cosas interesantes a tomar en cuenta.
En el siguiente video: https://youtu.be/Vlb5WJcDvh4
Realizo una pregunta a fin de poder saber qué haremos a la hora de salir laravel 7 en febrero. Por favor votar en el siguiente enlace: https://www.youtube.com/user/jeremiselxi/community?view_as=subscriber
Sorry, English group
2020-01-14 17:21:55
https://twitter.com/jideabdqudus/status/1217087535626801153?s=20
{Q} – Twitter
When you realize a Javascript Compiler is playing football for a Javascript Library 😂😳 #Babel #AJAX #Javascript #DryJokes
When you realize a Javascript Compiler is playing football for a Javascript Library 😂😳 #Babel #AJAX #Javascript #DryJokes
Boss_meet 2020-01-14 17:25:49
i am beginner in laravel any body suggest me free tutorials
skys215 2020-01-14 17:48:48
Boss_meet 2020-01-14 17:25:49
i am beginner in laravel any body suggest me free tutorials
laracasts
2020-01-14 19:07:25
Hi, does anyone know how to Restrict Content Pro to WordPress Plugin
Add field?
Add field?
MatPk 2020-01-14 21:01:05
Expected response code 250 but got code “530”, with message “530-5.7.0 Authentication Required
how can i solve this? i know it required two step verification but i don’t know how:|
how can i solve this? i know it required two step verification but i don’t know how:|
Baruc A 2020-01-14 21:08:21
Please can we, on the same post méthod, choose whether it’s in table A or in table B, that the data will be inserted ?