Hello, I am working on a forum in Laravel 5.3 and when I look at my view I get: " ["Inform...
I'm testing a website, I've just tried to put an unexisting URL to see my custom 404 page, but inste...
Hi there Im writing a package which adds new routes. If the user has installed the auth then I want...
My view is like this : <li class="{{ Request::is('users*') ? 'active' : '' }}">...
Hi everyone. after install laravel. I was copy index.php from public to root folder and change confi...
Hey, at first: sorry for my bad english, I hope you'll unterstand my problem. So, I would like to ch...
I am encountering a weird problem on my Laravel 5.2 project. I have a DataTable with filters that ma...
So I can't find the answer to this. I had my class Permission, the name of the file was Permission.p...
I have got this login form: <form class="form-horizontal" role="form" method=...
Any good framework/package to use with Laravel/Lumen when creating RESTFul APIs? Dingo seems good bu...
Hey everyone, ive created a package to a add account-activation/validation for laravel. It works wit...
In my laravel application, when I am trying to link the username of the person who has posted in the...
Hello! I need to set two emails view reset password for backend and frontend. Now i see service wher...
I get the adminlte from here : https://github.com/InfyOmLabs/adminlte-generator In here : https://gi...
I posted this issue on GitHub, but didn't get a response, hoping I'll get more help here instead......
Just wondering what is the best way to validate a single field. Situation is laravel is the backend...
I have an artisan command with a fire() method that looks something like this; public function fire(...
Hi, i have a Controller with a function : public function Upload(Request $request) { $file = $r...
I have a Restaurant model with many Location models. Location models can have many Menu models. Menu...
Hi, I'm having this error message when I try to load an Middleware. ReflectionException in Container...
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.