2017 © Pedro Peláez
 

library pages

package for create pages in panel admin

image

tarnama/pages

package for create pages in panel admin

  • Friday, January 26, 2018
  • by afsaneh_mh
  • Repository
  • 0 Watchers
  • 0 Stars
  • 5 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

tarnam/pages

  • This package compatible with Laravel >=5
  • this package for builder new page in admin panel

` copy into composer.json, (*1)

"require": {
    "tarnama/pages" : "dev-master"
},`

then Run the Composer update in comand, (*2)

In your config/app.php add 'Tarnama\Pages\PagesServiceProvider::class,' to the end of the $providers array, (*3)

'providers' => [
     Tarnama\Pages\PagesServiceProvider::class,

],


'alias' => [
    ...
    'Pages' =>Tarnama\Pages\PageFacade::class,
]

usages, (*4)

copy php artisan vendor:publish --provider="Tarnama\Pages\PagesServiceProvider" --tag=migrations --force in comand php artisan migrate, (*5)

url => http://site-name.com/page for manage pages, (*6)

The Versions

26/01 2018

dev-master

9999999-dev

package for create pages in panel admin

  Sources   Download

The Requires

 

by Afsanehmh