folklore/laravel-panneau is a Laravel package.
It currently has 2 GitHub stars and 1.450 downloads on Packagist (latest version v0.2.1).
Install it with composer require folklore/laravel-panneau.
Discover more Laravel packages by folklore
or browse all Laravel packages to compare alternatives.
Last updated
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.phproutes/panneau.phpresources/views/vendor/panneau/resources/assets/vendor/panneau/