for example: $input = ['username'=>'abcd123']; $user = \User::create($input); $user attributes:...
Hi there, I don't know if my question makes sense, but let me explain my issue first: I'm using a pa...
I try run this code: $rows = DB::table(CustomerNumber::TABLE) ->join(NumberGroup::TABLE, functio...
Guys, Im running Linux Ubuntu on my server, but i dont get clean URLs. My htaccess is laravels defau...
All of my views basically start like this: @extends("templates.core",["title"=&g...
Hy guys, I would appreciate a lot if someone could help me. My problem is that I have frontend and b...
Hi, I am new to Laravel, and as always that bothered me is the configurations of the frameworks... i...
Hi, When i use Has() to have only result where the other table is not empty, that don't work. I have...
Is there a clever way of composing an eloquent search where it only applies values sent thought and...
I have the query like this $article = new Article(); $query = $article->with('user')...
Hello everybody! I am running into a problem with Homestead. I have a piece of code that works well...
Hello every one. I am trying to make a function in my controller public function new(){ return View:...
Hello, I created a search functionality within my Laravel project - the user can search for teamname...
Hello, I would like to know, how to use the sessions below in another php file outside laravel proje...
Hello all! I have a table called users (surprisingly). I have a view where we can visualize all the...
Hi, I'm new to Laravel. Been using CodeIgniter for some years and since we all know what happened de...
Hey, I'm making a comment form and I'd like to send the user directly to the form after submitting t...
Hi, I've got an application that keeps track of people visiting a festival. On one page we would lik...
I'm using angularjs for a single page application that only gets data through an API with laravel. M...
After upgrading to Laravel 4.2 and added the remember me token to my users table, I've encountered a...
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