Hello. I have 3 models and controllers: images -projects -categories And in ProjectControllers I h...
I recently ran a workshop at Laracon EU walking through how to add real-time features to Laravel app...
I'm currently adding a user class to my personal laravel site and am working on the update functiona...
i have layout.blade.php, in there have included jquery plugin <!DOCTYPE html> <html lang="e...
Hi! I really would like som reference case studies/stories. My employee needs som proof that Laravel...
Ok I have a FormRequest class in app\Http\Requests i have namespaced it correctly and am using it in...
I cannot setup mail function to work with attachment. when I add this part of code then I have Error...
I have two models, Category and Transaction. The table structures are like this.. Categories: id,cat...
Hello in official help here http://laravel.com/docs/5.0/pagination stated that it is possible to...
I have a simply Project repo with a Project interface. I use this in my controllers just fine. Howev...
I've been looking at REST packages, something to make building a RESTful API backend quick and easy...
I've got this line of code: $project = Project::find($id); I'd like to change it so that the Projec...
Hi there, My app requires that different data is stored in the session for different lengths of time...
Hello, i'm proud to present the release of a new tutorial series on CODETutorial.io . In this tutori...
Hello, I just created my first public Laravel package. It's called DBlog and allows you to create cu...
How can I retrieve the users of a specific permission in Entrust for Laravel 5.0. use App\Role; use...
routes.php: Route::get('users/{id}/edit', array('before' => 'auth|admin', 'uses' => 'UserContr...
Hello everyone, I am having a large issue with the Authentication mechanisms in Laravel. First of al...
Hey guys, I have a model with versions. I get this records with the following code: $versions = Vers...
I am new to web development.I am using laravel for my app where i used blade templates for creating...
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