folklore / laravel-panneau
Installs: 1 180
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 0
Open Issues: 22
Requires
- php: >=5.5.9
- folklore/eloquent-json-schema: ~0.9
- folklore/laravel-mediatheque: v1.x-dev
- guzzlehttp/guzzle: 5.3|~6.0
- illuminate/support: 5.3.*|5.4.*|5.5.*|5.6.*
- php-ffmpeg/binary-driver: dev-master
- spatie/eloquent-sortable: ^2.0|^3.0
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*|1.0.*
- orchestra/database: 3.3.*|3.4.*|3.5.*|3.6.*
- orchestra/testbench: 3.3.*|3.4.*|3.5.*|3.6.*
- php-coveralls/php-coveralls: ^2.1
- phpunit/phpunit: ~4.0|~4.1|~5.4|~5.7|~6.0|~7.0
- dev-master
- v1.x-dev
- v1.3.x-dev
- v1.2.x-dev
- v1.1.x-dev
- v0.x-dev
- v0.2.1
- v0.2.0
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/qs-and-express-6.5.3
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/moment-2.29.4
- dev-dependabot/npm_and_yarn/shell-quote-1.7.3
- dev-dependabot/npm_and_yarn/lodash-es-4.17.21
- dev-dependabot/npm_and_yarn/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/pathval-1.1.1
- dev-dependabot/npm_and_yarn/cached-path-relative-1.1.0
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/ua-parser-js-0.7.28
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/decompress-zip-0.3.2
- dev-dependabot/npm_and_yarn/jquery-3.5.0
- dev-dependabot/npm_and_yarn/mixin-deep-1.3.2
- dev-dependabot/npm_and_yarn/js-yaml-3.13.1
- dev-dependabot/npm_and_yarn/extend-3.0.2
- dev-dependabot/npm_and_yarn/bootstrap-4.3.1
- dev-dependabot/npm_and_yarn/ckeditor-4.11.4
- dev-develop
This package is auto-updated.
Last update: 2024-11-04 19:32:29 UTC
README
Installation
composer require folklore/laravel-panneau:dev-v1-rc
Laravel 5.4 and lower
1- Add the service provider to your app/config/app.php
file
Folklore\Panneau\PanneauerviceProvider::class,
2- Add the facade to your app/config/app.php
file
'Panneau' => Folklore\Panneau\Facades\Panneau::class,
All versions
1- Publish the configuration file and public files
$ php artisan vendor:publish
2- Add this to app/Providers/RouteServiceProvider.php
/** * Define the routes for the application. * * @return void */ public function map() { $this->mapApiRoutes(); $this->mapWebRoutes(); app('panneau')->routes(); }
3- Review the following files:
- Configuration:
config/panneau.php
- Routes:
routes/panneau.php
- Views:
resources/views/vendor/panneau/
- Assets:
resources/assets/vendor/panneau/