I am using the stateless HTTP authentication as described at http://laravel.com/docs/master/authenti...
I have the following: Route::get('profile', ['middleware' => 'auth.basic', function() { // Only a...
Hey all, Quite a while ago I forked the homestead repository and made a change, I created a PR and t...
I am using angular-js as the front end and using / attempting to use Elixir to manage the assets. So...
I've just finished installed laravel 5.1 /homestead i've created project of name "quickstart&q...
I am using the Laravel framework for my PHP Webapp. I am executing some SELECT queries which can tak...
I am attempting to save a related model (Access.php) from my AuthenticationController on login Authe...
Hi, I'm working on an app, that needs to send emails. I have postfix installed and configured and th...
I added the ability to edit products to the popular tutorial e-commerce application on https://cours...
Hi: I have this view: $post->user->name I can call it in the post page successfully Now i nee...
I have a view with two elements: <input type="file" name="img"/> <input...
I had modified a vendor file of Laravel placed at /vendor/laravel/framework/src/Illuminate/Auth/Guar...
Hello , I will try to explain it . I created my website and i name it notas.ues and in the hosts fil...
Hi, I've just installed the Laravel 5 dev-develop version. However, I only see one model, and that s...
I would like to make a more secure version for my application where there is stored a hash too, i ha...
Hi, Say I have some queries like this: public function order($orderby){ \DB::connection()->disa...
Hello, User Laravel 5.1, I want to know how to call the same view in all my other views without dupl...
Hello Lara-people ! First of all, I'm pretty new to Laravel (and PHP in general) so I don't know if...
Hello, I have a question about application binding, here is example from the documentation. App::bin...
As the title says, laravel seems to be double encoding spaces resulting in urls that have %2520. I d...
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