https://github.com/geosot/laravel-adminbasefiles
https://github.com/geosot/laravel-adminbasefiles
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/geosot/laravel-adminbasefiles
- Owner: GeoSot
- License: mit
- Created: 2019-03-20T00:38:39.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T20:10:45.000Z (over 3 years ago)
- Last Synced: 2025-01-30T10:31:23.220Z (over 1 year ago)
- Language: PHP
- Size: 15.2 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel AdminBaseFiles
This Package Initiates a mini Cms System with Admin Area, translatable models etc
* [Installation](#installation)
### Installation
1. Install package
```bash
composer require geo-sot/laravel-adminbasefiles
```
2. Initialize Package
```bash
artisan baseAdmin:install
```
3. Publish assets and migrate
```bash
php artisan vendor:publish --provider=GeoSot\BaseAdmin\ServiceProvider
```
After publishing files run:
```bash
php artisan migrate
```
(and delete the File app\User.php)