Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikael-zakaria/blog-with-auth-laravel8
- Owner: mikael-zakaria
- Created: 2023-04-17T18:00:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-05T14:01:42.000Z (over 1 year ago)
- Last Synced: 2024-10-11T11:21:10.054Z (about 1 month ago)
- Topics: blog, eloquent, laravel8, restful
- Language: JavaScript
- Homepage:
- Size: 1.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog-with-auth-laravel8
1. Admin Dashboard
2. Admin Login
3. User Dashboard
# 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 deletedGuest 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