Unit Tests Coverage Scrutinizer Stable Version Downloads Laravel License Xetaravel is a resource to help people starting with Laravel.
Actually, I have developed this blog to try Laravel, and I have decided to release it to help people starting with Laravel, so there is probably some custom configurations/functions that only fit my needs.
Note : All installed accounts won't work on the demo site, you will need to create a new one. (Sadly, we can't trust internet people
☹️ )
PHP PHP Extension DBMS NodeJS npm Others (optional) While Redis is optional, it is recommended to use Redis with this application.
composer create-project xetaio/xetaravel <application_name>Then you will need to migrate and seed your application:
php artisan migrate php artisan db:seedFinally, you need to install and build the JS, CSS etc :
php artisan vendor:publish --provider="Xetaio\Editor\EditorServiceProvider" npm install npm run production
- Admin
- User : [email protected]
- Password : admin
- Moderator
- User : [email protected]
- Password : moderator
- Member
- User : [email protected]
- Password : member
- Banished
- User : [email protected]
- Password : banished
- Note : You will need to delete the cookie to logout due to the restriction of the ban system.
This project implements many features and will implements more in the future. Here's a list of the features developed in Xetaravel :
- Articles
- Media
- Categories
- Comments
- Categories
- Replies
- Leaderboard
- Solved Reply
- Actions Logs
- Pinned/Locked
- Google Analytics integrated
- Users Management
- Blog Management
- Categories
- Articles
- Discuss Management
- Categories
- Roles Management
- Permissions Management
- Settings Management
- Experiences system (based on posts, comments etc)
- Rubies system (virtual currency) (based on posts, comments etc)
- Newsletter
- Sessions management (multiple connected device)
- Notifications
- Badges
If you want to contribute, please follow this guide.
-
Notifications
You must be signed in to change notification settings - Fork 0
A resource to help people starting with @laravel. Blog system, discuss system etc
License
XetaIO/Xetaravel
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A resource to help people starting with @laravel. Blog system, discuss system etc