Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juzaweb authored Apr 26, 2024
1 parent 33a5967 commit 3efc701
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ JUZACMS - Laravel CMS for Your Project
- [x] Compile plugin react with vite
- [x] Install/Update plugin with composer
- [x] Rename namespace CMS command
- [x] Shortcode
- [x] Shortcode support
- [x] Move Backup to plugin
- [ ] Hook Action helpers
- [ ] Install/Update Command
- [ ] Install/Update Plugin Command
- [ ] Install/Update Theme Command
- [ ] Simplify controllers
- [ ] Move Seo plugin
- [ ] Move Seo to plugin
- [ ] Move translation to plugin
- [ ] Multisite using multiple database
- [ ] Documentations
Expand All @@ -45,7 +49,7 @@ composer create-project --prefer-dist juzaweb/cms blog
Config database in your `.env` file, and run:

```
php artisan juzacms:install
php artisan cms:install
```

## Documentation
Expand Down

0 comments on commit 3efc701

Please sign in to comment.