{!! 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) !! } ```
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) !! } ```
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'galleries.products_id' in 'where clause'SELECT * FROM `galleries` WHERE `galleries`.`products_id` = 1 AND `galleries`.`products_id` IS NOT NULL limit 1
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
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
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}()
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
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