Trying to use curl to setup a laravel project?

|
Rachidi 2021-01-15 13:19:31
laravel_discuss-66674.jpg

Rachidi 2021-01-15 13:20:17
How to fix this error in laravel 5.5 and maatwebsite/excel 2.1.0
laravelamit 2021-01-15 14:43:55
Anyone can teach me laravel
laravelamit 2021-01-15 14:44:07
Hey gentle man
Singhm123 2021-01-15 15:45:59
I want to display my records using pagination like this..

1 2 3….. 10 12 13

Please help me what I have to do…
I’m using onEachside function..

Billa_Bongg 2021-01-15 15:47:56
Singhm123 2021-01-15 15:45:59
I want to display my records using pagination like this..

1 2 3….. 10 12 13

Please help me what I have to do…
I’m using onEachside function..

Would you consider datatable?

Singhm123 2021-01-15 15:51:42
Billa_Bongg 2021-01-15 15:47:56
Would you consider datatable?

There are 900 records..
I’m using

->peginate(10);

I want to show peginate format like this..

1 2 3 …… 8 9 10

veddishant 2021-01-15 16:13:00
Singhm123 2021-01-15 15:51:42
There are 900 records..
I’m using

->peginate(10);

I want to show peginate format like this..

1 2 3 …… 8 9 10

{{variable->links}} in view file

Singhm123 2021-01-15 16:49:10
veddishant 2021-01-15 16:13:00
{{variable->links}} in view file

I have used but it’s showing just like this..

1 2 3 4 5 6 7 8 9 10

Singhm123 2021-01-15 16:49:40
But I want to show it just like it..

1 2 3 …. 8 9 10

pardeep9218 2021-01-15 16:56:53
mayurtekwani 2021-01-13 13:37:03
Hello Guys
One of my client is required Laravel Developer for creating blogging website clients website is running on wordpress they want to change wordpress to laravel if you are interested please message me

Ref URL :- codebugs.in

Can do

veddishant 2021-01-15 17:19:27
Singhm123 2021-01-15 16:49:40
But I want to show it just like it..

1 2 3 …. 8 9 10

php artisan vendor:publish –tag=laravel-pagination

veddishant 2021-01-15 17:19:42
https://laravel.com/docs/8.x/pagination
Tjpatel16 2021-01-15 21:20:16
I am new in laravel and a little bit of confusion when need to use -> and =>
akhil341 2021-01-15 21:38:01
Tjpatel16 2021-01-15 21:20:16
I am new in laravel and a little bit of confusion when need to use -> and =>

First of all this is nothing about laravel .

natghi2010 2021-01-15 21:39:32
Tjpatel16 2021-01-15 21:20:16
I am new in laravel and a little bit of confusion when need to use -> and =>

=> for arry
->for chaining

Ibrahimsayedahmad 2021-01-15 21:46:39
Ameerul Adib MZA 2021-01-15 11:50:23
anyone have worked with this google drive driver?
https://gist.github.com/sergomet/f234cc7a8351352170eb547cccd65011

i would like for my user to be able to use their own google drive.

the problem i have is, the driver use service provider. i couldn’t set the config to use user’s config by using controller or middleware since the service provider would kick in first before the middleware or controller could set in.

is there a way for me to make the service provider to use the current user’s config stored in my db?

May be you can put your code in the boot function of the service provider

Ibrahimsayedahmad 2021-01-15 21:49:48
Tjpatel16 2021-01-15 21:20:16
I am new in laravel and a little bit of confusion when need to use -> and =>

=> associative array assignment
-> to access object methods or attributes

RezaAmini_ir 2021-01-15 21:50:39
Tjpatel16 2021-01-15 21:20:16
I am new in laravel and a little bit of confusion when need to use -> and =>

First learn PHP and Dive into OOP then start Laravel
Please 😉

Tjpatel16 2021-01-15 21:51:50
i am mobile app developer and need make some api in laravel
Tjpatel16 2021-01-15 21:52:02
client request
mhd_arffnn 2021-01-15 22:01:46
can someone help me on this issue, https://stackoverflow.com/questions/65741827/how-to-chain-laravel-model-query-builder

How to chain laravel model query builderStack Overflow
I was extending laravel model scope query using :
public function newEloquentBuilder($query)
{
return new FooBuilder($query);
}

public function newEloquentBuilder($query)
{
return new BarBui…

Severusxyz 2021-01-15 23:10:45
Rachidi 2021-01-15 13:20:17
How to fix this error in laravel 5.5 and maatwebsite/excel 2.1.0

laravel_discuss-66708.jpg

gerasart 2021-01-15 23:12:51
Severusxyz 2021-01-15 23:10:45

nice photo

🖖 2021-01-16 02:32:12
laravel_discuss-66717.jpg
Help please
Hfally 2021-01-16 02:58:31
🖖 2021-01-16 02:32:12
Help please

Send a clearer picture. Trying to use curl to setup a laravel project?

datlechin 2021-01-16 08:04:20
Does someone help me install vue + vue router + vuetify into my laravel project
🖖 2021-01-16 09:05:49
Hfally 2021-01-16 02:58:31
Send a clearer picture. Trying to use curl to setup a laravel project?

Yes

Stan 2021-01-16 10:07:53
datlechin 2021-01-16 08:04:20
Does someone help me install vue + vue router + vuetify into my laravel project

It is very easy

Stan 2021-01-16 10:08:05
Npm is the way to go
naolarega 2021-01-16 10:09:53
yarn is better
naolarega 2021-01-16 10:11:30
unlike npm, it keeps dependencies in a cache for later use instead of downloading it for every package
S3NX_8 2021-01-16 10:45:37
datlechin 2021-01-16 08:04:20
Does someone help me install vue + vue router + vuetify into my laravel project

Is your laravel 8.x ?

If so you can use jetstream with inertia
Then you won’t need vue and vue router

S3NX_8 2021-01-16 10:46:23
datlechin 2021-01-16 08:04:20
Does someone help me install vue + vue router + vuetify into my laravel project

Google on how to get started with vue for more enquiry

2021-01-16 11:31:32
Any laravel recharge web app developer?
|