Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/siguici/laravel-fullstack

πŸ“¦οΈ Create a new Laravel project including installation and configuration of: Vite, Jetstream, Livewire, AlpineJS, TailwindCSS, Jest, Vitest, Playwright, Bootstrap Icons and many more.
https://github.com/siguici/laravel-fullstack

alpinejs blade-ui-kit bootstrap-icons composer jetstream-laravel laravel-framework laravel-livewire pestphp php playwright-typescript sikessem tailwindcss typescript vitejs vitest

Last synced: 8 days ago
JSON representation

πŸ“¦οΈ Create a new Laravel project including installation and configuration of: Vite, Jetstream, Livewire, AlpineJS, TailwindCSS, Jest, Vitest, Playwright, Bootstrap Icons and many more.

Awesome Lists containing this project

README

        


SIKessEm logo



SIKessEm Package is released under the MIT license.
GitHub Workflow Status (main)
Total Downloads
Latest Version
PRs welcome!
Follow @ske_sikessem


***

# πŸ“¦οΈ Create a new SIKessEm Package

Create a template based on this repository to create your custom package.

### πŸ”– Contents

- [Getting Started](#-getting-started)
- [Requirements](#-requirements)
- [Documentation](#-documentation)
- [Community](#-community)
- [Security Reports](#-security-reports)
- [Contribution](#-contribution)
- [License](#-license)

## πŸŽ‰ Getting Started

⚑️ Create your [Custom Package](https://github.com/sikessem/package) using [Composer](https://getcomposer.org/):

- as template:
```bash
create-project sikessem/package --prefer-source package
```
- as dependency:
```bash
composer require sikessem/package --no-dev
```

🧹 Keep a modern codebase with **Pint**:
```bash
composer lint
```

βš—οΈ Run static analysis using **PHPStan**:
```bash
composer test:types
```

βœ… Run unit tests using **PEST**
```bash
composer test:unit
```

πŸš€ Run the entire test suite:
```bash
composer test
```

## πŸ“‹ Requirements

> **Requires [PHP 8.1+](https://php.net/releases/)** (at least 8.1.11 recommended to avoid potential bugs).

## πŸ“– Documentation

The full documentation for SIKessEm Packages can be found on [our SIKessEm Documentation][docs].

[docs]: https://sikessem.github.io/package

## πŸ’¬ Community

For support, you can use [our GitHub Discussions](https://github.com/sikessem/package/discussions).

## πŸ‘₯ Contribution

Read [our contributing guide][c] to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Package.

[c]: https://github.com/sikessem/package/blob/HEAD/CONTRIBUTING.md

## πŸ” Security Reports

If you discover a security vulnerability within Package, please send an e-mail to [SIGUI KessΓ© Emmanuel](https://sikessem.com) via [[email protected]](mailto:[email protected]). All security vulnerabilities will be promptly addressed.

## πŸ“„ License

The SIKessEm Package is open-sourced software licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [LICENSE][l] file for details.

[l]: https://github.com/sikessem/package/blob/HEAD/LICENSE

------

This Package was created by [SIGUI KessΓ© Emmanuel](https://sikessem.com).