Open in app
Home
Notifications
Lists
Stories

Write
Shah Md. Iktakhairul Islam
Shah Md. Iktakhairul Islam

Home
About

Oct 24, 2021

Laravel Subdomain - localhost

In your database user table column name domain is for each sub domain. Example — 'name' => 'Shah Md. Iktakhairul Islam', 'email' => 'iktakhairul@gmail.com', 'password' => Hash::make('admin'), 'domain' => 'developer', 'role' => 'developer', 'weight' => 59.00, .env APP_URL=http://laravel-sub-domain.com SUB_URL=laravel-sub-domain.com 2. config/app.php create line bellow url. 'short_url' => env('SUB_URL', 'http://localhost'),

Subdomain

1 min read


Oct 24, 2021

Laravel Authenticate Login and Logout Functions

This is default authenticate’s Login and Logout Functions. Just copy and paste login and logout functions to your controller and redirect to or route your custom url. use Illuminate\Http\JsonResponse; use Illuminate\Http\Request; use Illuminate\Http\Response; use Illuminate\Validation\ValidationException; Login Function. public function login(Request $request) {…

Laravel Login

2 min read

Laravel Authenticate Login and Logout Functions
Laravel Authenticate Login and Logout Functions

May 23, 2021

Laravel Multiple Values Request Parameter with Multi perimeter Filter with Null value also.

Just read, understand, copy those code and replace by your variables and fields it should work correctly. Don’t scared of those codes, most of them are for presenting data with professional way. If you don’t understand just contact with me with email or phone. Controller Index Function: Pass request to…

Multiple Values Request

2 min read

Laravel Multiple Values Request Parameter with Multi perimeter Filter with Null value also.
Laravel Multiple Values Request Parameter with Multi perimeter Filter with Null value also.

Laravel Multiple Values Request Parameter with Multi perimeter Filter with Null value also.

Just read, understand, copy those code and replace by your variables and fields it should work correctly. Don’t scared of those codes, most of them are for presenting data with professional way.

If you don’t understand just contact with me with email or phone.

Controller Index Function: Pass request to…

--

--


May 8, 2021

Laravel Exact Word Match Search into Multiple Tables and Fields.

There are many way to implement a this search system. Here I focused on exact search query with simplest way. Donn’t scared of those codes, most of them are for presenting data with a good way. If you don’t understand just contact with me with email or phone. The easy…

Laravel Exact Word Match

2 min read

Laravel Exact Word Match Search into Multiple Tables and Fields.
Laravel Exact Word Match Search into Multiple Tables and Fields.
Shah Md. Iktakhairul Islam

Shah Md. Iktakhairul Islam

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable