Post Thumbnail

Laravel news section

Hii, I am creating news section in laravel website, I created admin and the news data is saving in database, also showing on All news page but If I click on particular news link the single post page needs to be generated automatically But now I am creating those pages manually and creating routes manually for single post pageExample your website link auto created when I created in adminhttps://solutions.cdlcell.com/post/laravel-news-section-WcxYour help will be appreciated!!

0 Comments
Post Thumbnail

Email not receiving in inbox from laravel email api

when i am testing the api from postman from this add : http://localhost:8000/api/send-course-registration-email , 200 ok result is coming but postman is just showing html code of the welcome.blade.php file and the email is not receiving in info@saltuspc.ca , How to solve the problem , email should be received in the mail ?

0 Comments
Post Thumbnail

Tooltip dont work - fullcalendar laravel tailwind

My project is in Laravel 10 using tailwind CSS, when I try to display the description of the events using tooltip it gives me an error. If I don't use Tooltip, events are displayed without problems, I've tried several alternatives and nothing

0 Comments
Answered
Post Thumbnail

Deleting permission in spatie package

I am using spatie permssion package and created resource controller for Permission  CRUD, only destroy() metohd is not working and giving error at  $permission->delete();

0 Comments
Answered
Post Thumbnail

Latest review not comes when submit using review form

hi using submit review form latest review not comes .  review is child component i pass reviews data through props.. when submit form then latest review not comes on form submit.  thanks 

0 Comments
Post Thumbnail

Target class not found

i have some component in my web app, its working perfectly on local host but after deployment i started getting some error message saying target class not found and its error free on localhost, though i have check ome troubleshooting steps but its not still working. i will be glad to get help from here.

0 Comments
Answered
Post Thumbnail

Captcha code

Dear Sir/Ma'am,I need a captcha code in laravel10.7.1 in Auth Login Page. Could u please guide me which code i should use. please provide me valid package name.

0 Comments
Answered
Post Thumbnail

Github actions to deploy laravel application on shared hosting

I've setup github actions on my project and its working fine, apart from one issue, its taking too long to sync file changes. I've watched your video series on github actions and some other youtubers and kind of mixed the approaches. I've cached the composer dependencies so they won't be installing on every run, thereby reducing the files to sync. Now, one thing it takes a lot of time to push the changes as you can see. Is there any other way to reduce this time...Also one other thing, I've migrated the project from Laravel 10 to Laravel 11 and in the Low Impact changes section, there's a package named Doctrine which they say is no longer being used in the Laravel. I wanna ask if is it safe to remove that package & whats' the best way to remove it. Currently, in my mind, I can think of only removing it from composer.json and then run composer update.Is this a right approach?

1 Comment
Solved