Download the PHP package kody/common without Composer
On this page you can find all versions of the php package kody/common. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor kody
Package common
Short Description This package is designed to provide you with built-in migrations and models for various functionalities
License MIT
Package common
Short Description This package is designed to provide you with built-in migrations and models for various functionalities
License MIT
Please rate this library. Is it a good library?
Informations about the package common
bash composer require kody/common bash php artisan vendor:publish --provider="Kody\Common\CommonServiceProvider" bash php artisan common:generate-folders
## Features
### Built-in Migrations and Models
This package comes with pre-built migrations and models for the following functionalities:
- **SMS Verification**: Easily implement SMS verification in your Laravel application.
- **Settings Management**: Manage application settings efficiently using the provided model.
- **Email Verifications**: Implement email verification functionality seamlessly.
### GUI for Laravel Basic Commands
The package includes a GUI interface for executing basic Laravel commands. These commands include:
- **Migration**: Run migrations directly from the GUI.
- **Cache Clear**: Clear the application cache with a single click.
- **Optimize**: Optimize your Laravel application for better performance.
- **Run All Commands**: Execute all available commands conveniently from the GUI.
To access the GUI pages, simply navigate to `/route/gui` in your Laravel application.
![image](https://github.com/boss554/laravel-common/assets/66130671/98cb232f-ba55-4ac7-a82e-f4e3051d3691)
### GUI for Module Structure Generator
To access the GUI pages, simply navigate to `/generate` in your Laravel application.
![image](https://github.com/boss554/laravel-common/assets/66130671/b1b12bff-bacb-4e32-a6ee-569aa9c670fd)
## Usage
After installing the package and publishing its assets, you can start using its features right away. Here are some common tasks you might perform:
- **Running Migrations**: Execute migrations using Laravel's migration command or through the provided GUI.
- **Implementing SMS Verification**: Utilize the provided SMS verification model and migrations to add SMS verification to your application.
- **Managing Settings**: Use the settings model to store and manage various application settings.
- **Implementing Email Verifications**: Easily integrate email verification functionality into your Laravel application using the provided model and migrations.
## Contribution
Thank you for choosing the Kody Common package! Happy coding!
All versions of common with dependencies
PHP Build Version
Package Version
No informations.
The package kody/common contains the following files
Loading the files please wait ....