https://github.com/wasilolly/blog
https://github.com/wasilolly/blog
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wasilolly/blog
- Owner: wasilolly
- Created: 2021-10-01T16:18:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-02T14:37:44.000Z (over 3 years ago)
- Last Synced: 2025-02-03T12:35:04.480Z (4 months ago)
- Language: PHP
- Size: 4.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CMS style Blog
- CRUD action on posts and categories
- CMS style settings
- Filter by authors and categories
- Email Newsletter
- Admin dashboard to summarize actions
git clone https://github.com/wasilolly/blog.git
composer install
cp .env.example .env
Then create the necessary database.
php artisan db
create database blog
And run the initial migrations and seeders.
php artisan migrate --seed