Download the PHP package webmintydotcom/laravel-quickstart without Composer

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

Laravel + Webminty Defaults Starter Kit

Introduction

This is a starter kit for Laravel applications that includes Tailwind CSS, and other useful packages and configurations. It is designed to help you quickly set up a new Laravel project with a modern development environment.

Installation

Included Packages

Laravel

Version 12 of Laravel is used in this starter kit.

Spatie Laravel Data

Spatie Laravel Data is included to help you create data transfer objects (DTOs) in a simple and elegant way.

Docs

Debugging

Spatie Laravel Ray

Spatie Laravel Ray is included to help you debug your Laravel applications with ease.

Homepage

Docs

Testing

Pest

Pest is included to help you write expressive and elegant tests for your Laravel applications.

Homepage

Docs

Spatie Pest Expectations

Spatie Pest Expectations is included to help you write expressive and readable tests using Pest.

Docs

Pest Plugin - Faker

Docs

Pest Plugin - Laravel

Docs

Pest Plugin - Type Coverage

Docs

Larastan

Larastan is included to help you catch type errors in your Laravel applications using PHPStan.

Docs

Pint

Pint is included to help you format your Laravel code according to the Webminty coding standard.

Docs

Laravel Rector

Rector is included to help you refactor and upgrade your Laravel codebase automatically.

Docs

NPM

Tailwind CSS

Tailwind CSS is included to help you build modern and responsive user interfaces with ease.

Homepage

Docs

Prettier

Prettier is included to help you format your code consistently across your project.

Homepage

Docs

Prettier Plugin - Tailwind CSS

Prettier Plugin for Tailwind CSS is included to help you format your Tailwind CSS classes automatically.

Docs

Prettier Plugin - Blade

Prettier Plugin for Blade is included to help you format your Blade templates automatically.

Docs

DaisyUI

DaisyUI is included to help you build beautiful and customizable user interfaces with Tailwind CSS.

Homepage

Docs

Additional Configurations

Changes to the default Laravel files are included in this starter kit to improve performance and developer experience.

app/Providers/AppServiceProvider.php


All versions of laravel-quickstart with dependencies

PHP Build Version
Package Version
Requires php Version ^8.4
laravel/framework Version ^13.0
laravel/tinker Version ^3.0.0
spatie/laravel-data Version ^4.17
spatie/laravel-ray Version ^1.40
spatie/pest-expectations Version ^1.11
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 webmintydotcom/laravel-quickstart contains the following files

Loading the files please wait ...