If you need to create an event and its associated event listeners, here are the involved files:
Incase you want to export HTML content as a PDF file in laravel here is a simple package that you could use: https://github.com/barryvdh/laravel-dompdf
Here is a sample simple code to send email message in laravel
To highlight a record or a row in a list of rows, use the following simple code
Sometimes you will need to print/send the contents of a div to the printer using JS, here is the code for both HTML and JS
If you want to get a table column names from mysql database as a concatenated string, you can use the following code
In this article we will just show few examples and guide lines for Unit Testing in Laravel applications.
Here is a list of a quick guide for almost all important artisan commands that can be used to make it easy to go a long with new laravel application
In this snippet I will explain how to open a new tab with AJAX response and print it directly
In this snippet I will explain how to force all URLs in your website to follow HTTPS protocol not HTTP