layout1.blade.php TEST @yield('content') income1.blade.php <b>CONTENT</b> class Manage...
I use database driver and I am getting this error while doing a POST to /password/remind . Any idea...
I tried to create a view password.remind.php and I get error not found. Then renamed it to password...
Laravel is more for custom stuff. Wordpress is for what it is made. CMS. You have tons of plugins, b...
Ok problem seems to be beacuse I am using database driver
My user model has this already public function getReminderEmail() { return $this->email; }
The Laravel portal for problem solving, knowledge sharing and community building.