Skip to content

mikael-zakaria/blog-with-auth-laravel8

Repository files navigation

blog-with-auth-laravel8

  1. Admin Dashboard

    Alt text
  2. Admin Login

    Alt text
  3. User Dashboard

    Alt text

How to Use

  1. Composer
    composer update
    composer install
    
  2. Command line & Setting your database
    cp .env.example .env
    
  3. Create Database
    php artisan migrate
    
  4. After that
    php artisan db:seed --class=UsersSeeder
    
  5. and Finally
    php artisan serve
    
  6. Enjoy the program

next-update

Admin Section:
1. Delete section: When deleting an item, the picture in /public/picture is not deleted

Guest Users :
1. The name of the blog author still does not appear on the Card
2. Correct the name of the date on the Card

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published