tarnama / pages
There is no license information available for the latest version (dev-master) of this package.
package for create pages in panel admin
dev-master
2018-01-26 17:32 UTC
Requires
- illuminate/support: ~5
- morilog/jalali: ^2.3
This package is not auto-updated.
Last update: 2020-01-02 22:02:26 UTC
README
- This package compatible with Laravel
>=5 - this package for builder new page in admin panel
` copy into composer.json
"require": {
"tarnama/pages" : "dev-master"
},`
then Run the Composer update in comand
In your config/app.php add 'Tarnama\Pages\PagesServiceProvider::class,' to the end of the $providers array
'providers' => [ Tarnama\Pages\PagesServiceProvider::class, ], 'alias' => [ ... 'Pages' =>Tarnama\Pages\PageFacade::class, ]
usages
copy php artisan vendor:publish --provider="Tarnama\Pages\PagesServiceProvider" --tag=migrations --force in comand
php artisan migrate
url => http://site-name.com/page for manage pages