Download the PHP package marghoobsuleman/hashtagcms without Composer
On this page you can find all versions of the php package marghoobsuleman/hashtagcms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download marghoobsuleman/hashtagcms
More information about marghoobsuleman/hashtagcms
Files in marghoobsuleman/hashtagcms
Package hashtagcms
Short Description Headless 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.
License MIT
Homepage https://github.com/marghoobsuleman/hashtagcms
Informations about the package hashtagcms
HashtagCMS
Headless 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
Hashtag CMS installation guidelines
-
Open
config/app.php
and add below line in the array. (only needed less than v1.4.3 version) - Open
.env
file and updateAPP_URL
, and make sure database information is correct. -
Change DB_CONNECTION to
mysql
and update database information. -
Open
app/Models/User.php
and remove or comment below lines. -
Add below lines in the same file (
app/Models/User.php
) - You might want to comment/remove below route in
routes/web.php
Install Command
Configure site on browser. Open it with the appUrl prefix
- You are done :)
Test
Change log more...
v1.4.4 Changes
- Backend: Module creator has a typo bug. x was added mistakenly. Fixed.
- Backend: Js module -> Site-wise component has been updated.
- General: API bug fixes.
v1.4.3 Changes
- Laravel 11 support and cleanup
v1.4.2 Changes
- Backend/Frontend/API: Added festival support. You can add lottie and schedule it.
- API: Added ServiceLater Support. Service url will be passed to view too.
- Core: Added module data modifier
- See how it works:
- Create class/method App\Parser\ModuleDataModifier->moduleAliasNameMethod(data, moduleInfo) and manipulate your data and return it. Works for API and views.
- Do not forget to run php artisan migrate if you are upgrading.
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
- [Marghoob Suleman][https://www.marghoobsuleman.com]
License
license. Please see the license file for more information.
All versions of hashtagcms with dependencies
laravel/framework Version ^11.0
laravel/tinker Version ^2.9
guzzlehttp/guzzle Version ^7.2
laravel/sanctum Version ^4.0
laravel/ui Version ^4.2
usmanhalalit/laracsv Version ^2.1