Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikael-zakaria/blog-with-auth-laravel8


https://github.com/mikael-zakaria/blog-with-auth-laravel8

blog eloquent laravel8 restful

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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