I am trying to upload a file, I am using laravel 4 and deploy on google app engine. Locally everythi...
I'm trying to make a XML Post request to a https url using Guzzle on a forge server, and I run into...
I have just published my first composer package, and would really appreciate if someone would give i...
Hi, Is there anyway to make 2 error page? so there is 1 error page for public and another one for ad...
I have come across an instance where I need to alter the data that needs to be validated i.e. when n...
Route::resource('profile', 'ProfileController');//-> $router->bind('profile}', function ($use...
I can't seem to work out how I would redirect user to new post by using the slug instead of ID. the...
So, I have a situation where users can add posts to a forum and then comment on those posts. What I...
Hello, i would like to know how can i increase the starting id in a database of users.
Hi everyone, Is it possible to put a middleware logic into a package without adding it in Http/Kerne...
I'm currently using File::exists() function on the routes.php as an error trap, the code looks like...
Myself and a co-worker have been trying to find the source of the magic behind the ValidatesWhenReso...
I want dependent dropdown list (three) any one can help me? using ajax I'm using L4.2
I'm pretty new to eloquent and laravel so I am having trouble pulling some information from the data...
Hi everybody, i'm trying to create a ColumnChart with google charts using google.visualization.DataT...
Forms and HTML helpers should absolutely be included in a default Laravel install. While its absence...
Alright, I know this might seem trivial and hopefully I just missed it... I am using the out of the...
I perform an ajax call to a controller, but it seems not working. What can I do? public function pos...
Hello, I'm trying to redirect not logged in users to the login page with if(!Auth::check()) { return...
I'm using simple Restangular function "Restangular.one('here_is_laravel_route').get();" to...
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