Git Product home page Git Product logo

esquel-psychology-backend's Introduction

Build Status Total Downloads Latest Stable Version License

About Laravel

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:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, Laracasts 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.

Laravel Sponsors

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.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

Libraries

add in composer.json/require => "ext-json": "*",

DomPDF

  • barryvdh/laravel-dompdf
  • composer require barryvdh/laravel-dompdf
  • config/app.php => providers => Barryvdh\DomPDF\ServiceProvider::class,
  • config/app.php => aliases => 'PDF' => Barryvdh\DomPDF\Facade::class,

Cascade Soft Deletes

Mail CSS Inliner

Intervention Image

  • intervention/image
  • composer require intervention/image
  • config/app.php => providers => Intervention\Image\ImageServiceProvider::class,
  • config/app.php => aliases => 'Image' => Intervention\Image\Facades\Image::class,

Laravel Socialitie

'google' => [

'client_id' => env('GOOGLE_CLIENT_ID'),

'client_secret' => env('GOOGLE_CLIENT_SECRET'),

'redirect' => env('GOOGLE_REDIRECT_URL'),

],

Laravel Spanish

  • laraveles/spanish
  • composer require laraveles/spanish
  • config/app.php => providers => Laraveles\Spanish\SpanishServiceProvider::class,
  • php artisan vendor:publish --tag=lang

Laravel Auditing

  • owen-it/laravel-auditing
  • composer require owen-it/laravel-auditing
  • config/app.php => providers => OwenIt\Auditing\AuditingServiceProvider::class,
  • php artisan vendor:publish --provider "OwenIt\Auditing\AuditingServiceProvider" --tag="migrations"
  • php artisan vendor:publish --provider "OwenIt\Auditing\AuditingServiceProvider" --tag="config"

SimpleSoftware QR

  • simplesoftwareio/simple-qrcode
  • composer require simplesoftwareio/simple-qrcode "~4"
  • config/app.php => providers => SimpleSoftwareIO\QrCode\QrCodeServiceProvider::class,
  • config/app.php => aliases => 'QrCode' => SimpleSoftwareIO\QrCode\Facades\QrCode::class,

Laravel Permission

  • spatie/laravel-permission
  • composer show spatie/laravel-permission
  • config/app.php => providers => Spatie\Permission\PermissionServiceProvider::class,
  • php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider"
  • php artisan optimize:clear
  • php artisan config:clear
  • php artisan migrate

Laravel Sanctum (for 7 or less)

  • laravel/sanctum
  • composer require laravel/sanctum
  • php artisan vendor:publish --provider="Laravel\Sanctum\SanctumServiceProvider"
  • php artisan migrate
  • app/Http/Kernel.php => api => \Laravel\Sanctum\Http\Middleware\EnsureFrontendRequestsAreStateful::class,
  • (Optional) for User model in other directory

config/auth.php => providers => 'model' => App\Models\Authentication\User::class,

Other Configurations

File Systems

  • Create a private directory

'private' => [ 'driver' => 'local', 'root' => storage_path('app/private'), ],

  • Add in .env FILESYSTEM_DRIVER='private'

esquel-psychology-backend's People

Contributors

abm9287 avatar anthonysantillan avatar bryanperez1497 avatar cmtl0204 avatar ddrc avatar edison9813123 avatar erick-damian-casis avatar fercho2798 avatar francis9817 avatar henrry6 avatar jencely avatar kevinquemag avatar khebinmant avatar mauricio403 avatar michael9914 avatar pajaro5 avatar sebastiansalazar1997 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.