Download the PHP package fuelviews/app-init without Composer

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

Laravel Init Package

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads PHP Version Laravel Version

A comprehensive Laravel initialization toolkit that streamlines the setup of Laravel applications with modern frontend tooling, SEO optimization, and the complete Fuelviews ecosystem.

Requirements

Installation

Install the package via Composer:

Quick Start

Complete Setup (Recommended)

Initialize your entire Laravel application with one command:

Available Commands

Core Commands

Command Description Flags
init:install Complete Laravel application setup --force, --dev
init:status Check installation status None

Individual Component Commands

Command Description What it installs/configures
init:changelog Create project changelog CHANGELOG.md with project details
init:composer-packages Install Composer packages Fuelviews ecosystem + SEO packages
init:env Configure environment .env with Herd integration
init:git-dot-files Setup Git configuration .gitattributes, .gitignore
init:images Optimize images Process public/images/ directory
init:prettier Install Prettier Code formatting with Blade support
init:tailwindcss Install TailwindCSS Complete CSS framework setup
init:vite Install Vite Modern build tool configuration

All individual commands support --force and --dev flags.

What Gets Installed

Composer Packages

Fuelviews Ecosystem:

Third-Party Packages:

Node.js Packages

Build Tools:

TailwindCSS Ecosystem:

Development Tools:

Configuration Files

File Purpose Customizations
vite.config.js Build configuration Laravel integration, hot reload
tailwind.config.js CSS framework Fuelviews branding, Ubuntu fonts
postcss.config.js CSS processing TailwindCSS + Autoprefixer
resources/css/app.css Base styles Tailwind imports, Alpine.js ready
.prettierrc Code formatting Blade template support
.env Environment Laravel Herd integration
CHANGELOG.md Project changelog Auto-generated with project info

Development vs Production Mode

Standard Mode (Default)

Development Mode

Advanced Usage

Status Checking

Check your installation status anytime:

This provides a comprehensive report showing:

Image Optimization

Process and optimize images in your public/images/ directory:

Features:

Optional: Install image optimization binaries on macOS:

Selective Installation

Use Laravel's publishing system for selective installation:

Laravel Herd Integration

This package is optimized for Laravel Herd development:

Configuration

TailwindCSS Customization

The package includes a custom TailwindCSS configuration with Fuelviews branding:

Vite Configuration

Includes Laravel-optimized Vite setup:

Package Architecture

Commands Structure

Design Patterns

Testing

The package includes comprehensive tests:

Test coverage includes:

Troubleshooting

Common Issues

Memory exhaustion during testing:

Node packages not installing:

Permission errors:

Laravel Herd integration:

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.


All versions of app-init with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
illuminate/contracts Version ^10.0||^11.0||^12.0
spatie/laravel-package-tools Version ^1.16.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 fuelviews/app-init contains the following files

Loading the files please wait ....