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-controllerOn 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-controllerI 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