wadahesam/laravel-arabic-blog-plugin

laravel package that adds arabic ( blogs / categories / authors / keywords ) alongs with its independent control panel

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

Language:HTML

pkg:composer/wadahesam/laravel-arabic-blog-plugin

dev-master 2019-08-31 04:00 UTC

This package is not auto-updated.

Last update: 2025-10-19 10:24:45 UTC


README

a plugin for laravel applications that adds the ability to add arabic blogs to any existing project

currently this package supports arabic language only

installing the package :

composer require wadahesam/laravel-arabic-blog-plugin

after setting up the database , run :

php artisan migrate

publish the resources of the package :

php artisan vendor:publish --tag=public --force

(optional) publish the config/migrations/views/routes :

php artisan vendor:publish --tag="blog-plugin:config" --force 
php artisan vendor:publish --tag="blog-plugin:migrations" --force
php artisan vendor:publish --tag="blog-plugin:views" --force
php artisan vendor:publish --tag="blog-plugin:routes" --force

you are ready to go now

visit ( /admin ) to go to the dashboard visit ( /posts ) to go to the posts page

you can edit those routes from the config file