Package Data | |
---|---|
Maintainer Username: | dmongeau |
Maintainer Contact: | info@folklore.email (Folklore) |
Package Create Date: | 2017-08-21 |
Package Last Update: | 2024-11-04 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-23 03:01:51 |
Package Statistics | |
---|---|
Total Downloads: | 1,199 |
Monthly Downloads: | 5 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 4 |
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/