Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete TastyIgniter installation package with configuration #1103

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified assets/downloads/.gitignore
100644 → 100755
Empty file.
Empty file modified assets/media/attachments/protected/.gitignore
100644 → 100755
Empty file.
Empty file modified assets/media/attachments/public/.gitignore
100644 → 100755
Empty file.
Empty file modified assets/media/uploads/.gitignore
100644 → 100755
Empty file.
Empty file modified assets/media/uploads/no_photo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions setup_database.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CREATE DATABASE IF NOT EXISTS tastyigniter CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
CREATE USER IF NOT EXISTS 'tastyigniter_user'@'localhost' IDENTIFIED BY 'secure_password';
GRANT ALL PRIVILEGES ON tastyigniter.* TO 'tastyigniter_user'@'localhost';
FLUSH PRIVILEGES;
Empty file modified storage/app/.gitignore
100644 → 100755
Empty file.
Empty file modified storage/app/public/.gitignore
100644 → 100755
Empty file.
Empty file modified storage/framework/.gitignore
100644 → 100755
Empty file.
Empty file modified storage/framework/cache/.gitignore
100644 → 100755
Empty file.
Empty file modified storage/framework/cache/data/.gitignore
100644 → 100755
Empty file.
Empty file modified storage/framework/sessions/.gitignore
100644 → 100755
Empty file.
Empty file modified storage/framework/views/.gitignore
100644 → 100755
Empty file.
Empty file modified storage/logs/.gitignore
100644 → 100755
Empty file.
Empty file modified storage/system/.gitignore
100644 → 100755
Empty file.
Empty file modified storage/system/cache/.gitignore
100644 → 100755
Empty file.
Empty file modified storage/system/combiner/.gitignore
100644 → 100755
Empty file.
Empty file modified storage/system/templates/.gitignore
100644 → 100755
Empty file.
Empty file modified storage/temp/.gitignore
100644 → 100755
Empty file.
Empty file modified storage/temp/public/.gitignore
100644 → 100755
Empty file.
Empty file modified themes/.gitignore
100644 → 100755
Empty file.
Empty file modified themes/demo/_pages/components.blade.php
100644 → 100755
Empty file.
Empty file modified themes/demo/_pages/error.blade.php
100644 → 100755
Empty file.
Empty file modified themes/demo/assets/css/demo.css
100644 → 100755
Empty file.
Empty file modified themes/demo/screenshot.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified themes/demo/theme.json
100644 → 100755
Empty file.
Loading