Download the PHP package sebastiaanluca/laravel-skeleton without Composer
On this page you can find all versions of the php package sebastiaanluca/laravel-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sebastiaanluca/laravel-skeleton
More information about sebastiaanluca/laravel-skeleton
Files in sebastiaanluca/laravel-skeleton
Package laravel-skeleton
Short Description An opinionated fresh Laravel project to help you get started.
License MIT
Homepage https://github.com/sebastiaanluca/laravel-skeleton
Informations about the package laravel-skeleton
Laravel Skeleton
An opinionated fresh Laravel project to help you get started.
Notes
Redis
This project uses PhpRedis which is 6x faster than the previously default Predis, but it does require you to install the PECL package first (see https://github.com/phpredis/phpredis).
Horizon
Be sure to check \Modules\Horizon\Providers\HorizonServiceProvider
and update the viewHorizon
auth gate to determine can or cannot view Horizon in production.
Telescope
Be sure to check \Modules\Telescope\Providers\TelescopeServiceProvider
and update the viewTelescope
auth gate to determine can or cannot view Telescope in production.
Timezones
All dates and times are stored and returned in the UTC timezone.
If you need to store a date/time inputted by the user:
If you need to return a localized date/time:
GitHub workflow
Rename the .github/workflows/deploy.yml.example
file to deploy.yml
to enable GitHub workflow testing and automatic deploys to Vapor.
Vapor
This skeleton project has an vapor.yml.example
file you can rename to vapor.yml
to get started.
All versions of laravel-skeleton with dependencies
ext-intl Version *
ext-json Version *
doctrine/dbal Version ^2.9
fideloper/proxy Version ^4.2
guzzlehttp/guzzle Version ^6.4
laravel/framework Version ^6.3
laravel/helpers Version ^1.1
laravel/horizon Version ^3.4
laravel/telescope Version ^2.1
laravel/tinker Version ^1.0
nesbot/carbon Version ^2.25
nothingworks/blade-svg Version ~0.3.2
propaganistas/laravel-fakeid Version ^4.0
sebastiaanluca/laravel-auto-morph-map Version ^4.0
sebastiaanluca/laravel-boolean-dates Version ^3.0
sebastiaanluca/laravel-changelog Version ^0.2.1
sebastiaanluca/laravel-helpers Version ^4.0
sebastiaanluca/laravel-module-loader Version ^4.0
sebastiaanluca/laravel-presets Version dev-develop
sebastiaanluca/laravel-resource-flow Version ~0.7.5
sebastiaanluca/laravel-route-model-autobinding Version ^3.0
sebastiaanluca/laravel-router Version ^8.0
sebastiaanluca/php-helpers Version ^2.0
sebastiaanluca/php-pipe-operator Version ^3.0
sentry/sentry-laravel Version ^1.4
spatie/data-transfer-object Version ^1.10
spatie/laravel-backup Version ^6.7
spatie/laravel-blade-x Version ^2.4
spatie/laravel-cors Version ^1.6
spatie/laravel-html Version ^2.24
spatie/laravel-view-models Version ^1.2
spatie/once Version ^2.1
staudenmeir/eloquent-eager-limit Version ^1.4
staudenmeir/eloquent-has-many-deep Version ^1.11
webmozart/assert Version ^1.5