marghoobsuleman/hashtagcms

Hashtag CMS, Use it as Headless CMS or Bundled, API enabled, Admin Panel, Multisite, Multi-platform, Multilingual.The Most powerful, fast and user-friendly platform. Made with PHP Laravel Framework.


README

Latest Version on Packagist Total Downloads

Hashtag CMS, Use it as Headless CMS or Bundled, API enabled, Admin Panel, multisite/multi-tenant, multiplatform, multilingual with endless possibilities. The Most powerful, fast, user-friendly and secured platform. Made with PHP Laravel Framework.

Installation

Via Composer

composer create-project laravel/laravel mysite
cd mysite
composer require marghoobsuleman/hashtagcms

Hashtag CMS installation guidelines

  • Open config/app.php and add below line in the array. (only needed less than v1.4.3 version)
MarghoobSuleman\HashtagCms\HashtagCmsServiceProvider::class
  • Open .env file and update APP_URL, and make sure database information is correct.
  • Change DB_CONNECTION to mysql and update database information.
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_db_name
DB_USERNAME=your_db_username
DB_PASSWORD=your_db_password (leave it blank if no password)
  • Open app/Models/User.php and remove or comment below lines.
// use Illuminate\Foundation\Auth\User as Authenticatable
  • Add below lines in the same file (app/Models/User.php)
use MarghoobSuleman\HashtagCms\User as Authenticatable;
  • You might want to comment/remove below route in routes/web.php
/*Route::get('/', function () {
    return view('welcome');
});*/

###Install Command

php artisan cms:install

Configure site on browser. Open it with the appUrl prefix

http://{APP_URL}/install
ie:
http://www.hashtagcms.org/install
  • You are done :)

Test

php artisan test vendor/marghoobsuleman/hashtagcms

Recent change logs more...

#v1.5.0 Changes

  • Frontend: Added additional middleware support for frontend. You can add your own middleware in config/hashtagcms.php

#v1.4.9 Changes

  • Frontend: Added directive support: app()->HashtagCms->layoutManager()->renderStack('scripts')

#v1.4.8 Changes

  • General: Fixed route issue

#v1.4.7 Changes

  • General: Moved to webpack from laravelmix

#See all change logs more...

More logs changelog for more information on what has changed recently.

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits

License

license. Please see the license file for more information.