How-to articles, tricks, and solutions about LARAVEL-5
Get environment value in controller
To get an environment value in a PHP controller, you can use the getenv function.
How to delete multiple records using Laravel Eloquent
You can use the destroy() method in Laravel Eloquent to delete multiple records.