Class FORM or HTML not found in Laravel
If you are getting the `HTML` or `FORM` class not found an error in your laravel 5 application then you are in the right place. You have this error because…
Read more »Clear Cache in Laravel Using Laravel Artisan Command
In this tutorial I am giving information about the laravel artisan command which can help you to clear your application’s cache, route cache, clear your application’s view, and clear Your…
Read more »How to get the last Inserted id in Laravel?
Here, I will give you a simple example of how to get the last inserted id in Laravel. you can simply get laravel to get the last inserted record id…
Read more »How to get last record from table in Laravel?
Here, I will show you how to get the last record from the database in Laravel. you can simply get the last record using the Laravel built-in eloquent model. There…
Read more »