Download the PHP package shipu/laratie without Composer
On this page you can find all versions of the php package shipu/laratie. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download shipu/laratie
More information about shipu/laratie
Files in shipu/laratie
Informations about the package laratie
Laravel Package Development Boilerplate.
Features
- Make package structure within a second
- Adding package resource using command line
- Easy way to define your package custom structure
- Adding custom stubs facilities
- Support Spatie Laravel Package Tools (Read More)
- Support Filament Plugin Development (Read More)
Installation
Go to terminal and run this command
Wait for few minutes. Composer will automatically install this package for your project.
For Laravel
Below Laravel 5.5 open config/app
and add this line in providers
section
Now run this command in your terminal to publish this package resources:
Quick Usages
Go to terminal and run this command with replace vendor
to your username and package_name
to your package name
Then run composer dump-autoload
;
Package Resources
if you want to create your package resource then run below command:
Suppose you want make a controller for your package then:
Available stubKey
:
If you have your own custom stubKey
then you can choose --key
for create package resource and value will be your stubKey.
Package Root Directory
If you need to change your all packages root directory then Open config/tie.php
and update root
directory path.
Pckage Owner
Open config/tie.php
for setup your vendor name and rootNamespace. It's not mendatory.
Package Structure
Open config/tie.php
for setup your own package structure. Available configuration:
Package Stub configuration
Open config/tie.php
:
String Replacement
For replace string to another string on stub template. Open config/tie.php
:
Credits
- Shipu Ahamed
- Special Thanks to Foysal Zafree
- All Contributors
Security Vulnerabilities
If you discover a security vulnerability within LaraTie, please send an e-mail to Shipu Ahamed via [email protected].
License
The LaraTie package is open-sourced software licensed under the MIT license.