File Manager Lite
Dir:
/home/u540325668/domains/mccsociety.org/Composer.error.public_html/supports
Upload
[..]
command.php (2.21 KB)
Edit
Rename
Del
Edit: command.php
Create symilnk in live server Route::get('/foo', function () { Artisan::call('storage:link'); }); change storege path in live server storage/ to storage/app/public https://docs.laravel-excel.com/3.1/exports/ https://github.com/Maatwebsite/Laravel-Excel When Upload Project Run This Command 1. php artisan key:generate 2. php artisan config:clear 3. php artisan config:clear 4. Zip The File and Upload. 5. Edit .env file to live database. 6. Copy userAsset from Public to storage/app/public folder. 7. Create symilnk in live server Route::get('/foo', function () { Artisan::call('storage:link'); }); or Route::get('/link', function () { $target = '/home/public_html/storage/app/public'; $shortcut = '/home/public_html/public/storage'; symlink($target, $shortcut); }); github setup 1. Install Github is live server. 2. Install SSL Key for same branch name master in github. 3. Install webhook for auto deploy github. 4. Upload Project in zip file. 5. move all files unchange git. folder in live server. 6. complete Back up sedule https://spatie.be/docs/laravel-backup/v7/installation-and-setup php artisan backup:run https://github.com/spatie/laravel-activitylog https://spatie.be/docs/laravel-activitylog/v3/advanced-usage/logging-model-events You can install the package via composer: composer require spatie/laravel-activitylog The package will automatically register itself. You can publish the migration with: php artisan vendor:publish --provider="Spatie\Activitylog\ActivitylogServiceProvider" --tag="migrations" Note: The default migration assumes you are using integers for your model IDs. If you are using UUIDs, or some other format, adjust the format of the subject_id and causer_id fields in the published migration before continuing. After publishing the migration you can create the activity_log table by running the migrations: php artisan migrate You can optionally publish the config file with: php artisan vendor:publish --provider="Spatie\Activitylog\ActivitylogServiceProvider" --tag="config" This is the contents of the published config file Date Table https://yajrabox.com/docs/laravel-datatables/master/installation https://datatables.yajrabox.com/service for active buttons
Simpan