Download the PHP package codesleeve/platform-core without Composer
On this page you can find all versions of the php package codesleeve/platform-core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codesleeve/platform-core
More information about codesleeve/platform-core
Files in codesleeve/platform-core
Package platform-core
Short Description Platform core contains the core functionality of platform which is the backend admin panel, users, roles, overall navigation. It also includes general helpers (such as macros)
License MIT
Informations about the package platform-core
Getting Started
First add to composer.json
then add the service provider to the providers
array in your app\config\app.php
then run commands for database
you can setup extra stuff in your project by running the command but this is only recommended for new projects
Adding your own navigation
You can easily tap into the navigation of platform by using the Navigation laravel facade or App::make('platform.navigation');
Adjusting platform views
If you want to make a custom view you can modify any views after running
Adding your own dashboard sections
TODO Not implemented yet but on the radar.
Breadcrumbs helper
TODO Add a tidbit about Breadcrumbs. Also add the ability to easily override the Breadcrumbs view that is made (just how the Pagination component works in Laravel);
Additional helpers
TODO Add the form helpers and macros we have in platform core here...
TODO
-
I don't think we should rely on the BaseController for all the extra's. This would probably be better for a view.composer. Things like Breadcrumbs...
- Change the theme and colors to match the codesleeve.com website more... theme needs a little tinder love and care.
All versions of platform-core with dependencies
illuminate/support Version 4.1.*
codesleeve/asset-pipeline Version dev-master
codesleeve/stapler Version dev-master
codesleeve/fixture Version dev-master