Download the PHP package shawnsandy/pagekit without Composer

On this page you can find all versions of the php package shawnsandy/pagekit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package pagekit

Laravel UI.Pages (PageKit)

SensioLabsInsight Codacy Badge

Pages (ui-pages) is a simple, easy to use drop in replacement UI for the default Laravel "Welcome Page". It provides a clean and modern set of bootstrap compatible starter pages -- Home, About, Contact and a starter admin/dashboard template. Along with a static flat file system for quickly adding and using markdown files as content. Setup, configuration and customization is quick and easy, allowing you to deploy and launch a Laravel based static marketing / promotional site in minutes so you can focus on the development.

Home Page Screen Shot

Admin Dashboard (Black Haze)

The dash admin will become a standalone package (deprecated)

PageKit

If you are looking for the original PageKit package you can still find it here at Pagekit Original. I have moved PageKit to and new repository and changed the name to avoid conflict with PageKit CMS. I also used the opportunity to reboot versioning to better meet semver standards. Sorry for the inconvenience, I hope you find the package useful.

Installation (traditional)

Laravel 5.5.* (later)

Laravel 5.4.* (earlier)

PageKitServiceProvider

Add PageKitServiceProvider to the providers array in config/app.php

Add the following (required) vendor service providers and aliases for pre-installed Laravel packages.

Vendor Service providers config/app/php

Vendor Aliases

If you would like to use Markdown for post, add the following to config/filesystem.php

Middleware app/Http/Kernel.php routeMiddlware

Add to your route/wep.php

Publish the vendor files / assets

You can publish all vendor files or simply publish the package assets (styles/js/images)

All files

Assets

Publish tags

You can publish individual pagekit tags using --tags option, please note that the --pagekit-asssets tag is required for page to display correctly. BTW this is my preferred method of install.

or shortcut

PageKit tags

You can also use the --force to overwrite previously published files - --tag=pagekit-assets --force.

Install for custom/package development

To customize or use the package to start your own.

Usage

Once installed correctly you should be able to goto http://yoursite.com/page

Default index page

Replace the default welcome page with the PageKit index by modifying your app/Http/route.php

to

Enable dashboard in login

Pages comes database free by default, as a result your admin Dash(board) won't require any login. However you can enable statless login using the Laravel Shield package that is bundled with Pages.

Please insure the you have added the provider to your config\app.php (Vendor Providers).

Add the middleware to the $routeMiddleware array in your Kernel.php file.

Publish the vendor assets using the provider tag.

Using `php artisan vendor:publish' can have some unintended affects, DON'T DO IT!!!

Run the php artisan command to generate your shield passwords php artisan shield:hash username password

Add the password to your '/config/shield.php' file

Visit Laravel Shield for more info.

Laravel .ENV editor

Required for editing editing the settings of you .env file

Components

Contact From

Page Nav

Page Cover

Custom Branding

You can custom brand pagekit by editing the values in the config/pagekit.php

Turn branding on:

Customize :

Custom Header

TODO

...

Contributing

Fork it! Create your feature branch: git checkout -b my-new-feature Commit your changes: git commit -am 'Add some feature' Push to the branch: git push origin my-new-feature Submit a pull request :D History

Change Log

v.1.0.1

Renamed the package and mover the repository

Pagekit Changelog

License

TODO: Modify licence.md

This project is licensed under the MIT License - see the LICENSE.md file for details


All versions of pagekit with dependencies

PHP Build Version
Package Version
Requires php Version ~5.6|~7.0
michelf/php-markdown Version ^1.6
shawnsandy/extras Version ^0.1.26
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package shawnsandy/pagekit contains the following files

Loading the files please wait ....