Download the PHP package yassine-khachlek/laravel-package-example without Composer
On this page you can find all versions of the php package yassine-khachlek/laravel-package-example. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yassine-khachlek/laravel-package-example
More information about yassine-khachlek/laravel-package-example
Files in yassine-khachlek/laravel-package-example
Package laravel-package-example
Short Description A Laravel package example.
License GPLv2
Homepage https://github.com/yassine-khachlek/laravel-package-example
Informations about the package laravel-package-example
Laravel Package Example
And example of a Laravel package.
- Load controllers
- Load routes
- Load views
- Register migrations
- Register commands
- Push middleware
- Bind Facade
- Publish configurations, resources, assets
- Use another package
Installation
Install wia composer:
And add the service provider in config/app.php:
Then register Facade class aliase:
Publish assets:
License
GPLv2
Copyright (c) 2016 Yassine Khachlek [email protected]
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.