Hi, after upgrading to 4.2 artisan gives this error "Argument 1 passed to Illuminate\Mail\Maile...
Needing to redeclare the configuration settings when sending just one particular mail in the app. Wo...
I'm creating an API in which routes are already made like: Route::post('/keyword/{keyword}/{page?}',...
Is it possible to acces controller methods from View ?
Hi, As I said in another post I'm trying to do my own CMS. I have several articles in my db, each ar...
Hi everyone, I'm currently working on a theme engine for a project of mine and while checking if the...
I have a model like this: namespace Models; use Eloquent; class Sites extends Eloquent { public...
Newbie alert! :-) I am sitting with a unique problem where multiple users for my application may be...
Hi Guys, Just a little heads for those who may have experienced this issue: I usually add a default...
hi i have multiple categories and each category has many posts, i want fetch 4 last posts for each c...
I've seen some threads that are potentially similar (e.g. http://laravel.io/forum/05-01-2014-eloquen...
fakhriahmedoff liked this thread
Hello guys, first post here. :) So today I created a new table on the project I have been working fo...
How I can display a better error for development than the "Whoops, looks like something went wr...
Hi! First of all, I love Blade, really! But I'm meaning about PhpEngine. Secondly, English is not my...
I am setting up Homestead on my Windows OS and continually get this error: ==> default: /vagrant/...
I can't "translate" the SQL Query below to Laravel, how I can make this? SELECT SUM(transa...
Hello, I'm using Larvel 4.1 on Ubuntu. My model caches getOne function caches data and returns it fi...
#What is Laravel Single table inheritance? Laravel Single table inheritance is a Laravel4 package to...
How can I validate dynamically created form fields. My form structure is {{ form::text('works[0][&qu...
Hello, I am making a community site for pet lovers and I am facing a design question. Lets say I hav...
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