A Laravel model-based CMS
By Bukwild
Add to your app with composer require bkwld/decoy
Add Bkwld\Decoy\ServiceProvider::class
to the providers
in your Laravel’s app config file.
Add the following config to the aliases
in your Laravel’s app config file:
'Decoy' => Bkwld\Decoy\Facades\Decoy::class,
'DecoyURL' => Bkwld\Decoy\Facades\DecoyURL::class,
Publish the migrations, config files, and public assets by running php artisan vendor:publish --provider="Bkwld\Decoy\ServiceProvider"
Run the migrations by running php artisan migrate
Next, see the quick start for tips on your first install.
Decoy is tested to support the following browsers:
See the Github “Releases” history.