PHPackages                             gabrielrcosta1/projects-base-laravel - 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. gabrielrcosta1/projects-base-laravel

ActiveProject[Framework](/categories/framework)

gabrielrcosta1/projects-base-laravel
====================================

Base Laravel project for Gabriel R. Costa.

1.0.0(1y ago)03MITBladePHP ^8.2CI passing

Since Apr 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/gabrielrcosta1/projects-base-laravel)[ Packagist](https://packagist.org/packages/gabrielrcosta1/projects-base-laravel)[ Docs](https://github.com/gabrielrcosta1/projects-base-laravel)[ RSS](/packages/gabrielrcosta1-projects-base-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (10)Versions (2)Used By (0)

Laravel Base Project
====================

[](#laravel-base-project)

This repository serves as a base for Laravel projects, providing a pre-configured setup to streamline the development process.

🚀 Features
----------

[](#-features)

- Laravel latest version pre-installed
- Basic folder structure ready
- Pre-configured environment settings
- Essential packages included
- Repository and service interfaces for better code organization

📦 Included Packages
-------------------

[](#-included-packages)

This base project comes with the following tools and libraries pre-installed:

- **Pest**: A testing framework that provides a clean and expressive way to write tests in Laravel.
- **PHPStan**: A static analysis tool that helps detect potential issues in your codebase.

📦 Installation
--------------

[](#-installation)

To start a new project using this base, run the following command:

```
composer create-project gabrielrcosta1/projects-base-laravel my-new-project
```

Then, navigate into your new project folder and set up the environment:

```
cd my-new-project
cp .env.example .env
php artisan key:generate

# Run migrations (if necessary)
php artisan migrate
```

🛠 Customization
---------------

[](#-customization)

You can modify this base project according to your needs:

- Update `composer.json` with required dependencies
- Modify `.env` for environment-specific settings
- Add your business logic to the `app/` directory

🤝 Contributing
--------------

[](#-contributing)

Feel free to fork this repository and customize it to your workflow. Contributions are welcome!

📜 License
---------

[](#-license)

This project is open-source and available under the MIT License.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance46

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

405d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1bfc0ea91610a40a6a820f6674075855697f9ea9c657083154fd16e5c8a5c930?d=identicon)[gabrielrcosta1](/maintainers/gabrielrcosta1)

---

Top Contributors

[![gabrielrcosta1](https://avatars.githubusercontent.com/u/138326477?v=4)](https://github.com/gabrielrcosta1 "gabrielrcosta1 (8 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/gabrielrcosta1-projects-base-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/gabrielrcosta1-projects-base-laravel/health.svg)](https://phpackages.com/packages/gabrielrcosta1-projects-base-laravel)
```

###  Alternatives

[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

This is a Filament v3 Starter Kit for Laravel 12, designed to accelerate the development of Filament-powered applications.

401.5k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
