Download the PHP package samybgt/screenwidth without Composer
On this page you can find all versions of the php package samybgt/screenwidth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download samybgt/screenwidth
More information about samybgt/screenwidth
Files in samybgt/screenwidth
Package screenwidth
Short Description This package will allow you to get screen width in server side and use it
License
Informations about the package screenwidth
About Screenwidth
Screenwidth is a php laravel package with easy to use syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Screenwidth takes the pain out of development by easing common tasks used in many web projects, such as:
- Easy to use helper functions.
- Get device type based on width.
- Check for a specific device type.
Screenwidth is accessible, powerful, and acts as a tools required for large, robust applications.
Using Screenwidth
When using css, the content of the page will update in realtime as the user resizes the window, whereas this package debounces a network request and updates the page on the next page request.
Installation
Default Breakpoints
Default breakpoints are given below:
Custom Breakpoints
(This step is optional)
If you want to change the breakpoints as per your need then please create a file in below location and then overwrite the values as per your need. It is a very powerful setting that gives full freedom to the developer to customize according to the requirement.
Loader
(This step is optional)
Only one time (in first load of application), you will get the message that says we are checking device width to give you the best view of the website. You can customize that UI by creating a file and giving own HTML.
Middleware
Middleware is already created by the vendor you just need to apply this middleware in your route group.
Example 1: Apply complete to the web.php file
Example 2: Apply to specific route group
On Screen Resize Event
All the code is readymade and ready to use. You don't need to worry about any coding, just include this file and resize will start working. It's important that you place it in the layout file for your application to look its best. I have it in my layout file app.blade.php
and on the login
/register
pages.
Alternatively you can use the below code only if above directive doesn't work for you due to any version issue.
Helpers
Helpers function are already created by the vendor and you just need to call the function directly and use it in your code.
Contributing
Thank you for considering contributing to this tool!
Security Vulnerabilities & Suggestions
If you have any suggestions or if you discover a security vulnerability, please send an e-mail to Samy via [email protected]. All security vulnerabilities will be promptly addressed and we can collaborate on the suggestions
License
The MIT License (MIT). Please see License File for more information.