mijat/page

There is no license information available for the latest version (1.0) of this package.

1.0 2015-01-16 19:11 UTC

This package is not auto-updated.

Last update: 2024-04-23 13:16:40 UTC


README

Laravel Pages Package
-- testing

Add to app.php
    'Mijat\Page\PageServiceProvider'


-- missing publish view


Run Migration:
    php artisan migrate --package="mijat/page"

Publish public - assets to /public/packages/mijat/pages
    php artisan asset:publish mijat/page

 Publish CONFIG
    php artisan config:publish mijat/page