I have made a blogging application in Laravel 8. The application supports themes. The active theme s...
I have made a blogging application in Laravel 8. I am working on a new theme, for which I want to im...
I am working on a blogging application in Laravel 8. I have created a way to preview and remove the...
I am working on a blogging application (link to GitHub repo) in Laravel 8. I have put together a way...
I am working on a blogging application in Laravel 8. There is the option to add tags to articles. Th...
Please try answering this question too. Thanks! (Link removed)
@sasho I do that already in the show() method: public function show( $slug ) { // Single article...
@sasho I get an Undefined variable: comment (View: resources\views\themes\calvin\partials\comment-fo...
@sasho Some of the code in the answer is not formatted and is hard to read it :)
I get an Undefined variable: comment error from comment-form.blade.php. :(
The Laravel portal for problem solving, knowledge sharing and community building.