meccado / article-admin
Laravel Admin Content Managenent for Articles
Installs: 45
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:HTML
Requires
- php: ~5.5|~7.0
- illuminate/support: ~5.1
- intervention/image: ^2.3
- laravelcollective/html: ^5.2
- meccado/acl-admin-control-panel: ~1.0
- unisharp/laravel-ckeditor: ^4.5
- unisharp/laravel-filemanager: ^1.5
This package is auto-updated.
Last update: 2024-10-28 20:21:47 UTC
README
Install
Via Composer
$ composer require "meccado/article-admin:~1.0.0"
To register the Service Provider edit config/app.php file and add to providers array:
/* * Service Provider */ Meccado\ArticleAdmin\ArticleAdminServiceProvider::class,
Publish files with:
#In Laravel =>5.3.x or =>5.4.x or hiegher first run: $ php artisan make:auth #then $ php artisan vendor:publish --force
Migrate & Seed database files with:
$ composer dump-autoload $ php artisan migrate --seed
Admin Login Page & Credentials
Admin Login: http://localhost:8000/admin Super Admin User: super@domain.com Password: password Admin User: admin@domain.com Password: password General User User: user@gmail.com Password: password
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email tsw603gp@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.