Category : Laravel

Laravel routes without index.php

Sometimes, in a laravel application you need to get rid of the index in the URL, If so you can use the following in your htaccess file in the root folder of your application.

Using Datatables and savestate

When using datatables and made a filter, then navigated a way from the current page for editing or somthing like this as went back to find out that the filteration you have done already is gone, if you want to preserve this state when you comeback, the solution is simple in datatable like this:

social share buttons in laravel blade

how to create social share buttons in laravel blade

Change date format in blade template

Change date format in blade template even with input type month

How to link to a <div> on another page?

How to link to a <div> on another page?

send emails with laravel

How to send emails with mailable in laravel and how to customize your email content

create pagination and display it in laravel

how to create pagination and correctly display it in laravel

multi auth logout in laravel

how to create working logout function specially for multi auth in laravel or for the admins