Download the PHP package kakhura/laravel-site-bases without Composer
On this page you can find all versions of the php package kakhura/laravel-site-bases. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kakhura/laravel-site-bases
More information about kakhura/laravel-site-bases
Files in kakhura/laravel-site-bases
Package laravel-site-bases
Short Description This package is site bases functionality
License MIT
Homepage https://github.com/kakhura/laravel-site-bases
Informations about the package laravel-site-bases
kakhura/laravel-site-bases
Docs
- Installation
- Configuration (Config based management)
- Views
- Migrations
Installation
Add the package in your composer.json by executing the command.
For Laravel versions before 5.5 or if not using auto-discovery, register the service provider in config/app.php
Configuration
If you want to change default configuration, you must publish default configuration file to your project by running this command in console:
This command will copy file [/vendor/kakhura/laravel-site-bases/config/kakhura.site-basbes.php]
to [/config/kakhura.site-basbes.php]
Views
After publish Configuration, you must publish views, by running this command in console:
This command will copy file [/vendor/kakhura/laravel-site-bases/resources/views]
to [/resources/views/vendor/admin/site-bases]
Migrations
After publish Views, you must publish migrations, by running this command in console:
This command will copy file [/vendor/kakhura/laravel-site-bases/database/migrations]
to [/database/migrations]
After publish Migrations, you must run this command in console:
This command creates some necessary stuffs.
All versions of laravel-site-bases with dependencies
barryvdh/laravel-translation-manager Version ^0.6.6
mcamara/laravel-localization Version ^2.0.1
waska14/laravel-with-db-transactions Version ^4.0
intervention/image Version ^3.7.2
laravel/ui Version ^4.5.2
unisharp/laravel-filemanager Version ^2.9.1
owen-it/laravel-auditing Version ^13.6.8