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...
What is the difference between "file" vs "cookie" session driver?
Hi I am Eslam Salem I am the CEO & Founder of Shieldfy. We at shieldfy decided to plan and relea...
I'm creating a form with Form::model , but when defining the fields i sometimes do this: @if (Auth::...
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