| Package Data | |
|---|---|
| Maintainer Username: | dmongeau | 
| Maintainer Contact: | info@folklore.email (Folklore) | 
| Package Create Date: | 2017-08-21 | 
| Package Last Update: | 2025-09-09 | 
| Language: | PHP | 
| License: | MIT | 
| Last Refreshed: | 2025-10-26 15:01:59 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 1,324 | 
| Monthly Downloads: | 12 | 
| Daily Downloads: | 0 | 
| Total Stars: | 2 | 
| Total Watchers: | 2 | 
| Total Forks: | 0 | 
| Total Open Issues: | 22 | 
composer require folklore/laravel-panneau:dev-v1-rc
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,
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:
config/panneau.php
routes/panneau.php
resources/views/vendor/panneau/
resources/assets/vendor/panneau/