Post Thumbnail

{!! str::limit($post->description, 15) !! }

I want to remove special characters from string on my data-table under "description",so once i add {!!   !!} my table will changed``` {!! Str::limit($post->description, 15) !! } ```

2 Comments
Solved
Post Thumbnail

How to fetch record with multiple keys in modal

i have a table which is scheduling_billlings and i fetch values of service field so here i have also gone to editing page with patient_id i and in controller i have of patient_id in parameter ,then how to fetch data with schdulling_id both are in same table 

1 Comment
Answered
Post Thumbnail

Laravel

I am making an investment platform where people can get their profit daily so Is there any Laravel function that can auto-add profit to the customer table without any admin need? I think Laravel scheduler can do this or is there any solution kindly guide me.   Bhai ma na is pa work kia hn or app ko live b kia hostinger pa testing ka lia lakin jab server pr cron job add krta hn to path ka issue a raha hn kafi try kia lakin sahi tarah add nahi huva

1 Comment
Answered
Post Thumbnail

Hostinger

AoA how are you my query is how i set cron job on hostinger please explain in detailhow i set path i have six commands thanks 

0 Comments
Answered
Post Thumbnail

My project is not seeding properly please guide

Error   Class "Database\Seeders\Products" not found  at D:\Xampp\htdocs\E-comShop\E-comShop\database\seeders\DatabaseSeeder.php:21     17▕      */     18▕     public function run()     19▕     {     20▕  ➜  21▕         Products::factory(10) -> create();     22▕     }     23▕ }     24▕  1   D:\Xampp\htdocs\E-comShop\E-comShop\vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php:36      Database\Seeders\DatabaseSeeder::run()  2   D:\Xampp\htdocs\E-comShop\E-comShop\vendor\laravel\framework\src\Illuminate\Container\Util.php:41      Illuminate\Container\BoundMethod::Illuminate\Container\{closure}()

0 Comments
Answered
Post Thumbnail

Laravel query

Hi, I have bought a Laravel script related to the Investment platform, and also I have installed it on cpanel, but When I am doing some changes in the frontend part  Nothing is happening on any page, and also I have run the commands to remove the cache, but the response is nothing. The commands are :Route::get('clean',function(){    Artisan::call('config:clear');    Artisan::call('cache:clear');    Artisan::call('view:clear');    Artisan::call('route:clear'); });Kindly give me solutions Thanks

1 Comment
Answered
Post Thumbnail

I am getting 404 not found

I am editing my form, but once I click on Update, it will show me  404 NOT | FOUND.When i click on edit the editing is working (/admin/products/18/edit) but is not updating when i click on Update

1 Comment
Answered