folklore / laravel-panneau
v0.2.1
2018-07-10 15:25 UTC
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
This package is auto-updated.
Last update: 2026-05-19 17:04:56 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/