Skip to content

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

login page Dashboard Screenshot Dashboard Screenshot Dashboard Screenshot Dashboard Screenshot Dashboard Screenshot Dashboard Screenshot Blog page Show page Create markdown Edit markdown code block preview comments model comment report model

INSTALLATION

1.📦 Install dependencies

composer install

2.🛠️ Create a copy of the .env file

cp .env.example .env

3.🔑 Generate the application key

php artisan key:generate

4.📦 install node_modules

npm install

5.🚀 Compile assets with Tailwind CSS

npm run dev

6.🗄️ Set up the database

php artisan migrate

7.🔗 Create symbolic link for storage

rm public/storage
php artisan storage:link

8.🗄️ seed admin user

php artisan db:seed AdminSeeder

9.💻 Run the application

php artisan serve

Features

  • Login with Recaptcha v2
  • Multilingual suport
  • Toggle dark/light mode
  • User Dashboard
  • Admin Dashboard
  • Suspend user action
  • Reports on posts and comments
  • Approve/Disapprove posts action
  • profile settings
  • Full text search
  • Advanced Filtering with multi sort options
  • Polymorphic like system : handle rapid likes up to 30 on posts and comments
  • Comments/replies edit/delete/like/report
  • Users can view who liked
  • Toggle Follow/Unfollow

🚀Coming soon

  • Realtime notifications + enhancements

About

SPA build using Laravel,InertiaJS, ReactJS,Tailwindcss,secure authentication/authorization, Email verfication/forget password,recaptcha v2,Advanced Filtering ,Rapid likes system, Dynamic head titles, Pagination, darkmode toggle, Custom markdown editor, and more...

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages