Download the PHP package mwakisha/tarablade without Composer

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

Tarablade

Build Status codecov StyleCI
A package that quickly converts plain HTML files into Blade templates and integrates them into a Laravel project, together with their accompanying assets.

Installation

Installation is straightforward, setup is similar to every other Laravel Package.

1. Install via Composer

Begin by pulling in the package through Composer:

2. Publish config File (OPTIONAL)

The config file allows you to override default settings of this package to meet your specific needs. The config file allows you to set a 'template namespace' for proper separation of template assets. It is optional if you intend to import only one template. You have to change the template namespace if you want to import another template.

To generate a config file type this command into your terminal:

This generates a config file at config/tarablade.php.

Usage

This package is easy to use. It quickly converts plain HTML files into Blade templates and integrates them into your Laravel project, together with their accompanying assets.

[IMPORTANT] What this package does NOT do

This package does not extract repeated code in the generated files into partial files. This is a feature in development and contributions are most welcome.


1. Importing the templates and assets

Run the command

You will then proceed to enter the directory where your template files are.

2. That's basically it

All the template public assets will be copied into the public folder, the html files converted into blade files with asset and route helpers as well as an updated routes file to quickly get you up and running.

Contact

I would love to hear from you. I am always on Twitter, and it is a great way to communicate with me or follow me. Check me out on Twitter.

You can also email me at [email protected] for any other requests.

If you like the library, please consider buying me a coffee :)

Buy Me A Coffee


All versions of tarablade with dependencies

PHP Build Version
Package Version
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 mwakisha/tarablade contains the following files

Loading the files please wait ....