Languages and Tools:
✨
Happy Coding
-
RoBenDevs
- Bangladesh
-
22:16
(UTC +06:00) - https://shibbir.me
- @shibbirweb
- shibbirweb
- in/shibbirweb
Pinned Loading
-
ckeditor5-image-remove-event-callback-plugin
ckeditor5-image-remove-event-callback-plugin PublicCKEditor 5 image remove event handler plugin
-
Redirect non-www to www & http to ht...
Redirect non-www to www & http to https .htaccess scripts 1RewriteEngine On
23#redirect non-www to www for all domain
4RewriteCond %{HTTP_HOST} !^www\.
5RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
-
Laravel helpful custom directive
Laravel helpful custom directive 1<?php
23namespace App\Providers;
45use Illuminate\Support\Facades\Blade;
-
Laravel Regular Components
Laravel Regular Components 1{{-- Anchor tag --}}
23{{--
45Usage Example::
-
Generate unique slug for laravel
Generate unique slug for laravel 1<?php
23namespace App\Helpers;
45use App\Post;
-
Laravel Load index from public folder
Laravel Load index from public folder 1<IfModule mod_rewrite.c>
2<IfModule mod_negotiation.c>
3Options -MultiViews
4</IfModule>
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.