Pages
Static page management package
What does it do
This package allows you to create static pages in Laravel app.
Installing
composer require escolalms/pages
,php artisan migrate
php artisan db:seed --class="EscolaLms\Pages\Database\Seeders\PermissionTableSeeder"
Endpoints
All the endpoints are defined in
Tests
Run ./vendor/bin/phpunit --filter 'EscolaLms\\Pages\\Tests'
to run tests. See tests a quite good starting point for creating your own.
Permissions
Permissions are defined in seeder
Database relation
Author
Page is related belong to with User
Page 1 -> 1 Author