Support the ongoing development of Laravel.io →

Setup Homestead

The first I add vagrant box add laravel/homestead And I had Clone https://github.com/laravel/homest...

0 Likes
1 Replies

using setCallbacks in Chumpers DataTable

How to use ->setCallbacks in chumper's data table so I can Add a sum Row at the buttom of the tab...

0 Likes
0 Replies

Modify one part of Input::old()

I have in my post controller: return Redirect::back()->withInput()->withErrors($validator)...

0 Likes
2 Replies
Solved

Custom validation - get name of returned error

I'd need to do an if clause in case a validation error occurs. For "normal" fields, i can...

0 Likes
2 Replies
Solved

Group by pagination without performance issues when there is over 15K results.

Laravel Eloquent query builder suffers grouping by a column and counting the results for the paginat...

0 Likes
3 Replies
posted 9 years ago

Make Multiple Eloquent Relationship & there's A Where Clause

Now I have news category,news, and news image table structure like this and i want to make a list l...

0 Likes
1 Replies

Polymorphic Relationships and whereHas not working

Hi Guys, So firstly here is some code ... http://laravel.io/bin/Ld6Gx So I have a user model, and th...

0 Likes
3 Replies

Paging on views with relationships

I have this in views and work fine (show only first five): @foreach ( $tema->posts()->paginate...

0 Likes
4 Replies
Solved
posted 9 years ago

Homestead & Vagrant

I keep having to destroy, then vagrant up when adding more sites, is there another way? reload doesn...

0 Likes
4 Replies

GIT Deployment for Laravel

Sorry this is not strictly a Laravel question, however I am trying to use GIT deployment with Larave...

0 Likes
1 Replies

Route redirect

Hey, i want to make a ban system, and i do not know how to redirect a user to a "You're banned&...

0 Likes
1 Replies
Solved

how to get current entry info in laravel eloquent

i have a table in mysql ( ques_id (auto increment , primary) , ques_title (string) ) . By using eloq...

0 Likes
1 Replies

Saving logic in a controller

Hello! It is ok to store saving logic in a controller like this (PostController.php): public fun...

0 Likes
8 Replies
posted 9 years ago

Performance Measurement

We are designing a LMS Based on Laravel. My old job was as a Performance Engineer, so i always keep...

0 Likes
6 Replies
Solved

Published config file not overwriting package config file

Ok so in my workbench, I have a package (Intellectproductions/Verify).. in the src directory, I have...

0 Likes
3 Replies

Auth Basic works local but not in server

I created table and the basic authentication works fine locally but when I uploaded to the server ev...

0 Likes
7 Replies
posted 9 years ago

Laravel blade includes and yields

Hi, My question if there is a possibility to hand down @section() snippets down a include action. I...

0 Likes
0 Replies

Install extra packages after Laravel is installed

Hi. Say I created a new Laravel project using Composer this way: composer create-project laravel/lar...

0 Likes
2 Replies
Solved

RegEx in a request

Hello¨ Can anybody tell me how to create a request in Laravel using regular expressions? I have to s...

0 Likes
0 Replies
posted 9 years ago

Route vs Request

Hello, I am new in a framework world. Reading Laravel documentation at the moment chapter after chap...

0 Likes
4 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.