Download the PHP package despark/igni-core without Composer
On this page you can find all versions of the php package despark/igni-core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package igni-core
Despark's igniCMS
UNSUPORTED
This project is not maintained anymore. Still we :heart: you!
About
igniCMS is an administrative interface builder for Laravel 5.6.
For older Laravel versions (5.4 & 5.5) please use version 1.7 of the igniCMS.
Prerequisites
- nodejs >= 4.0
- yarn or npm
- bower
- gulp
- composer
Installation
-
Run
composer require despark/igni-core
. -
Add igniCMS service providers before the application service providers in the
config/app.php
, as shown below (Optional for Laravel 5.5+)Example
-
Config your database settings in your
.env
file. -
Run this command in the terminal (it'll set all necessary resources to use the CMS. To complete this step you should have composer, npm & bower, installed globally):
- Config your
config/auth.php
file to use Igni's User model
Example
- All done! Now go to the
<your_site_url>/admin
and use your credentials
GDPR Compliance
- IgniCMS provides you with out of the box functionalities, which will make the process of GDPR compliance on boarding easier. In our Github page you will understand how to use them.
Additional information
- You can find more info about IgniCMS in our Github page.
Copyright and License
igniCMS was written by Despark for the Laravel framework and is released under the MIT License. See the LICENSE file for details.
All versions of igni-core with dependencies
laravel/framework Version 5.6.*
laravelcollective/html Version ~5.1
flowjs/flow-php-server Version ^1.0
intervention/image Version ^2.3
cviebrock/eloquent-sluggable Version ^4.1
rutorika/sortable Version >=2.3
doctrine/dbal Version ^2.5
yajra/laravel-datatables-oracle Version ~8.0
spatie/laravel-permission Version >=1.11
despark/laravel-db-i18n Version v1.x