spaceduck / pages
There is no license information available for the latest version (1.0.2) of this package.
1.0.2
2019-06-19 11:15 UTC
This package is auto-updated.
Last update: 2025-07-20 01:58:51 UTC
README
A small library for creating static pages in laravel.
Installation
You can add this library as a local, per-project dependency to your project using Composer:
composer require spaceduck/pages
The package will automatically register itself.
You can publish the migration with:
php artisan vendor:publish --provider="Spaceduck\Pages\PagesServiceProvider" --tag="migrations"
After the migration has been published you can create the pages
table by running the migrations:
php artisan migrate
License
The MIT License (MIT). Please see License File for more information.