Libraries tagged by delete

bakgul/file-content

1 Favers
91 Downloads

This is a helper package, and it can't be used independently. Its purpose is to get/set/modify files' content when they are created/deleted/updated through the commands that are shipped with the packages, which are part of Packagified Laravel.

Go to Download


babardev/junk-files-scanner

0 Favers
1 Downloads

Scan file within a project or application to identify as junk and delete from application.

Go to Download


attogram/file-cache-cleaner

1 Favers
32 Downloads

Delete expired Laravel-style `Illuminate\Cache` cache files and empty directories

Go to Download


asabanovic/surveys

2 Favers
177 Downloads

Laravel Package that helps you create, manage and delete Surveys (Questionnaires)

Go to Download


asabanovic/events

0 Favers
94 Downloads

Laravel Package that helps you create, manage and delete Events

Go to Download


ariyainfotech/module-backendorderdelete

0 Favers
0 Downloads

Currently, Magento doesn't allow you to delete an order from your store. This extension will help you to do that, simple but helpful.

Go to Download


ar7/media

0 Favers
14 Downloads

Explore, Upload, Delete and Create new folder in your laravel project

Go to Download


apachish/access-level

0 Favers
0 Downloads

Authentication performed by JWT Have three levels of admin, author and user access The list should only be created by the author admin Each admin has the ability to edit and delete the entire list and each author only has the ability to edit their own list Have an address to display the list to all users There is a section with the possibility of sending emails to all users.

Go to Download


anwar/config-maker

1 Favers
26 Downloads

Laravel configuration file create,edit,update and delete

Go to Download


angus-dv/laravel-freeze

0 Favers
19 Downloads

freeze app for delete , update , insert to database

Go to Download


andreinocenti/laravel-file-s3-like

3 Favers
282 Downloads

A package to upload, update, delete, purge a S3 like storage via Laravel

Go to Download


alyatek/php-log-rotator

0 Favers
0 Downloads

Compresses and deletes .log files

Go to Download


almoayad/laratrans

1 Favers
3 Downloads

LaraTrans is a Laravel package that simplifies the process of handling translations for your models. It allows you to easily create, update, and delete translations for specific model properties, making your application ready for multilingual support with minimal effort.

Go to Download


alissonlinneker/statuspage-php-sdk

0 Favers
0 Downloads

# Code of Conduct Please don't abuse the API, and please report all feature requests and issues to https://support.atlassian.com/contact # Rate Limiting Each API token is limited to 1 request / second as measured on a 60 second rolling window. To get this limit increased, please contact us at https://support.atlassian.com/contact Error codes 420 or 429 indicate that you have exceeded the rate limit and the request has been rejected. # Basics ## HTTPS It's required ## URL Prefix In order to maintain version integrity into the future, the API is versioned. All calls currently begin with the following prefix: https://api.statuspage.io/v1/ ## RESTful Interface Wherever possible, the API seeks to implement repeatable patterns with logical, representative URLs and descriptive HTTP verbs. Below are some examples and conventions you will see throughout the documentation. * Collections are buckets: https://api.statuspage.io/v1/pages/asdf123/incidents.json * Elements have unique IDs: https://api.statuspage.io/v1/pages/asdf123/incidents/jklm456.json * GET will retrieve information about a collection/element * POST will create an element in a collection * PATCH will update a single element * PUT will replace a single element in a collection (rarely used) * DELETE will destroy a single element ## Sending Data Information can be sent in the body as form urlencoded or JSON, but make sure the Content-Type header matches the body structure or the server gremlins will be angry. All examples are provided in JSON format, however they can easily be converted to form encoding if required. Some examples of how to convert things are below: // JSON { "incident": { "name": "test incident", "components": ["8kbf7d35c070", "vtnh60py4yd7"] } } // Form Encoded (using curl as an example): curl -X POST https://api.statuspage.io/v1/example \ -d "incident[name]=test incident" \ -d "incident[components][]=8kbf7d35c070" \ -d "incident[components][]=vtnh60py4yd7" # Authentication

Go to Download


alibori/laravel-logs-cleaner

3 Favers
5 Downloads

Delete your Laravel project's logs files by command.

Go to Download


<< Previous Next >>