Changeset e756bd9 for README.md


Ignore:
Timestamp:
10/25/21 22:16:34 (3 years ago)
Author:
Berat Kjufliju <kufliju@…>
Branches:
develop, master
Children:
a383877
Parents:
1c25bcf
Message:

edited readme file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.md

    r1c25bcf re756bd9  
    1 <<<<<<< HEAD
    21# SaveSpace
    32Document 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>
    63
    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>
     4## Quick Start
     51. ``` git clone https://github.com/beratkjufliju/SaveSpace.git ```
     62. ``` cd SaveSpace ```
     73. ``` git checkout -b develop ```
     84.
     95. ``` composer install ```
     106. ``` npm install ```
     117. ``` npm run production ```
     128. ``` cp .env.example .env ```
     139. ``` php artisan key:generate ```
     1410. Create database and edit .env with your database credentials
     1511. Create account at [Mailtrap](https://mailtrap.io/) and edit .env with mailtrap configuration
     1612. ``` php artisan clear:all --ms ```
     1713. ``` php artisan serve ```
    1318
    14 ## About Laravel
     19Then you can visit http://localhost:8000/auth/login
    1520
    16 Laravel 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:
     21#### Login Credentials:
    1722
    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).
     23Username: ``` admin ```
    2524
    26 Laravel is accessible, powerful, and provides tools required for large, robust applications.
     25Password: ``` 123456 ```
    2726
    28 ## Learning Laravel
    29 
    30 Laravel 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 
    32 If 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 
    36 We 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 
    56 Thank 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 
    60 In 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 
    64 If 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 
    68 The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
    69 >>>>>>> 7304c7f4e9d471fa8974c193daec4fdd86dabe58
     27Verification code: ``` 1234 ```
Note: See TracChangeset for help on using the changeset viewer.