Download the PHP package troisieme/overdog without Composer

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

Overdog - A scaffolding project for Craft CMS 4.x

This Craft CMS starter project is for developers who want to build a website or small web application from a solid foundation based on best practices.

Version

1.6.1

Installation

Navigate to your web projects folder. You can change the last term "overdog" - this will be the name of your project folder.

Create a new project

Install Node.js packages for development and compilation

Set up a new local server host and database

  1. Create a new Host on your local server.
  2. Set up a MySQL database. You can use the username and password as "root/root", as this will never be deployed.
  3. Point this host to the web folder of your project.

[!NOTE] If you're using MAMP Pro, make sure "Allow network access to MySQL" is checked in the MySQL tab.

Update certain variables in the .env file

In the .env file located at the root of your project, fill in the following details. You can leave the other variables empty for the time being and configure them later:


Install Craft CMS

In your project folder, execute the following in the terminal.

[!NOTE] When prompted for the SITE NAME, SITE URL, and LANGUAGE during installation, simply press Enter. Your installation will align with the settings from your .env file. Should you have maintained the default Overdog details in the env file, you'll have the flexibility to adjust them post-installation.


Create a Git repo with your git provider

Set up your project with your provider.

[!WARNING]  Do not check "Initialize repository with a readme"; keep it entirely empty.

Integrate Git with your local project

  1. Add the previously created project folder to your software or terminal to initialize Git (the method may vary slightly depending on the tool you're using).
  2. After the first commit, consider renaming your local branch to "develop".
  3. Add the remote link, ideally using SSH, of the project you set up with your provider.
  4. Make an initial commit on the "develop" branch and push it to create a new "develop" branch on the remote repository.

Documentation

Click here for documentation


All versions of overdog with dependencies

PHP Build Version
Package Version
Requires craftcms/aws-s3 Version 2.2.1
craftcms/cms Version 4.10.3
craftcms/redactor Version 3.1.0
ianreid/switcher Version ^1.1
nystudio107/craft-retour Version ^4.1.15
vlucas/phpdotenv Version ^5.4.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 troisieme/overdog contains the following files

Loading the files please wait ....