MusiCMS

Musician's Portfolio / Content Management for an Electronic Press Kit

Stars
1

MusiCMS

A CMS for an overhauled Electronic Press Kit

TODO:

  • app/Type.php shouldn't be hardcoded
  • Currently Seeded. They need to be managed content.
    • Rolls.
    • Gear Types.
    • ( I Think it will break if there is not at least one seeded - test this)
  • Hardcoded Types ("app/Types.php")
  • Hardcoded Gear list in
  • Figure out what to do with Background Images:
    • main.css
    • style.css
  • hardcoded gear types in resources/views/viewGear/list.blade.php
  • resources/views/newHome.blade.php is hardcoded
  • resources/views/layouts/newMain.blade.php is hardcoded
  • create sample apache .conf file
  • get example.env out of .gitignore

Installion for apache:

  1. create.conf file
  2. composer install
  3. edit .env file (mv .env.example .env)
  4. log in to mySQL, create DB you list in .env 'create database mcms;'
  5. php artisan migrate
  6. php artisan db:seed
  7. Dynamic link public directory for safety?: ln -s /var/www/MusiCMS/public /var/www/html/MusiCMS/public
  8. php artisan key:generate
  9. chmod 777 -R public/uploads/
  10. chmod 777 -R storage/

Upgrade laravel 6:

  • comment out routes in api.php and routes.php
  • composer update
  • composer install
  • omposer dump-autoload
  • php artisan view:clear

$ cd laravel_project

$ php artisan cache:clear

$ chmod -R 777 storage

$ composer dump-autoload

php artisan optimize composer require intervention/image

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb combination of simplicity, elegance, and innovation give you tools you need to build any application with which you are tasked.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework. The Laravel documentation is thorough, complete, and makes it a breeze to get started learning the framework.

If you're not in the mood to read, Laracasts contains over 900 video tutorials on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library.

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.