thorazine/hack is a Laravel package for a non-intrusive packaged cms built on laravel.
It currently has 1 GitHub stars and 192 downloads on Packagist (latest version 2.0.1).
Install it with composer require thorazine/hack.
Discover more Laravel packages by thorazine
or browse all Laravel packages to compare alternatives.
Last updated
This is a personal content management system I use for clients. Feel free to try it, but don't expect support any day soon.
Take a Laravel project with a working database and a writable storage folder.
Run
composer require thorazine/hack
Thorazine\Hack\HackServiceProvider::class,
Run:
php artisan hack:install --force
npm install
npm run dev
This command runs some commands and finds and replaces some settings. What it exactly does can be found on the wiki page.
Now that all basic settings have been done you will need to fill in the blancs in your .env file.
A Google API key can be retrieved here.
To see if everything has gone as planned you can run the installation test.
Visit http://[domain]/cms and fill in the blancs.
To get started you can seed the database with a simple Hack website. The seeder can be run by executing
php artisan db:seed --class=Thorazine\\Hack\\Database\\Seeds\\HackExampleSite