Skip to content

ismailansari/laravel-blog

Repository files navigation

Laravel Blog

Laravel Blog is Laravel Blog sample application.

Installation / Configure

  • Open terminal and run the following commands:
    • composer install / composer update
    • cp .env.example .env
    • update DB and MAIL varibales in `.env` file
    • php artisan migrate
    • php artisan db:seed
    • php artisan storage:link
    • As it happens with laravel app at local like sometimes changes are not visible at browser so try `php artisan optimize`, `php artisan config:clear`, `php artisan cache:clear` etc..

User Login Credential

  • Admin: email and password; admin@laravel-blog.com
  • Author: email; link2ismail@gmail.com | password: link2ismail

Note:

There are some points under progress like user `profile show` and `seeder` classes `images upload` via image faker although its working fine but if a i change the directory it doesnt work

About

A sample Blog application with laravel 10

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published