Download the PHP package sprintive/seeds without Composer

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

Seeds: Kickoff distribution for SMEs

Latest Stable Version Total Downloads Latest Unstable Version License composer.lock

Seeds

Light distribution to kick off all projects regardless scale, you can use it to speed up your projects.

Seeds focusing on Arabic website with RTL interfaces so if you have any issue with your Arabic language website you are more than welcome to contribute with us.

Sponsored and developed by:

Sprintive

Sprintive is a web solution provider which transform ideas into realities, where humans are the center of everything, and Drupal is the heart of our actions, it has built and delivered Drupal projects focusing on a deep understanding of business goals and objective to help companies innovate and grow.

Documentation

Creating a subtheme

Creating a subtheme is simple, you have to have a git init in your project, then by running the create_subtheme.shand following the instructions, you would have a ready-to-go theme in your hands. Run:

You will be asked to enter you theme machine name and label, after that, the theme is created and activated automatically.

Styling using sass

After you created your subtheme, it will automatically run npm installinside the subtheme folder, all you have to do is running:

Then begin styling. After you are done, make sure to run:

To build and minify the css when deploying to production.

There are certian settings you can modify in the theme.json:

Enabling RTL styling

In you THEMENAME.theme, find the following lines:

Comment this out to enable RTL styling.

Mixins you can use in sass

@include form($gutter: 15px, $min-width: 180px);

This mixin defines general classes for forms:

When you are creating a webform, you can create a container and then add one of the above to act as a row that contains form elements. By default, it is added for all webforms.

@include form-inline($gutter: 5px, $break: 767px);

Define an inline form with gutter and a maximum breakpoint.

@include responsive-image-blazy($lg, $md, $sm);

Using it with the combination of seeds_coat responsive image styles, it can prove useful. This mixin is used when you want to use blazy with core responsive image styles to avoid content reflows using padding-top check the _mixin.scss file for additonal info.

Where 'w' is the width of the image and 'h' is the height. The mixin uses three bootstrap breakpoints: lg, md, sm

@include shadow();

Sets a shadowy container on the element. Useful with images.

@include fontawesome($content, $psuedo: 'before');

Includes a fontawesome icon. See Fontawesome v4

Sass placeholder classes that you can extend

@extend %center

Centers an element.

@extend %absolute-full

Set position to absolute and stretch it.

CKEditor RTL and LTR styling

Go to /admin/config/content/seeds or Admin >> Configuration >> Content Authoring >> Seeds Content Settings, You will see CKEditor styling settings. By default, it is initialized, but if you want to change it, feel free to do it.

Using responsive font sizes in sass

in your _theme-variables.scss file, comment out this line:

You can now use the bootstrap 4 build in mixin:

Disable bootstrap container in certian content types

Go to /admin/structure/types, Click edit on a content type. You will be met with various settings. At the bottom, you will see Container settings, Navigate there and enable Fluid container to disable the bootstrap container.

Override blazy loader

Go to /admin/config/seeds_media. You will see blazy settings. Check the Override blazy loader? then set the background image and color to something you like, hit save and flush the cache, you should see the loader takes a different appearence.

Set default medias

We also provide a neat feature, you can set some default medias to not allow accidental edits by the client. Simply, go edit any media, you will see at the bottom a checkbox, Default media, check it and save, now only users with Bypass Default Media Access permission can edit the media.


All versions of seeds with dependencies

PHP Build Version
Package Version
Requires php Version >=8.3
drush/drush Version ^13.3.3
drupal/coder Version *
composer/composer Version ^2
cweagans/composer-patches Version 1.7.3
drupal/core-composer-scaffold Version ^10.0
drupal/core Version 11.1.5
drupal/seeds_editor Version ^1.1
drupal/seeds_media Version ^1.0
drupal/seeds_pollination Version ^1.0
drupal/seeds_development Version ^1.0
drupal/seeds_security Version ^2.0
drupal/seeds_seo Version ^2.0
drupal/seeds_performance Version ^1.0
drupal/seeds_layouts Version ^2.0
drupal/seeds_toolbar Version ^2.0
drupal/seeds_ui Version ^1.0
drupal/seeds_page Version ^1.0
drupal/seeds_administration Version ^2.0
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 sprintive/seeds contains the following files

Loading the files please wait ....