Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karabayyazilim/softadmin
This was done using cms laravel 7
https://github.com/karabayyazilim/softadmin
cms laravel laravel-admin
Last synced: 4 months ago
JSON representation
This was done using cms laravel 7
- Host: GitHub
- URL: https://github.com/karabayyazilim/softadmin
- Owner: karabayyazilim
- Created: 2020-05-14T17:40:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-29T20:41:30.000Z (about 3 years ago)
- Last Synced: 2024-10-05T07:44:14.184Z (4 months ago)
- Topics: cms, laravel, laravel-admin
- Language: PHP
- Homepage: https://www.youtube.com/playlist?list=PLHYivO_x2UU1RezTycTvWKE7Nzfx0qMGi
- Size: 82.6 MB
- Stars: 25
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![alt text]()
## Installationgit clone https://github.com/karabayyazilim/softAdmin.git
Run the command
composer install && npm install
Configure your .env fileDB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
php artisan key:generateRun the migrations
php artisan migrate --seed
Run the commandphp artisan storage:link
Remove comment line `App\Providers\AppServiceProvider.php`//$data['settingss'] = Settings::all();
if (isset($data['settingss'])){
foreach ($data['settingss'] as $key){
$settingss[$key->setting_key]=$key->setting_value;
}
view()->share($settingss);
}Your good to go!
Login information
user name : [email protected]
password : password