How do i get the enum options from an enum field? I have a field in Users called Role, in the databa...
Hello, I'm new with laravel. I have some controllers blog, forum, faq with its views. Now I have men...
Clean install of the latest Laravel 5.1.10 is spitting out this error when cache=redis in the config...
These are my three functions to recover a password. Everything seems right. In my routes, I am passi...
Hi Folks, I have a job which I want cron to run at given interval , this removes some old entries fr...
HI, in route i have something like this: Route::resource('categories', 'CategoriesQuestionControlle...
I've got a problem with a foreign key on my articles table, i want to associate a user for each arti...
SOLVED My mistake, I mixed up the model relationships :) Hi guys, I'm new Eloquent (usually use raw...
There are my composer requires "require": { "php": ">=5.5.9", "...
Modified from: http://laravel.com/docs/master/eloquent#polymorphic-relations class Photo extends Elo...
Is there a way I can install Laravel with a custom script or another Laravel iteself? How can I run...
Hello, All I meet some problem about Laravel 5 auth. I create project and want to use default auth f...
Hi, I have service classes that retrieves Eloquent models using a repository and performs some opera...
Is there a way to pass data (that is not a route parameter but just hardcoded data) to a controller...
so if I have a master blade named master.blade.php like such: {{$app->getLocale()}} @yield('conte...
I am trying to configure whmcs in laravel 5 by following https://github.com/mgufrone/whmcs-api . Whe...
I am doing ajax call on click of submit button. then that call goes to controller. In controller i w...
Sorry my bad English... In my vagrant debian virtual machine show error on connect sqlsrv database E...
Hi, I am trying to fetch ALL rows from a table in my dB. I need to get all rows because the data is...
I understand this sort of breaks the structured point of Laravel, but there is method to my madness....
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