spaceduck / pages
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/spaceduck/pages
This package is auto-updated.
Last update: 2025-11-20 02:37:56 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.