Skip to content

pydea-rs/Limidiots

Repository files navigation

Limit Project

PHP Laravel

  • Landing website for a newbie crypto group.

  • Consists of home/about/roadmap and portfolio pages for displaying NFTs.

  • Implemented an admin panel using Laravel Backpack on /submax

  • Models: User/NFT/Message

  • Contact us section messages will be saved in messages table in database.

Note:

  • Uploadig is configured for localhost run.

Config Live Version [CPANEL]:

  1. Config your database credintials in .env file
  2. Open config/filesystems.php
  3. Change disks['public']['root'] to storage_path('app/public')
  4. Now avatar and NFT image uploads will store in /storage/app/public/nfts & /storage/app/public/avatars
  5. Move /public folder contents to /public_html folder of the cpanel host
  6. Move others php files to your desired named folder [such as DESIRED_DIR; This will be used in next step]; do not put them in /public_html !
  7. Change all require routes in index.php as:
         require_once __DIR__ '/../DESIRED_DIR/[Require Actual PATH]'
  8. Create a symlink to upload folder with 'ln -s ~/DESIRED_DIR/storage/app/public/ ~/public_html/storage
  9. Open terminal cd to your DESIRED folder and run composer and database migrations commands, such as:
    • composer install
    • php artisan config:cache
    • php artisan storage:link
    • ...
    • php artisan migrate
  10. Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published