Anyone knows any infinite scrolling laravel package?

|
2019-03-22 04:08:57
How to Get ajax rout
okuban 2019-03-22 09:48:52
Anyone knows any infinite scrolling laravel package?
StanleyMasinde 2019-03-22 09:49:19
okuban 2019-03-22 09:48:52
Anyone knows any infinite scrolling laravel package?

Use jsscroll

StanleyMasinde 2019-03-22 09:49:36
StanleyMasinde 2019-03-22 09:49:19
Use jsscroll

Npmjs.com

okuban 2019-03-22 09:50:08
Thanks. Let me check
StanleyMasinde 2019-03-22 09:50:21
Fine
okuban 2019-03-22 09:51:41
StanleyMasinde 2019-03-22 09:49:19
Use jsscroll

Any documentation?

okuban 2019-03-22 09:52:02
There is one I tried but didn’t work
StanleyMasinde 2019-03-22 09:52:07
okuban 2019-03-22 09:51:41
Any documentation?

Yes on npmjs.com plus the maintainers site

l_alexis 2019-03-22 13:17:09
2019-03-22 00:02:10
<tr v-for=”lang in getAllLangs” :key=”lang.id”>
<th scope=”row”>1</th>
<td>{{ lang.language }}</td>
<td>{{ lang.code }}</td>
<td>{{ lang.name }}</td>
</tr>

Did you find the solution? Your function grtAllLangs should return data so you could iterate it.

2019-03-22 13:50:30
jaxmadaliyev 2019-03-21 15:55:54
Navruz is new year holiday for muslims okay?

no
it is new year for persian(iranian people) and some country in middle east
It is before Islam

2019-03-22 13:53:03
2019-03-22 00:01:47
public function lang_list(){
$languages = Language::all();
return response()->json($languages);
}

laravel auto return json
no need to do it yourself

amirhossein_dz 2019-03-22 21:09:17
hello everyone, i want to implement web push notification. i follow up below article, but in my website i dont have any authentication. so how can i provide subscription for guest users??
https://medium.com/@sagarmaheshwary31/push-notifications-with-laravel-and-webpush-446884265aaa

Push Notifications with Laravel and WebpushMedium
We will implement Push Notifications feature in our Laravel app using WebPush. We will use Vanilla Javascript for our front-end.
devink0430 2019-03-23 02:48:04
Maybe, you need create new user for this app
lefrankleal 2019-03-23 02:59:14
These are your right credentials?
lefrankleal 2019-03-23 02:59:29
Root user and no password?
lefrankleal 2019-03-23 03:15:07
Deploy server should give you new credentials
StanleyMasinde 2019-03-23 07:14:25
The credentials are not correct
lefrankleal 2019-03-23 07:17:29
In your cPanel, your database manager wich user has created?
StanleyMasinde 2019-03-23 07:17:55
Did you optimize your config files?
lefrankleal 2019-03-23 07:18:19
Everytime in online servers is needed an user and a specific password to make it work
lefrankleal 2019-03-23 07:19:14
Yup, we already know that, but every time you have to create an user and assign a password for each user
lefrankleal 2019-03-23 07:19:49
Look at YouTube, how to create an user and password in cPanel
lefrankleal 2019-03-23 07:22:14
Maybe cache or composer issue
lefrankleal 2019-03-23 07:22:24
Look at artisan commands
lefrankleal 2019-03-23 07:22:38
It’s like cache:clear
lefrankleal 2019-03-23 07:22:58
And composer is composer dump-autoload
lefrankleal 2019-03-23 07:24:42
At .env file the bd user isn’t root and bd password isn’t empty, right?
lefrankleal 2019-03-23 07:25:36
I have to be sure, ik u r experienced
lefrankleal 2019-03-23 07:26:19
Change the user and look if the user in the error change
lefrankleal 2019-03-23 07:28:41
.env shouldn’t be deleted
lefrankleal 2019-03-23 07:28:47
It’s a critical file
lefrankleal 2019-03-23 07:29:17
Show me a pic of your DB users created
lefrankleal 2019-03-23 07:29:37
At cPanel db user manager
Ankur Patel 2019-03-23 07:30:52
Hello
I am new in laravel.
I want to learn..
Help me.
Ankur Patel 2019-03-23 07:31:25
Any videos tutorial availability
lefrankleal 2019-03-23 07:32:12
Ankur Patel 2019-03-23 07:31:25
Any videos tutorial availability

Styde.net

lefrankleal 2019-03-23 07:33:05
Now the .env file, please be sure to hide any link or url
lefrankleal 2019-03-23 07:36:42
U sure ur DB is at same server than ur files server?
lefrankleal 2019-03-23 07:38:39
Test your credentials with a custom file
lefrankleal 2019-03-23 07:39:53
If it give you access with same credentials you would have something wrong at laravel files else the problem is with server
vasanthamohan 2019-03-23 08:13:54
Hi all.. is it possible to close session flash message after particular time in blade template?
vasanthamohan 2019-03-23 08:19:27
Without js or jQuery
2019-03-23 11:16:53
lefrankleal 2019-03-23 07:39:53
If it give you access with same credentials you would have something wrong at laravel files else the problem is with server

Go to bootstrap/cache folder
And delete all files except .gitignore in your project in server

lefrankleal 2019-03-23 11:17:43
vasanthamohan 2019-03-23 08:19:27
Without js or jQuery

Session life time search for it

2019-03-23 11:20:21
2019-03-23 11:16:53
Go to bootstrap/cache folder
And delete all files except .gitignore in your project in server

This should solve the .env problem

vasanthamohan 2019-03-23 12:09:14
lefrankleal 2019-03-23 11:17:43
Session life time search for it

Ok

Sumanta_mukhopadhyay 2019-03-23 15:56:20
Hie
2019-03-23 20:54:00
Hi everyone. Did someone make a multilanguage Laravel vuejs site? I’m trying but I can’t manage. Plz advise me some package or something
Harrisdtt 2019-03-23 21:11:57
Hi everyone could you tell me
how to logging like queue method
|