Download the PHP package goez/laravel-fakedown without Composer

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

Laravel Fakedown

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Installs

Laravel Fakedown is a Laravel package that generates fake Markdown content, perfect for testing, prototyping, or content placeholders.

Features

Requirements

Installation

Publishing Configuration Files (Optional)

Configuration File Description

Usage Recommendations

Basic Usage

1. Using Facade

2. Dependency Injection

3. Faker Provider

4. Using in Model Factory

Configuration

After publishing configuration files, you can customize settings in config/fakedown.php:

Supported Languages

Supported Elements

Artisan Commands

Quickly generate Markdown content:

Command Options

Title Generator Feature

Laravel Fakedown provides a powerful title generator that creates unique and coherent titles.

Features

Basic Usage

Advanced Features

Title Combination Patterns

The title generator uses the following combination patterns:

  1. Prefix + Subject: Deep Analysis + Frontend Development
  2. Subject + Object: Frontend Development + Best Practices
  3. Prefix + Subject + Suffix: Deep Analysis + Frontend Development + Complete Manual
  4. Subject + Object + Suffix: Frontend Development + Best Practices + Practical Guide
  5. Prefix + Object: Deep Analysis + Best Practices
  6. Object + Suffix: Best Practices + Practical Guide

Connection Modes

The system intelligently selects different connection methods:

Using in Faker Provider

Advanced Examples

Generate Blog Articles

Generate Technical Documentation

Development

Common Commands

Todo List

Testing

Code Style

This project uses Laravel Pint for code formatting:

Contributing

Please see CONTRIBUTING for details.

Changelog

Please see CHANGELOG for more information what has changed recently.

License

MIT License. See License File for details.

Documentation Languages


All versions of laravel-fakedown with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/support Version ^11.0|^12.0
illuminate/console Version ^11.0|^12.0
fakerphp/faker Version ^1.20
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 goez/laravel-fakedown contains the following files

Loading the files please wait ....