webappid / content
Core content for multipurpose such as blog etc, if the web need more detail content info please create child table from content
6.0.1
2022-05-01 12:15 UTC
Requires
- php: >=8.0
- doctrine/dbal: ^2.5
- gumlet/php-image-resize: ^1.9
- illuminate/support: ^9.0
- nesbot/carbon: ^2.0
- webappid/laravel-user: ^5.0
- webappid/lazy: ^1.0@dev
- webappid/smartresponse: ^2.0
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ^7.0
- phpunit/phpunit: ^9.0
- 6.0.1
- 6.0.0
- 5.7.0
- 5.6.4
- 5.6.3
- 5.6.2
- 5.6.1
- 5.6.0
- 5.5.9
- 5.5.8
- 5.5.7
- 5.5.6
- 5.5.5
- 5.5.4
- 5.5.3
- 5.5.2
- 5.5.1
- 5.5.0
- 5.4.1
- 5.4.0
- 5.3.5
- 5.3.4
- 5.3.3
- 5.3.2
- 5.3.1
- 5.3.0
- 5.2.6
- 5.2.5
- 5.2.4
- 5.2.3
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.5
- 5.1.4
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.1
- 5.0.0
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.0.2
- 3.0.1
- 3.0.0
- 2.11.12
- 2.11.11
- 2.11.10
- 2.11.9
- 2.11.8
- 2.10.8
- 2.10.7
- 2.10.6
- 2.9.6
- 2.8.6
- 2.8.5
- 2.8.4
- 2.8.3
- 2.8.2
- 2.8.1
- 2.7.1
- 2.7.0
- 2.6.6
- 2.6.5
- 2.5.6
- 2.5.5
- 2.5.4
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.6
- 2.4.5
- 2.4.4
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.9
- 2.1.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1-beta
- 2.0.0-beta
- dev-master / 1.0.x-dev
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- dev-develop
This package is auto-updated.
Last update: 2024-10-29 05:46:33 UTC
README
this package is the core of content management system based on laravel.
This package required laravel auth.
Step by step to use :
- run
php artisan make:auth
. - run
php artisan migrate
. - move the
User.php
name spaceApp;
intoApp\Http\Models;
. - create default user as admin with id 1 in users table.
- run
composer require webappid/content
. - run
php artisan migrate
one more time. - run
webappid:content:seed
to create default data. This seeder always insert new data only without wipe the old data.
If you have any question about this package, please don't hesitate to drop me an email at dyan.galih@gmail.com
Thanks to everyone to help me build this package.