Changeset 582789f


Ignore:
Timestamp:
09/27/21 23:58:34 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
194a359
Parents:
ebb2a52 (diff), 7304c7f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

added clearAll command

Files:
874 added
1 edited

Legend:

Unmodified
Added
Removed
  • README.md

    rebb2a52 r582789f  
     1<<<<<<< HEAD
    12# SaveSpace
    23Document management system in PHP
     4=======
     5<p align="center"><a href="https://laravel.com" target="_blank"><img src="https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg" width="400"></a></p>
     6
     7<p align="center">
     8<a href="https://travis-ci.org/laravel/framework"><img src="https://travis-ci.org/laravel/framework.svg" alt="Build Status"></a>
     9<a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/dt/laravel/framework" alt="Total Downloads"></a>
     10<a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/v/laravel/framework" alt="Latest Stable Version"></a>
     11<a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/l/laravel/framework" alt="License"></a>
     12</p>
     13
     14## About Laravel
     15
     16Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
     17
     18- [Simple, fast routing engine](https://laravel.com/docs/routing).
     19- [Powerful dependency injection container](https://laravel.com/docs/container).
     20- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
     21- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
     22- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
     23- [Robust background job processing](https://laravel.com/docs/queues).
     24- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).
     25
     26Laravel is accessible, powerful, and provides tools required for large, robust applications.
     27
     28## Learning Laravel
     29
     30Laravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.
     31
     32If you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.
     33
     34## Laravel Sponsors
     35
     36We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel [Patreon page](https://patreon.com/taylorotwell).
     37
     38### Premium Partners
     39
     40- **[Vehikl](https://vehikl.com/)**
     41- **[Tighten Co.](https://tighten.co)**
     42- **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)**
     43- **[64 Robots](https://64robots.com)**
     44- **[Cubet Techno Labs](https://cubettech.com)**
     45- **[Cyber-Duck](https://cyber-duck.co.uk)**
     46- **[Many](https://www.many.co.uk)**
     47- **[Webdock, Fast VPS Hosting](https://www.webdock.io/en)**
     48- **[DevSquad](https://devsquad.com)**
     49- **[Curotec](https://www.curotec.com/services/technologies/laravel/)**
     50- **[OP.GG](https://op.gg)**
     51- **[CMS Max](https://www.cmsmax.com/)**
     52- **[WebReinvent](https://webreinvent.com/?utm_source=laravel&utm_medium=github&utm_campaign=patreon-sponsors)**
     53
     54## Contributing
     55
     56Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
     57
     58## Code of Conduct
     59
     60In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).
     61
     62## Security Vulnerabilities
     63
     64If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed.
     65
     66## License
     67
     68The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
     69>>>>>>> 7304c7f4e9d471fa8974c193daec4fdd86dabe58
Note: See TracChangeset for help on using the changeset viewer.