Skip to content

Gilg4mesh/LaravelCleanBlogTutorial

Repository files navigation

Laravel Clean Blog Tutorial

Setup Laravel with Voyager admin

  1. composer create-project --prefer-dist laravel/laravel blog
  2. set up connection configs in the .env file
  3. php artisan make:auth
  4. php artisan migrate
  5. composer require tcg/voyager
  6. php artisan voyager:install --with-dummy

Then you can login to your admin panel from http://yourdomain.com/admin using email: [email protected] password: password.

Add Clean Blog

  1. Add Clean Blog templates
  2. Add Clean Blog routes & remove unused routes
  3. Clean up templates
  4. Simple posts list and single-post route based on Voyager posts
  5. Single post page
  6. Add time order & pagination for posts list

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published