Is there any fast method to change values into files like language files (php) or json files?
I have this view code (hello.php) <!DOCTYPE html> <html> <head> <meta name=&quo...
I just came across an example that put the validation inside of a model like so: class User extends...
Hi, I'm using Laravel commands, everything is well with the arguments, when I work with it all is go...
Hi, I have just uploaded my Laravel backend and Angularjs front to Fortrabbit and I am having issues...
Route::get('/p/{id}/{name?}', array( 'as' => 'viewItem', 'uses' => 'HomeController@viewIte...
This is a noob question but I hope you can help. I have a table of reference data (places, events, p...
Hello, I have a form with select name "interests" and i present multiple options so i am u...
With the help of some nice folks over on Reddit I was able to get most of my controller functionalit...
public function store() { $input = Input::all(); $validation = Validator::make($input, Usuario::$rul...
I have a set of keys which are written in CamelCase (they are part of another software, I cannot sim...
I need some configuration to be changeable by a logged in user, and at first I thought at a file ins...
Hello I develop a website with Laravel and AngularJs for my studies, But i've a problem with "f...
I have a route like this: www.mysite.com/agenda/2014/08/16?tags=entertainement,sport,information&...
I have this ajax code and it should be sending data to the controller which I want it to pick. I can...
Hi all. Found this: https://gist.github.com/dariodiaz/7598665 Works great. Questions: How should I...
Hi all. I am thinking on how to deal with form handling which contains files and which can be submit...
Hey Guys, I have a little question. How can I display more variables than one? My code is the follow...
WARNING: NASTY PROCEDURAL CODE AHEAD. Let's say I have an ajaxified to-do list app. I have this rout...
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