Hello, I have installed fresh copy of laravel 5. Everything is working, but when I refresh page mult...
Yes, everything was set correctly. The env() function is corrupted. I had to change all env() in con...
Change to: public function rules() { return [ "studentId" => "...
The Laravel portal for problem solving, knowledge sharing and community building.
The community