Staff Management System
This little buddy can help you manage your staff database! Built with
#FEATURES
- 1 Staff management/ database
-
- Staff Leave Management
-
- Staff Payslip Generation/Emailing
-
- Messaging of Staff
- ETC.
This little buddy can help you manage your staff database! Built with
#FEATURES
Laravel Messenger This package will allow you to add a full user messaging system into your Laravel application. Leave some feedback How are you using
Laravel Shoutout Messaging Shoutout messaging library for Laravel Laravel PHP framework Shoutout Messaging Requirements PHP 5.6+ Laravel 5.5+ Installa
Packagit is amazing laravel modules management, you could manage huge project with many separate laravel modules.
Blacksmith is a code generation tool which automates the creation of common files that you'd typically create for each entity in your application.
OvalFi Laravel Package Laravel-OvalFi helps you Set up, test, and manage your OvalFi integration directly in your Laravel App. Installation You can in
Important: This package is not actively maintained. For bug fixes and new features, please fork. BootForms BootForms builds on top of my more general
Localization Helper Package for convenient work with Laravel's localization features and fast language files generation. Installation Via Composer $ c
Blueprint is an open-source tool for rapidly generating multiple Laravel components from a single, human readable definition. Watch a quick demo of Bl
Attendize is an open-source ticketing and event management application built using the Laravel PHP framework. Attendize allows event organisers to sel
Bumps symfony/http-foundation from 3.4.21 to 3.4.36.
d2d0cfe
[HttpFoundation] Fixed typof7efd0b
Simpler example for Apache basic auth workaroundef5fed4
[HttpFoundation] Allow redirecting to URLs that contain a semicolonc9425ba
Fix MySQL column type definition.9e4b3ac
[HttpFoundation] fix guessing mime-types of files with leading dasha5d46a3
Fix MockFileSessionStorageTest::sessionDir being used after it's unset7b4626a
Remove unused local variables in tests4db558c
Add plus character +
to legal mime subtype233f40c
[HttpFoundation] Check if data passed to SessionBagProxy::initialize is an array35ffbbf
[HttpFoundation] allow additinal characters in not raw cookiesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot ignore this [patch|minor|major] version
will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps axios from 0.16.2 to 0.19.0.
Sourced from axios's releases.
v0.19.0
Fixes and Functionality:
- Unzip response body only for statuses != 204 (#1129) - drawski
- Destroy stream on exceeding maxContentLength (fixes #1098) (#1485) - Gadzhi Gadzhiev
- Makes Axios error generic to use AxiosResponse (#1738) - Suman Lama
- Fixing Mocha tests by locking follow-redirects version to 1.5.10 (#1993) - grumblerchester
- Allow uppercase methods in typings. (#1781) - Ken Powers
- Fixing .eslintrc without extension (#1789) - Manoel
- Consistent coding style (#1787) - Ali Servet Donmez
- Fixing building url with hash mark (#1771) - Anatoly Ryabov
- This commit fix building url with hash map (fragment identifier) when parameters are present: they must not be added after
#
, because client cut everything after#
- Preserve HTTP method when following redirect (#1758) - Rikki Gibson
- Add
getUri
signature to TypeScript definition. (#1736) - Alexander Trauzzi- Adding isAxiosError flag to errors thrown by axios (#1419) - Ayush Gupta
- Fix failing SauceLabs tests by updating configuration - Emily Morehouse
Documentation:
- Add information about auth parameter to README (#2166) - xlaguna
- Add DELETE to list of methods that allow data as a config option (#2169) - Daniela Borges Matos de Carvalho
- Update ECOSYSTEM.md - Add Axios Endpoints (#2176) - Renan
- Add r2curl in ECOSYSTEM (#2141) - μ μ©μ° / CX
- Update README.md - Add instructions for installing with yarn (#2036) - Victor Hermes
- Fixing spacing for README.md (#2066) - Josh McCarty
- Update README.md. - Change
.then
to.finally
in example code (#2090) - Omar Cai- Clarify what values responseType can have in Node (#2121) - Tyler Breisacher
- docs(ECOSYSTEM): add axios-api-versioning (#2020) - Weffe
- It seems that
responseType: 'blob'
doesn't actually work in Node (when I tried using it, response.data was a string, not a Blob, since Node doesn't have Blobs), so this clarifies that this option should only be used in the browser- Add issue templates - Emily Morehouse
- Update README.md. - Add Querystring library note (#1896) - Dmitriy Eroshenko
- Add react-hooks-axios to Libraries section of ECOSYSTEM.md (#1925) - Cody Chan
- Clarify in README that default timeout is 0 (no timeout) (#1750) - Ben Standefer
v0.19.0-beta.1
NOTE: This is a beta version of this release. There may be functionality that is broken in certain browsers, though we suspect that builds are hanging and not erroring. See https://saucelabs.com/u/axios for the most up-to-date information.
New Functionality:
- Add getUri method (#1712)
- Add support for no_proxy env variable (#1693)
- Add toJSON to decorated Axios errors to faciliate serialization (#1625)
- Add second then on axios call (#1623)
- Typings: allow custom return types
- Add option to specify character set in responses (with http adapter)
Fixes:
... (truncated)
Sourced from axios's changelog.
0.19.0 (May 30, 2019)
Fixes and Functionality:
- Unzip response body only for statuses != 204 (#1129) - drawski
- Destroy stream on exceeding maxContentLength (fixes #1098) (#1485) - Gadzhi Gadzhiev
- Makes Axios error generic to use AxiosResponse (#1738) - Suman Lama
- Fixing Mocha tests by locking follow-redirects version to 1.5.10 (#1993) - grumblerchester
- Allow uppercase methods in typings. (#1781) - Ken Powers
- Fixing building url with hash mark (#1771) - Anatoly Ryabov
- This commit fix building url with hash map (fragment identifier) when parameters are present: they must not be added after
#
, because client cut everything after#
- Preserve HTTP method when following redirect (#1758) - Rikki Gibson
- Add
getUri
signature to TypeScript definition. (#1736) - Alexander Trauzzi- Adding isAxiosError flag to errors thrown by axios (#1419) - Ayush Gupta
Internal:
- Fixing .eslintrc without extension (#1789) - Manoel
- Fix failing SauceLabs tests by updating configuration - Emily Morehouse
- Add issue templates - Emily Morehouse
Documentation:
- Consistent coding style in README (#1787) - Ali Servet Donmez
- Add information about auth parameter to README (#2166) - xlaguna
- Add DELETE to list of methods that allow data as a config option (#2169) - Daniela Borges Matos de Carvalho
- Update ECOSYSTEM.md - Add Axios Endpoints (#2176) - Renan
- Add r2curl in ECOSYSTEM (#2141) - μ μ©μ° / CX
- Update README.md - Add instructions for installing with yarn (#2036) - Victor Hermes
- Fixing spacing for README.md (#2066) - Josh McCarty
- Update README.md. - Change
.then
to.finally
in example code (#2090) - Omar Cai- Clarify what values responseType can have in Node (#2121) - Tyler Breisacher
- docs(ECOSYSTEM): add axios-api-versioning (#2020) - Weffe
- It seems that
responseType: 'blob'
doesn't actually work in Node (when I tried using it, response.data was a string, not a Blob, since Node doesn't have Blobs), so this clarifies that this option should only be used in the browser- Update README.md. - Add Querystring library note (#1896) - Dmitriy Eroshenko
- Add react-hooks-axios to Libraries section of ECOSYSTEM.md (#1925) - Cody Chan
- Clarify in README that default timeout is 0 (no timeout) (#1750) - Ben Standefer
0.19.0-beta.1 (Aug 9, 2018)
NOTE: This is a beta version of this release. There may be functionality that is broken in certain browsers, though we suspect that builds are hanging and not erroring. See https://saucelabs.com/u/axios for the most up-to-date information.
New Functionality:
... (truncated)
8d0b92b
Releasing 0.19.03f7451c
Update Changelog for release (0.19.0)f28ff93
Add information about auth parameter to README (#2166)5250e6e
Add DELETE to list of methods that allow data as a config option (#2169)6b0ccd1
Update ECOSYSTEM.md - Add Axios Endpoints (#2176)299e827
Add r2curl in ECOSYSTEM (#2141)fd0c959
Unzip response body only for statuses != 204 (#1129)92d2313
Update README.md - Add instructions for installing with yarn (#2036)ddcc2e4
Fixing spacing for README.md (#2066)48c43d5
Update README.md. - Change .then
to .finally
in example code (#2090)This version was pushed to npm by emilyemorehouse, a new releaser for axios since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot ignore this [patch|minor|major] version
will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
#FEATURES
##Testing: Configure phpnuit configurtions in the phpunit.xml
QA testing
Description Audit Trail: This implementation will track the activities of admin and provide a log of those activities on the main dashboard page.
Type of change This is a new feature (Audit Trail)
How this can be tested? ->By creating a staff, you should be able to see a log of that when you visit the main dashboard page.
Written Code Feature Test N/A (To be provided in the next task)
Checklist:
Live helper chat It's an open-source powered application, which brings simplicity and usability in one place. With live helper chat you can bring live
/**********************************************************************\ | _____ H33Tx & xHENAI __ 31.01.2022| |
Podcastwala Your very own Podcast web app built with Laravel 5. This web app enables you to manage RSS feeds for your favorite podcasts and listen to
nanos Nanos is a new kernel designed to run one and only one application in a virtualized environment. It has several constraints on it compared to a
Laravel Backbone - based in-place pagination demo Store application See demo at: http://demos.maxoffsky.com/ajax-pagination/ Tutorial at: http://maxof
Laravel Verify New Email Laravel supports verifying email addresses out of the box. This package adds support for verifying new email addresses. When
WorldChat One-to-one plugin for editing world chat messages. Supports English and Turkish language To set a new world chat format /worldchat new "worl
Laravel-FCM Introduction Laravel-FCM is an easy to use package working with both Laravel and Lumen for sending push notification with Firebase Cloud M
Laravel-Talk Talk is a Laravel 5 based user conversation (inbox) system with realtime messaging. You can easily integrate this package with any Larave
Chat Create a Chat application for your multiple Models Table of Contents Click to expand Introduction Installation Usage Adding the ability to partic