Top "Laravel-controller" questions

Class App\Http\Controllers\StudentController does not exist in Laravel 5

I am building a module called Student in Laravel. I use the routes.php file inside the Student folder to …

php laravel laravel-5 laravel-routing laravel-controller
Count data from database on laravel

On php i could use this code to get how many item on my goods db $total = 0; $sql = "select count(*) …

laravel query-builder laravel-5.7 laravel-controller
How to Verify Email Without Asking the User to Login to Laravel

I am developing a Laravel application. My application is using Laravel built-in auth feature. In the Laravel auth when a …

laravel laravel-authentication laravel-controller