I am getting this error when running it in terminal on my mac. This is what I am running in terminal...
I am learning Laravel and am using Laravel 5. I have some standard reusable functions that I want to...
Hi, It is the first time I use Laravel. I start with a simple project, this is my routes file conten...
Hi Folks, I have some eloquent code I use throughout my controller to render a view, rather than kee...
Hello, I am developing a simple search engine and I am having troubles with receiving the results co...
As the title says, would it be possible to define the field types etc in Model array so view can aut...
Hi Everyone, I'm attempting to save user search phrases into my mysql database. I'm having a difficu...
Hey, I am starting with testing and right now I want to test my controller using phpunit. I have suc...
Hello, how to change named routes from route just not in all pages in laravel ? Route::group(array('...
I'm building forum. But I need help about building the forum display page. <?php $teemad = DB::ta...
Hi! Is there a nice way to set array key by column value? Now I am doing it this way: $myArray = My...
Hello I have created a project with Laravel 4. Now I wan to upload this project in Cpanel. There are...
Hi everyone I've been searching this for a while, but couldn't find the specific subject So here is...
I have two models, Character and Tag, that are in many-to-many relationship. I'd like to be able to...
I have made 404.blade.php and put this in my views/errors folder next to the installed 503.blade.php...
I have a system with users have countries. I have a view where I want to show a list of countries an...
What I'm looking for here, is an elegant way of creating a new Contact. As the image says, a Contac...
Using Laravel 5, how do you put models into folders? Currently mine are sitting underneath the defau...
I installed Homestead a while ago and have been trying to fix it myself but it's beyond my scope. W...
Hi, Is there any way to "redirect" user to another page without changing the address bar?...
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