Hello, I have an app that should list points with its exchange rates. Basically, there are 2 main ta...
In my testcase when I try to create a model by factory like the following $factory->defineAs(App\...
Hello Friends, So I'm working on an assignment where I have to make an online bookstore where users...
I'm currently porting an app from Codeigniter to Laravel and was looking to implement some functiona...
Hi i have a conneciton with a giant datebase, and i realy need to use 'with (nolock)' in my queries...
Hi folks! I have some throuble because my queries not have with (nolock) instruction after from clau...
Hi guys, I'm fairly new to Laravel (and web dev), but I'm trying to build a project for work. I'll t...
I've seen a lot of posts here about this but no solution. Is there any method to observe pivot table...
I need to pass a second argument to edit and update methods of a controller like: public functi...
I want to persist changes to Attendance model table, but I get this error: FatalErrorException in At...
I am simply adding a paypal IPN (using the https://github.com/mike182uk/paypal-ipn-listener) to add...
Hello, I've been building my app for a while with Laravel 5.1, and I'm still a total newbie with thi...
Bonsoir, J'ai fait une requête pour retourner du JSON de cette façon. [code]$users = DB::table('user...
Hi friends, do you can help me? I need construct a query for view (empleados.index), parsing data fr...
Migration files user table <?php use Illuminate\Database\Schema\Blueprint; use Illuminate\Databa...
I want to build a web based system to keep track of students attendance. I have these three tables r...
Hi, this is my store function in CategorieController.php public function store(Request $request) { C...
This tutorial shows you how to generate database seed data using Fake Library http://www.tutorials.k...
I currently have this code: $sidebar = Post::where('published', '=', '1')->orderByRaw("RAND(...
Hello everybody What I have So I wrote a SQL Query to select multiple information from three tables...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community