class EmployeeController extends BaseController { public function indexAction() { $employees = Cache...
I've been running into a problem with getting dates to display correctly, and I think I've been over...
A row in a table must exist for my application to function. Is there a way to keep that row in the m...
I have made a test with default authorization in Laravel project with "remeber me" checkbo...
Hiii, I want to bypass the .env file in laravel 5.1. I am currently hosting my application on bluemi...
Hello, I need some help Please, for I'm beginner with Laravel and MVC. I want to remove the "pu...
Hello all! Currently I have an application where I have stored in the database the following columns...
Hello all! I've searched a lot about this but couldn't find anything related to what i need. I need...
Hi guys i would like to prevent users from accessing post routes via get method what is the best app...
In PasswordBroker.php -> emailResetLink an e-mail is sent to the user. The subject is "Your...
This works if there has been no attempt to update the record and the user just clicks cancel. {{For...
I'm new using laravel 5. What's the best redirect to use to pass parameters without send to URL?
I would lke to know how do i include a myclass.php file ???? Where? tried to use include('myclass.ph...
Hi all i have implemented the sentry plugin for Admin panel, so now i changed to as multiple user, s...
Hi. I create my routes like so Route::model('projects', 'Project'); Route::bind('projects', functio...
I am trying to display custom views on errors. I have already modified the code in global.php as bel...
So I wanted to create a form function set for my blades to automatically recover values after a fail...
Hey, i want to display something only if the url is the one being accessed. For this i did @if(Reque...
I'm sure the solution to this is stupid simple, and (maybe) has to do with routes, but I'm stumped r...
ErrorException in D:\xampp\htdocs\pckg\vendor\laravel\framework\src\Illuminate\Filesystem\Filesystem...
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