This file routes.php Route::post('', function() { $newuser=array( 'name'=> Input::get('name'), 'n...
hello dear friends I've a problem in catching ModelNotFoundException , here is my code try {...
Hi, i have 3 models User, Blog and Blogcomment. User <?php use Illuminate\Auth\UserInterface; us...
Hello, I'm a newbie with the Laravel framework. Before I had build my old website in simply PHP with...
Hey, i use this <? $names = DB::table('Accounts')->get(); ?> and the page does not load aft...
Hello. I was wondering why I often get the "something went wrong"-message on my website an...
Hy everyone, I have a small problem and if anyone here would know the answer to it i would very much...
Hey, i have a question: i have a game server, and i have an api that retrieves the players online. I...
Hello! I have a controller where I get some data form DB. I retrieve created_at(timestamp) from tabl...
Hello! I am making an app with laravel 4 and I should do login with google account. I have successfu...
Hello, When i'm trying to run php artisan db:seed i get this error: [ErrorException] Argument 1 pass...
Hello guys, When i run php artisan db:seed i get this error: $ php artisan db:seed {"error"...
I am posting this question because I have researched Laravel docs, MySql,and the tutorial I am worki...
I want to query on array like sql on db. Have any package to do this?
Hi ! I'm trying to add some foreign keys to my tables but unfortunately I get an error while inserti...
How could I go about this? I have a users table and a user_follows table. In the users model I have...
i have 2 tables, categories and subcategories categories is made up of id, and name subcategories is...
Hello. I am a Laravel newbie and I am trying to create a structure for my application. In the past...
I have Categories that have many Product Groups and those Product Groups have many Products. I'm usi...
Hello, I'm building search for my worker table with eloqent, and for example I have two fields : $fi...
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