Download the PHP package nwrman/laravel-template without Composer
On this page you can find all versions of the php package nwrman/laravel-template. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nwrman/laravel-template
More information about nwrman/laravel-template
Files in nwrman/laravel-template
Download nwrman/laravel-template
More information about nwrman/laravel-template
Files in nwrman/laravel-template
Vendor nwrman
Package laravel-template
Short Description An opinionated starter setup for laravel projects
License MIT
Homepage https://github.com/nwrman/laravel-template
Package laravel-template
Short Description An opinionated starter setup for laravel projects
License MIT
Homepage https://github.com/nwrman/laravel-template
Please rate this library. Is it a good library?
Informations about the package laravel-template
Laravel template
This is an opinionated Laravel template that includes the following:
Create a new project with composer:
composer create-project nwrman/laravel-template my-new-project dev-master
After pulling the project dont't forget to update dependencies
composer update
Generate model ide helpers
composer model-helpers
Lint everything
composer lint
Lint only modified files
composer lint --dirty
Make sure that everything is ok
composer test
Toolset
The created application is configured with the following tools:
All versions of laravel-template with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0.2
guzzlehttp/guzzle Version ^7.2
laravel/framework Version ^9.2
laravel/sanctum Version ^2.14.1
laravel/tinker Version ^2.7
thecodingmachine/safe Version ^2.1
guzzlehttp/guzzle Version ^7.2
laravel/framework Version ^9.2
laravel/sanctum Version ^2.14.1
laravel/tinker Version ^2.7
thecodingmachine/safe Version ^2.1
The package nwrman/laravel-template contains the following files
Loading the files please wait ....