Hi, I have a table like this: id mobile_number code position_id 1 123123 1...
I am working on social app where user can invest on many projects and each project corresponds to a...
hello , i have some troubles when i try to save into a manytomany's relationship basically i don't k...
Users table structure: users id, name, username, password, email, created_at, updated_at Categories...
I am using the Laravel framework for my PHP Webapp. I am executing some SELECT queries which can tak...
I am attempting to save a related model (Access.php) from my AuthenticationController on login Authe...
I have a view with two elements: <input type="file" name="img"/> <input...
Hi, I've just installed the Laravel 5 dev-develop version. However, I only see one model, and that s...
Hi, Say I have some queries like this: public function order($orderby){ \DB::connection()->disa...
Hi, folks! Let me explain step-by-step what I'm trying to achieve: My application is backend-fronten...
I want to store custom value that is not field in database. My point is try to select some rows and...
I didn't set the model for this table. But i would like to know how to process it in the view. Do I...
Is it worth enough to give up the "comforts" provided by Eloquent to make use of the repos...
Hi guys! First things first. I have this tables: beds id name size room status hotel created_at upd...
Hello Friends, I am developing one bidding system. I have one column where bidders name is shown. Bu...
I have this paginator $products = new LengthAwarePaginator( $collection-...
I have created three tables, A, B and C. A and B have a ManyToMany relationship so I created A_B tab...
I've got the following routes: Route::controllers([ 'auth' => 'Auth\AuthController', 'pas...
Hello, friends! I need to make drop down list with categories! Somehow, something is not working :(...
Hello, I am trying to make Key/Value system on Eloquent because I need it to extends my users table....
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