Support the ongoing development of Laravel.io →
posted 5 years ago

Best way to implement Pagination in Laravel

Hi Everyone, This is my first post and new to this forum. I have implemented pagination with LengthA...

0 Likes
1 Replies

How to Splitting up nested Foreach Loop

I want to implement domain.com/section/slug format in my website.(currently it like - domain.com/sec...

0 Likes
1 Replies
posted 5 years ago

Helpers Directory not in Laravel 5.7

I'm new to Laravel development, want to migrate some Laravel project to the new version. so downloa...

0 Likes
0 Replies

Low request per second throughput with Laravel, AWS, Docker

Laravel 5.5 Php 7.0 AWS 8 cpu / 16GB Docker with nginx/php inside. I have an api that serves oauth...

0 Likes
0 Replies

Can't access data from custom error named bag

Hello! For some reasons I can't access data from error bag. I've assigned them to variable in view b...

0 Likes
0 Replies
posted 5 years ago

Help determining Socialite token validation steps.

Hello All, I apologize if there is a source for this information and I have missed it. I have read t...

0 Likes
0 Replies

Help determining Socialite token validation steps.

Hello All, I apologize if there is a source for this information and I have missed it. I have read t...

0 Likes
0 Replies

Adding Cache wrapper for model

I am fairly new to Laravel and I have been trying to find the best way to create a cache wrapper for...

0 Likes
0 Replies
posted 5 years ago

New Vue Component notworking

This issue is similar to this "https://laravel.io/forum/05-28-2017-new-vue-component-not-workin...

0 Likes
1 Replies

Get related posts based on post category

Hi. I'm getting my posts like this... public function show($slug) { $post = Post::where(...

0 Likes
1 Replies

Hi..I'am new to this group, I want this to save my checkbox.

//Here's my Blade <div class="col-md-12"> @foreach($intraoral_examination_list as $intraoral_...

0 Likes
0 Replies

Create a column with serial number in sequence after delete

Hi, I am new to laravel and i wanted to give serial number for rows displaying in frontend where the...

0 Likes
1 Replies
posted 5 years ago

Horizon::auth doesn't work, and closure is not called

AuthServiceProvider: public function boot() { $this->registerPolicies(); \Horizon::auth(...

0 Likes
0 Replies

Select Query Posts with Likes ( Like Facebook )

Hello , I have a question , I am developing a website like a facebook . It will have POSTS and a Use...

0 Likes
0 Replies

.htaccess exclude specific url & folder from proxy redirect

I have Laravel set up and running fine on example.com. Now, I want to proxy redirect example.com/ to...

0 Likes
2 Replies
posted 5 years ago

assertDatabaseMissing false positive? [solved]

This is my test code: $this->withoutMiddleware(); $fc = factory(\App\Models\FaqCategory::class)-...

0 Likes
4 Replies
posted 5 years ago

Model conditional relation with two tables

Hello, I have a generic model, let's call it a Vehicle. A Vehicle can be one of many types (Bicycle,...

0 Likes
0 Replies
posted 5 years ago

Excel Upload Laravel

Is it possible to upload 50k records through Excel in Laravel.. Currently i am facing issue its not...

0 Likes
1 Replies

Submitting form gives error 419, session expired

I'm using Laravel 5.7 In my view, list.blade.php I have this (relevant portion shown) <?php $coun...

0 Likes
2 Replies
posted 5 years ago

How to leave button inactive?

Good night, I'm having a problem, I wanted to check if I found the registry in the database, the but...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.