Support the ongoing development of Laravel.io →
Configuration Requests
Last updated 1 year ago.
0

I think you will have something like this

Route::get('blog/{article}/', function($article)
{
    echo "<p>Article: $article</p>";
});
Last updated 1 year ago.
0

ahmedmahmoudit said:

I think you will have something like this

Route::get('blog/{article}/', function($article)
{
   echo "<p>Article: $article</p>";
});

That works but I'm confused how that would integrate with Wordpress. If I install Wordpress under my /public folder, I don't see how I'm going to get the article to show up.

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

ChrisF79 chrisf79 Joined 11 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.