Alright, I know this might seem trivial and hopefully I just missed it... I am using the out of the...
Hello, Is there a way to insert an <option> element in front of the list generated with: Form:...
So, question is clear in general... My seed looks like this: PostsTableSeeder.php class PostsTableSe...
First off, here's my gulpfile: var elixir = require('laravel-elixir'); var gulp = require('gulp');...
I currently have been running a very simple artisian command, however I would like to very my result...
Hi guys, I'm making web API for my app. I need to return JSON array of models with relations count....
I have a list of hotels from each state. Instead of creating 7 pages for each of the states, I just...
I perform an ajax call to a controller, but it seems not working. What can I do? public function pos...
I am using WAMP and have used composer to install laravel 5 not into www but www/mysite. The home pa...
I know there is one for older version of laravel. But was just wondering before I sat out to create...
Hello, I'm trying to redirect not logged in users to the login page with if(!Auth::check()) { return...
I have a serialized data saved in my database, it's a values from array of categories. I created thi...
I want to add an EAV model to my app. So I made these tables to do that: Schema::create('attributes'...
Hi guys, I noticed in the documentation of Laravel 5 there is no more iOC? Is it removed? Is it not...
Hi, I have just uploaded my laravel on webhost and in my localhost i generated css again by elexir ....
When I use something like this: $user = new User; $user->username = Session::get('usernam...
What is the difference between "accepted" and "in" in Validation?
Just wondering what is a good workflow for a team to manage these files and the workflow. For exampl...
Hi, I have created a scheduled task which seemed to be working fine but now, for some reason, isn't....
I have a form with a numeric input (not required). When i save without fill the input and reaload th...
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.