Skip to content

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

Notifications You must be signed in to change notification settings

WadhahEssam/laravel-arabic-blog-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-arabic-blog-plugin

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published