All Projects → spatie → Package Skeleton Laravel

spatie / Package Skeleton Laravel

Licence: mit
A skeleton repository for Spatie's Laravel Packages

Projects that are alternatives of or similar to Package Skeleton Laravel

Ui
React Styled Components with bootstrap grid system
Stars: ✭ 89 (-85.67%)
Mutual labels:  package, bootstrap
Laravel Bootstrap Table List
Bootstrap table list generator for Laravel.
Stars: ✭ 16 (-97.42%)
Mutual labels:  package, bootstrap
Bootstrap Modal
Extends the default Bootstrap Modal class. Responsive, stackable, ajax and more.
Stars: ✭ 5,039 (+711.43%)
Mutual labels:  bootstrap
Macbootstrap
A bootstrap script for new Mac
Stars: ✭ 623 (+0.32%)
Mutual labels:  bootstrap
Tailwindo
🔌 Convert Bootstrap CSS code to Tailwind CSS code
Stars: ✭ 606 (-2.42%)
Mutual labels:  bootstrap
Bootstrap Ie7
Bootstrap 3 CSS for IE7
Stars: ✭ 578 (-6.92%)
Mutual labels:  bootstrap
Usethis
Set up commonly used 📦 components
Stars: ✭ 613 (-1.29%)
Mutual labels:  package
Bootstrap Fileinput
An enhanced HTML 5 file input for Bootstrap 5.x/4.x./3.x with file preview, multiple selection, and more features.
Stars: ✭ 5,097 (+720.77%)
Mutual labels:  bootstrap
Laravel Translatable
A Laravel package for multilingual models
Stars: ✭ 624 (+0.48%)
Mutual labels:  package
Befriended
Eloquent Befriended brings social media-like features like following, blocking and filtering content based on following or blocked models.
Stars: ✭ 596 (-4.03%)
Mutual labels:  package
Pro Sidebar Template
Responsive sidebar template based on bootstrap
Stars: ✭ 623 (+0.32%)
Mutual labels:  bootstrap
Try
Dead simple CLI tool to try Python packages - It's never been easier! 📦
Stars: ✭ 588 (-5.31%)
Mutual labels:  package
Theme Machine
A collection of stylized Bootstrap Themes
Stars: ✭ 585 (-5.8%)
Mutual labels:  bootstrap
Ngx Bootstrap
Fast and reliable Bootstrap widgets in Angular (supports Ivy engine)
Stars: ✭ 5,343 (+760.39%)
Mutual labels:  bootstrap
Laravel Ban
Laravel Ban simplify blocking and banning Eloquent models.
Stars: ✭ 572 (-7.89%)
Mutual labels:  package
Istock
👉一个基于spring boot 实现的java股票爬虫(仅支持A股),如果你❤️请⭐️ . V2升级版正在开发中!
Stars: ✭ 622 (+0.16%)
Mutual labels:  bootstrap
Rest Admin
Restful Admin Dashboard Based on Vue and Boostrap 4
Stars: ✭ 565 (-9.02%)
Mutual labels:  bootstrap
Laracms
LaraCMS 是在学习 laravel ( web 开发实战进阶 + 实战构架 API 服务器) 过程中产生的一个业余作品,试图通过简单的方式,快速构建一套基本的企业站同时保留很灵活的扩展能力和优雅的代码方式,当然这些都得益Laravel的优秀设计。同时LaraCMS 也是一个学习Laravel 不错的参考示例。
Stars: ✭ 588 (-5.31%)
Mutual labels:  bootstrap
Youtube
🔥 Laravel PHP Facade/Wrapper for the Youtube Data API
Stars: ✭ 610 (-1.77%)
Mutual labels:  package
Motion
javascript cli: fast, configurable, easy, with hmr
Stars: ✭ 626 (+0.81%)
Mutual labels:  bootstrap

:package_description

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Note: Run ./configure-skeleton to get started, or manually replace :author_name :author_username :author_email :vendor_name :package_name :short_package_name :package_description with their correct values in README.md, CHANGELOG.md, CONTRIBUTING.md, LICENSE.md and composer.json files, then delete this line. You can also run configure-skeleton.sh to do this automatically.

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us

We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.

Installation

You can install the package via composer:

composer require :vendor_name/:package_name

You can publish and run the migrations with:

php artisan vendor:publish --provider="Spatie\Skeleton\SkeletonServiceProvider" --tag=":short_package_name-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --provider="Spatie\Skeleton\SkeletonServiceProvider" --tag=":short_package_name-config"

This is the contents of the published config file:

return [
];

Usage

$skeleton = new Spatie\Skeleton();
echo $skeleton->echoPhrase('Hello, Spatie!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].