Hi, i'm trying some things with migrations. i made a model, i added columns with an migration, and a...
Hey guys getting this error on this database save for a photo using dropzone.js here is the model ca...
I do not find it in the documentation, how to change the length of a string=varchar column using the...
Good day, I'm new to laravel and have been attempting to figure out how on earth to do a multi-way r...
I unfortunately need to import data from a third-party vendor and use their non-standard database sc...
Hello guys, I just wanna know if it's possible to update a table on the DB when the session lifetime...
i have this code in my controller // 1 $header = DB::table('rekap_cmd')->select('date','uni...
I wanna make a query like this. public function find(Request $request){ $dato=$request->buscarD...
I am making POST request: http://localhost:8081/myserver/server.php/api/v1/contracts/1 with body {...
Written with StackEdit. So i am struggling with understanding this laravel multi-auth concept in l...
I have a searchbox users can use to search fields using the following query. (I've not copied in the...
I was wondering why the Eloquent properties $perPage and $table aren't static properties. It doesn't...
Some misunderstandings people run into and some explanation of what is actually going on. asklagbox...
I have a scope that looks like this public function scopeNotDefault() { return $this->where('...
Hi, I just have two tables "clients" and "courses" and I would like to add in &q...
Hello, I am developing an app that will have a global database and 1 specific database for the clien...
Beginner question : I'm passing the $wordsRow variable from the WordsController to the results2 blad...
Hi, I'm starting to learn Laravel, but I'm encountering a big error for the database connection that...
I want to show on the page data from two tables but with a little condition and I can't figured it o...
Hi, My Eloquent Model is here- <?php namespace App; use Illuminate\Database\Eloquent\Model; cl...
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