Package Data | |
---|---|
Maintainer Username: | Thorazine |
Package Create Date: | 2017-02-21 |
Package Last Update: | 2023-03-10 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-19 03:11:10 |
Package Statistics | |
---|---|
Total Downloads: | 186 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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