• The default language of any content posted is English.
CMSLooks | Laravel CMS With OpenAI Powered Blog, News & Magazines Script

CMSLooks | Laravel CMS With OpenAI Powered Blog, News & Magazines Script 1.2.1 NULLED

raz0r

owner
Staff member
Administrator
Moderator
Messages
16,371
Reactions
62,331
raz0r submitted a new resource:

CMSLooks | Laravel CMS With OpenAI Powered Blog, News & Magazines Script - CMSLooks Laravel CMS With OpenAI Powered Blog, News & Magazines Script Codecanyon 45824604

View attachment 20068

CMSlooks NULLED is a powerful content management system (CMS) designed specifically for individuals and organizations looking to start their own online blog, news, and magazine portal. Powered by OpenAI and built on the Laravel framework, CMSlooks offers a comprehensive set of features and tools to create, manage, and publish engaging content.

Key Features:

...

Read more about this resource...
 
raz0r submitted a new resource:

CMSLooks | Laravel CMS With OpenAI Powered Blog, News & Magazines Script - CMSLooks Laravel CMS With OpenAI Powered Blog, News & Magazines Script Codecanyon 45824604



Read more about this resource...
thanks for the script,
can you do the addon also?

 
thanks for the script,
can you do the addon also?

Did you tried this script?
@iranthavan , I face issue related when admin panel login I can't change few things.
after digging few codes I found middleware.php not configured. Now I can paste raw code should i also paste zip as update?
App\Http\Middleware\TrustProxies.php
<?php
namespace App\Http\Middleware;
use Illuminate\Http\Middleware\TrustProxies as Middleware;
use Illuminate\Http\Request;
class TrustProxies extends Middleware
{
/**
* The trusted proxies for this application.
*
* @var array<int, string>|string|null
*/
protected $proxies;
/**
* The headers that should be used to detect proxies.
*
* @var int
*/
protected $headers =
Request::HEADER_X_FORWARDED_FOR |
Request::HEADER_X_FORWARDED_HOST |
Request::HEADER_X_FORWARDED_PORT |
Request::HEADER_X_FORWARDED_PROTO |
Request::HEADER_X_FORWARDED_AWS_ELB;
}
TO THIS
App\Http\Middleware\TrustProxies.php

<?php
namespace App\Http\Middleware;
use Illuminate\Http\Middleware\TrustProxies as Middleware;
use Illuminate\Http\Request;
class TrustProxies extends Middleware
{
/**
* The trusted proxies for this application.
*
* @var array<int, string>|string|null
*/
protected $proxies = '*';
/**
* The headers that should be used to detect proxies.
*
* @var int
*/
protected $headers =
Request::HEADER_X_FORWARDED_FOR |
Request::HEADER_X_FORWARDED_HOST |
Request::HEADER_X_FORWARDED_PORT |
Request::HEADER_X_FORWARDED_PROTO |
Request::HEADER_X_FORWARDED_AWS_ELB;
}
I am new in forum sorry for ping how you gonna help me to solve issue for larger mass.
thanks
 
Olá senhor, não posso salvar as imagens, você poderia me ajudar a resolver esse problema? Obrigado por disponibilizar este script
 
Top