Package Data | |
---|---|
Maintainer Username: | scopefragger |
Maintainer Contact: | mark@arcade247.co.uk (Mark jones) |
Package Create Date: | 2017-06-22 |
Package Last Update: | 2017-08-18 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-06 03:04:37 |
Package Statistics | |
---|---|
Total Downloads: | 36 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
The preferred method of installation is via Packagist and Composer. Run the following command to install the package and add it as a requirement to your project's composer.json
:
composer require scopefragger/laravel-socialy
Add the following to your config/app.php
Scopefragger\LaravelSocialy\LaravelSocialyServiceProvider::class
Finaly, make sure you run the migrations
Socialy collects your social data in the background as you work, without you needing to any extra work, to get set up. Add your required social feed access tokens to your .ENV ( Read bellow for a list of these ) you can then run the collections manualy!
```bash
Scopefragger\LaravelSocialy\LaravelSocialyServiceProvider::class
```
As with most Laravel packages, Magic Views has the abuilty to define some options
Path | String
Option allows you to define the path prior to your slug such as flats
or frontend
, you can leave this empty if you wish to work from the root
'path' => '',
OR
'path' => 'flats/',
View Folder | String
Specify the folder that you are wanting to look in when a slug is provided, such as pages/moduals etc...
'view_folder' => 'pages',
This Package was created to solve a problem, it has helped in anyway feel free to link back, give a star or recomend the package to others.
If by anychance you find a bug or can reccomend a feature, feel free to log a bug or raise a ticket in the issue tracker
MIT License
Copyright (c) 2017 Mark Anthony Jones
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.