Download the PHP package webappid/content without Composer
On this page you can find all versions of the php package webappid/content. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download webappid/content
More information about webappid/content
Files in webappid/content
Download webappid/content
More information about webappid/content
Files in webappid/content
Vendor webappid
Package content
Short Description Core content for multipurpose such as blog etc, if the web need more detail content info please create child table from content
License MIT
Package content
Short Description Core content for multipurpose such as blog etc, if the web need more detail content info please create child table from content
License MIT
Please rate this library. Is it a good library?
Informations about the package content
content
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 [email protected]
Thanks to everyone to help me build this package.
All versions of content with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
doctrine/dbal Version ^2.5
gumlet/php-image-resize Version ^1.9
illuminate/support Version ^9.0
nesbot/carbon Version ^2.0
webappid/laravel-user Version ^5.0
webappid/lazy Version ^1.0@dev
webappid/smartresponse Version ^2.0
doctrine/dbal Version ^2.5
gumlet/php-image-resize Version ^1.9
illuminate/support Version ^9.0
nesbot/carbon Version ^2.0
webappid/laravel-user Version ^5.0
webappid/lazy Version ^1.0@dev
webappid/smartresponse Version ^2.0
The package webappid/content contains the following files
Loading the files please wait ....