dev-master
9999999-dev
The Requires
by Andrew huggins
0.1
0.1.0.0
The Requires
by Andrew huggins
0.0
0.0.0.0
The Requires
by Andrew huggins
Wallogit.com
2017 © Pedro Peláez
Currently a very early version of a CMS built on top of Laravel. Also uses Admin LTE as the backend theme., (*1)
This is not production ready...so use at your own risk. This is a very early release., (*2)
"shoulderscms/shoulderscms": "dev-master"
app/app.php under service providers:'providers' => [
'Shoulderscms\Shoulderscms\ShoulderscmsServiceProvider',
'Lavary\Menu\ServiceProvider',
'Jaybizzle\Safeurl\SafeurlServiceProvider',
]
app/app.php under aliases:'aliases' => [
'Menu' => 'Shoulderscms\Shoulderscms\Facades\Menu',
'Safeurl' => 'Jaybizzle\Safeurl\Facades\Safeurl',
]
php artisan migrate --package=shoulderscms/shoulderscms
php artisan asset:publish shoulderscms/shoulderscms
app/routes.php file. Or just delete the route inside. Otherwise the homepage will only show the default Laravel screen.php artisan create-user command. You will be prompted for all the necessary fields.Note: If you are using Homestead, you may have to be SSHed into your Homestead machine in order for it to be able to write to your DB., (*3)