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

How to "forget" a group of cached keys?

I'm working on this routine that stores a lot of data in cache (just the default storage, for now) a...

0 Likes
2 Replies
Solved

Laravel 5 custom error view for 500

We can put custom error views in resources/templates/error/ERRORCODE.blade.php. This works, except f...

0 Likes
20 Replies
posted 8 years ago

SQLSTATE[42S02]: Base table or view not found: 1146 Table

Laravel 5.3 PHP: 7.0.3 First Error > [Illuminate\Database\QueryException] SQLSTATE[42S02]: Base t...

0 Likes
7 Replies
Solved
posted 6 years ago

How do i integrate vue-router and Laravel ?

Currently i am using vue and laravel together.Vue for frontend and laravel for backend api.I am tryi...

0 Likes
1 Replies

concatenate strind in loop in laravel

$values = [1, 2, 3]; $string = ''; foreach ($values as $value) { $string .= $value . " AND &quo...

0 Likes
2 Replies
posted 7 years ago

Variable is visible outside the loop in blade

I made this simple setup to easier describe my problem. This is the routs file: Route::get('/', func...

0 Likes
1 Replies
posted 6 years ago

IIS Fast-CGI random issues with URL case sensative issue

We have had issues accessing our laravel application on IIS with fast-cgi. The app url http://server...

0 Likes
0 Replies

Randomize Laravel table rows to be unique

I have an app that has Categories, Boards, and Pins Models. A category has many boards and has many...

0 Likes
2 Replies

How to group relationship and get rank

Basically I have a point log table as follows: user_id | points 1 | 10 2 | 20 1 |...

0 Likes
0 Replies
posted 6 years ago

Cron Job Scheduling

Hy All, I have 500+ Scheduling jobs which i managed to run with database.. i don't want to use cront...

0 Likes
1 Replies
posted 6 years ago

Schedule Process from a Controller

Hi. I have a controller that invokes a command through a Process component. The command run fine, is...

0 Likes
0 Replies
posted 6 years ago

Output Process to View in real time

I run a process with Symfony Process component, the process invokes a script that compress folders a...

0 Likes
0 Replies
posted 6 years ago

Admin Approval

Hey Guys I want to know how can I set admin approval in my application, the fact that every post pub...

0 Likes
2 Replies
Solved
posted 6 years ago

Laravel 5.5 and Tymon jwt-auth

I have followed the quickstart here for Tymon JWT and I can login okay (that route isn't protected)...

0 Likes
0 Replies

Unable to access database "unknown host"

Hello, First of all, my website worked very well in local (using WAMP) until I try to add a remote h...

0 Likes
0 Replies

Model access in Laravel > 5

First of all, I'm new to Laravel. I come from Codeigniter where you can have something similar to: c...

0 Likes
0 Replies
posted 6 years ago

Laravel Relations Between MySQL Tables Order-Product-Shipmen

I am trying to make tables for a simple e commerce website. Right now there are 4 tables: Order-Prod...

0 Likes
0 Replies

Laravel, Passport, and Distributed Services Architecture.

ENVIRONMENT Mandate to stay within the laravel/vue/php/mysql stack. Single Page Vue.js/Laravel appl...

0 Likes
1 Replies
Solved
posted 10 years ago

Sorting Many To Many Polymorphic Relations

Let's take the example from the documentation. The database structure looks like this: posts id...

0 Likes
7 Replies

Subdomain authentication

Hello, I've got this problem with the Auth::user() object not working properly when using subdomains...

0 Likes
4 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.

© 2025 Laravel.io - All rights reserved.