I was thinking to implement ViewModel concept of ASP MVC in Laravel. What are the advantage/disadva...
Hi All. Having an issue when I run $result = DB::select in a Model it then outputs the $result array...
Is it possible to bind lets say I have class SearchForm with attributes filter1, filter2. and on my...
Hi, I am new to laravel and I am happily deploying an RC version of my first app in a preproduction...
I have a table of users with three roles.... (Staff, Manager and Director)... I'd like a user to log...
does somebody know about a good messaging system between users. something that may have: thread bet...
Hi I have one scenrio. their is static content in database table. My table look like this. id ti...
Hello, I'm creating a package for Laravel 4 and I want to make available to the community, but down...
I want to create a Route to a controller that only works with https. I tried this: Route::get('/logi...
I am trying to setup an edit form where the user can see what was checked. How do I pull this from t...
Hi, i have a little problem trying to order the first table based on the second table column. Table:...
Why do not we use mailing list? Like other open source community? Forum is very good. However, when...
Hello, i have a website with 2 different cases login with facebook api and registration, login, forg...
I am setting up a store for my client. They use Shopify... So in order to get login working for cust...
For some reason, I cannot catch DB exceptions inside a seed class: the code never enters the catch b...
This is what I have done so far: public function scopeCityName($query) { return $query ->join...
Hi I wanna send a variable to master. How can I do it? Thanks class UserController extends BaseCont...
I am having issues with sub domains, as they will not show different content then the actual domain....
How can I tell laravel that my pdf files inside public/uploads/overviews/*.pdf needs to be loaded on...
Hi, This is my first time posting here. I tried to find solutions for this issue for many days. The...
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