Hello there, My Laravel 4.2 is working fine on its local Homestead infrastructure, under HTTPS. I ha...
I have a problem regarding blade templates and localization. I've created a locale-middleware that b...
laravel/framework master 43808e3: Make Model::fresh convert multiple args into array @themsaid 4c43...
i want to add custom methods to my application router. Route::get('email', 'Auth\PasswordController@...
Hi, I'am new to Laravel, I'am trying to develop Multiple Choice Question Application, I need to get...
I am using this code for use Auth::user() outside Laravel 5.1 and works properly: require '../larave...
Hi, I am new to Laravel 4 and trying some things... now i'm stuck at creating a very very basic form...
Hi, Has anyone got Laravel 5.2 working on C9 (c9.com) online IDE? I have been trying for a while now...
Hi. First, I ran the google like 10 times and I didn't find what I want and I don't even know if it'...
I install laravel on a shared server , when I login www.domain.com/test/login the url changes to www...
Hi everyone. after install Laravel 5.2 , And I was copy download img (name:t.jpg) to public folder(...
So I have a command that creates a database connection on the fly like so: protected function creat...
I'am getting the following error: */ /* |-----------------------------------------------------------...
I am currently refactoring my Laravel 5 project in order to make use of the Repository Design Patter...
Hello everyone, I want to do something like this: public function destroy($id) { $user = Auth::u...
while checking out docs for some queries , i have reached to the bottom of page. if i need to search...
Hi Unfortunately this is one of those "where do I put that?" type questions and generates...
When get data from database like this $reviews = Review::latest('created_at')->paginate(5); Lara...
Hello, I want to have 'locale' => session('locale'), But I get : Fatal error: Uncaught Reflection...
If i need to put two variables in blade, for example name and surname, which of this two option is t...
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