Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sikessem/blade-components
๐ฑ @Sikessem's Laravel Blade components.
https://github.com/sikessem/blade-components
blade-components laravel-views php sikessem
Last synced: 27 days ago
JSON representation
๐ฑ @Sikessem's Laravel Blade components.
- Host: GitHub
- URL: https://github.com/sikessem/blade-components
- Owner: Sikessem
- License: mit
- Created: 2023-06-02T18:56:23.000Z (over 1 year ago)
- Default Branch: 0.x
- Last Pushed: 2023-06-02T18:56:26.000Z (over 1 year ago)
- Last Synced: 2024-11-24T22:45:41.695Z (28 days ago)
- Topics: blade-components, laravel-views, php, sikessem
- Language: PHP
- Homepage: https://packagist.org/sikessem/blade-components
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![sikessem-logo]][sikessem-link]
[![php-icon]][php-link]
[![packagist-version-icon]][packagist-version-link]
[![packagist-download-icon]][packagist-download-link]
[![license-icon]][license-link]
[![enabled-icon]][enabled-link]
[![actions-icon]][actions-link]
[![pr-icon]][pr-link]
[![twitter-icon]][twitter-link][sikessem-logo]: https://github.com/sikessem/art/blob/HEAD/images/sikessem.svg
[sikessem-link]: https://github.com/sikessem "Sikessem"[php-icon]: https://img.shields.io/badge/PHP-ccc.svg?style=flat&logo=php
[php-link]: https://github.com/sikessem/skeleton/search?l=php "PHP code"[packagist-version-icon]: https://img.shields.io/packagist/v/sikessem/skeleton
[packagist-version-link]: https://packagist.org/packages/sikessem/skeleton "Skeleton Releases"[packagist-download-icon]: https://img.shields.io/packagist/dt/sikessem/skeleton
[packagist-download-link]: https://packagist.org/packages/sikessem/skeleton "Skeleton Downloads"[enabled-icon]: https://img.shields.io/badge/Skeleton-enabled-brightgreen.svg?style=flat
[enabled-link]: https://github.com/sikessem/skeleton "Skeleton enabled"[actions-icon]: https://github.com/sikessem/skeleton/workflows/CI/badge.svg
[actions-link]: https://github.com/sikessem/skeleton/actions "Skeleton status"[pr-icon]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?color=brightgreen
[pr-link]: [contrib-link] "PRs welcome!"[twitter-icon]: https://img.shields.io/twitter/follow/sikessem_tweets.svg?label=@sikessem_tweets
[twitter-link]: https://twitter.com/intent/follow?screen_name=sikessem_tweets "Ping Sikessem"[license-icon]: https://img.shields.io/badge/license-MIT-blue.svg
[license-link]: https://github.com/sikessem/skeleton/blob/HEAD/LICENSE "Skeleton License"
[conduct-link]: https://github.com/sikessem/skeleton/blob/HEAD/CODE_OF_CONDUCT.md
[contrib-link]: https://github.com/sikessem/.github/blob/HEAD/CONTRIBUTING.md
[discuss-link]: https://github.com/orgs/sikessem/discussions
[docs-link]: https://github.com/sikessem/skeleton#readme "Skeleton Documentation"***
# ๐ฆ๏ธ Sikessem Skeleton
Create a new Sikessem project based on this template.
## ๐ Contents
- [๐ฆ๏ธ Sikessem Skeleton](#๏ธ-sikessem-skeleton)
- [๐ Contents](#-contents)
- [๐ Requirements](#-requirements)
- [๐ Getting Started](#-getting-started)
- [โก๏ธ Installation](#๏ธ-installation)
- [๐งโ๐ป Usage](#-usage)
- [๐งช Testing and debugging](#-testing-and-debugging)
- [๐ Documentation](#-documentation)
- [๐ Contribution](#-contribution)
- [๐ท Code of Conduct](#-code-of-conduct)
- [๐ฅ Contributing Guide](#-contributing-guide)
- [๐๏ธ Good First Issues](#๏ธ-good-first-issues)
- [๐ฌ Discussions](#-discussions)
- [๐ Security Reports](#-security-reports)
- [๐ License](#-license)## ๐ Requirements
> - **Requires [PHP 8.1+](https://php.net/releases/)** (at least 8.1.19 recommended to avoid potential bugs).
> - **Requires [Composer v2+](https://getcomposer.org/)** to manage PHP dependencies.## ๐ Getting Started
### โก๏ธ Installation
Install [Skeleton](https://packagist.org/packages/sikessem/skeleton) using [Composer](https://getcomposer.org/):
- By adding the `sikessem/skeleton` dependency to your `composer.json` file:
```json
{
"require" : {
"sikessem/skeleton": "self.version"
}
}
```- Or by including the dependency:
```bash
composer require sikessem/skeleton --no-dev
```- Or by creating a new project from the template:
```bash
create-project sikessem/skeleton --prefer-source skeleton
```### ๐งโ๐ป Usage
```php
Made with โค๏ธ by @siguici.