As far as you can understand from the topic, my aim is getting the contents of a view file using an...
Good day Hi guys, how can I create a button to edit post, I user rest controller ......<a href="{...
Hi I need to create the following ability on a form to create/select: Country Province Town Suburbs...
I'm using facebook as login and I'm expecting the route to know if the root is logged in or not to u...
I have defined the following routes : Route::get('/', 'HomeController@getindex'); Route::controller...
Hi, Sorry for my english first, I'm not used to write in english. I explain my problem. I used on La...
I am using the below code to redirect to the root page. return Redirect::to('/'); I have defined t...
Hi, I want to use request name ('/') when the user is authorized and for the guests. I want to use l...
Hi, This question is more a 'best practices' or 'best way' question where I'm seeking advice on how...
Hi, We will rebuild our newsportal in the next month. It has an average of 3000 requests per second,...
Hey guys, I really hope I'm not asking a question that has been answered a million times, but I've l...
Getting ErrorException in Mailer.php line 33: Trying to get property of non-object my Mailer.php: &l...
I have the following Controller, this is just a snippet of the code. In the webbrowser this is fully...
Hi getting a 'marked @internal' in PHPStorm. I can't fix the code to make the message disappear. I'a...
Hi, I have the following code. public function store(CategoryRequest $request) { try {...
Hi, I don't know why this method is not in Laravel 4.0. and sorry if it's added in new versions. but...
Hi there, I'm upgrading my existing mini project from Laravel 4.2 to L5. In my routes file, I've the...
My application is working well on localhost, but now having moved my application to a production ser...
Hi, I am new to Laravel and I am trying to get my head around routing. I have set up a controller an...
I'm using DB::transaction and SoftDeletes. For those unfamiliar with Laravel the SoftDelete function...
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