PHPackages                             lifespikes/laravel-bare - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. lifespikes/laravel-bare

ActiveLibrary[Framework](/categories/framework)

lifespikes/laravel-bare
=======================

20220410084047(4y ago)124.5k—5.6%PHPPHP ^8.1.2CI failing

Since Apr 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/lifespikes/laravel-bare)[ Packagist](https://packagist.org/packages/lifespikes/laravel-bare)[ RSS](/packages/lifespikes-laravel-bare/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (117)Used By (0)

Laravel Bare
============

[](#laravel-bare)

*Component of `lifespikes/lifespikes`*

A very minimalist and customizable Laravel installation. Ideal for customizing Laravel path resolutions and discovering service providers when working with a monorepo using `symplify/monorepo-builder`

- [Getting Started](#installation)
    - [Installation](#installation)
- [Usage](#usage)
    - [Configuration](#customizing-directories)
    - [Registering Packages](#local-package-discovery)
    - [Building Apps on Bare](#building-apps-on-bare)
- [FAQ](#faq)
    - [Where is the \[X\] directory?](#where-is-the-x-directory)
    - [Why should I use Bare?](#why-go-bare)

Installation
------------

[](#installation)

Setting up Bare is a bit different from a regular Laravel installation:

- No boilerplate/skeleton code
- Purely service-provider driven
- Bootstrap and other startup code is not included

You'll need to start by of course, installing the module:

`composer require @lifespikes/laravel-bare`

Then, your entrypoint needs to be set up. You will need to create an entrypoint for **artisan** and another one for your **web app** if applicable:

```
#!/usr/bin/env php
