Download the PHP package dejwcake/craftable without Composer

On this page you can find all versions of the php package dejwcake/craftable. 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 craftable

Craftable - build admin panels with Laravel

About

Hi Crafter, welcome to the official documentation for Craftable - a Laravel-based open-source toolkit for building administration interfaces. It's an administration area minimalistic template. A starting point for developing back-office systems, intranets or a CMS systems.

This package is forked from BRACKETS-by-TRIAD/craftable and continuously maintained.

Craftable administration area example

You could call it CMS, but it's a very slim one, with as little content to manage as possible. It has:

Demo

We have created a demo for you to play around at https://demo.getcraftable.com.

Use these credentials to sign-in:

You can see an administration of:

Made of components

Our intent was to split all the stuff into several packages with as least dependencies as possible. This is what we're coming with at the moment:

Craftable uses all the packages above. It also uses some other 3rd party packages (like Spatie's spatie/laravel-permission) and provides some basic default configuration to speed up a development of a typical administration interface.

Requirements

Craftable requires:

Craftable uses Laravel so you should check out its requirements too. It is compatible with Laravel 12:

Installation

New Craftable project

First you need to have laravel application, so follow the Laravel installation guide: https://laravel.com/docs/12.x/installation

Create an empty database of your choice (PostgreSQL or MySQL).

Now you require these two main packages:

Add Craftable to existing project

Or alternatively, you can use your existing Laravel application. Start with requiring these two main packages:

Package installation

To install this package use:

This is going to install all dependencies, publish all important vendor configs, migrate, setup some configs, webpack config and run migrations.

Command is going to generate and print the password for the default administrator account. Save this password to your clipboard, we are going to need it soon.

Basics

Once installed, navigate your browser to /admin/login. You should be able to see a login screen.

Admin login form

Use these credentials to log in:

After authorization you should be able to see a default homepage and two menu items:

Admin homepage

Documentation

You can find full documentation of this package and other our packages Craftable uses at https://docs.getcraftable.com/#/craftable.

Composer

To develop this package, you need to have composer installed. To run composer command use:

For composer normalization:

Run tests

To run tests use this docker environment.

To switch between postgresql and mariadb change in docker-compose.yml DB_CONNECTION environmental variable:

Run code analysis tools

To be sure, that your code is clean, you can run code analysis tools. To do this, run:

For php compatibility:

For code style:

or to fix issues:

For static analysis:

For mess detector:

Where to go next?

At this point you are ready to start building your administration area. You probably want to start building a typical CRUD interface for your eloquent models. You should definitely check our Admin Generator documentation.

In case you rather want to create some atypical custom made administration, then you probably want to head over to Admin UI package.

Have fun & craft something awesome!

How to contribute:

Contributors🌟


Kudos to these amazing people


## Licence MIT Licence. Refer to the [LICENSE](https://github.com/BRACKETS-by-TRIAD/craftable/blob/master/LICENSE) file to get more info.


All versions of craftable with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
dejwcake/admin-auth Version ^1.0
dejwcake/admin-listing Version ^1.0
dejwcake/admin-translations Version ^1.0
dejwcake/admin-ui Version ^1.0
dejwcake/advanced-logger Version ^1.1
dejwcake/craftable-media Version ^1.0
dejwcake/craftable-translatable Version ^1.0
illuminate/support Version ^12.0
maatwebsite/excel Version ^3.1
spatie/laravel-backup Version ^9.2.7
spatie/laravel-permission Version ^6.15
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 dejwcake/craftable contains the following files

Loading the files please wait ....