Jump to content

Rasheed4u

New Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Rasheed4u's Achievements

Newbie

Newbie (1/5)

0

Reputation

1

Community Answers

  1. If you don't know anything kindly shut the fucck off. I explained that the free hosting was to verify issues before finally going live on premium. Stop being unnecessarily rude and condescending to strangers MF. As for the question above, I have gotten a solution. Anyone with similar issue can use this code // get all posts $posts = Post::all(); // loop through all posts foreach ($posts as $post) { // convert the title into a slug and save it to the slug field $post->slug = Str::slug($post->title); // save the post $post->save(); }
  2. So before going for premium, I tried free hosting to fix issues. The URL link to a Post displays like "http://arewahouse.epizy.com/single.php?id=9&i=1" Instead of http://arewahouse.epizy.com/meet_chinese_lady_who_speaks_hausa
  3. Yeah I will appreciate if you can assist.
  4. I'm modifying a PHP blog for a project and realized that a post URL shows ID instead of title of the post. How can I correct this?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.