Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Ctaroutes Laravel Package

muhaiminshihab/ctaroutes

View on GitHub
Deep Wiki
Context7

CtaRoutes Package for Laravel Applications.

CtaRoutes is a Laravel package that provides a set of convenient routes for common Artisan commands. These routes allow you to quickly perform tasks such as clearing caches, creating storage links, and running database migrations directly from your browser.

Installation

You can install the package via Composer:

composer require muhaiminshihab/ctaroutes

Available Routes

  • Create Storage links:

    Create a symbolic link from public/storage to storage/app/public using the storage:link command.

    GET /cta-routes/storage-link
    
  • Clear Optimized Files

    Remove the compiled class file, caches, and more using the optimize:clear command.

    GET /cta-routes/optimize-clear
    
  • Clear Application Cache

    Clear the application cache using the cache:clear command.

    GET /cta-routes/cache-clear
    
  • Cache Configuration

    Create a cache file for faster configuration loading using the config:cache command.

    GET /cta-routes/config-cache
    
  • Run Database Migrations

    Run the database migrations using the migrate command.

    GET /cta-routes/migrate
    
  • Run Fresh Database Migrations

    Drop all tables and re-run all migrations using the migrate:fresh command.

    GET /cta-routes/migrate-fresh
    
  • Seed Database

    Seed the database with records using the db:seed command.

    GET /cta-routes/migrate-seed
    

Usage

To use these routes, simply visit them in your browser. For example, to clear the application cache, go to:

http://your-app-url/cta-routes/cache-clear

A flash message will notify you of the action's result in the message session. For example: "Application optimized and cache cleared."

Security

These routes execute powerful Artisan commands and should be used with caution. It's recommended to protect these routes with appropriate middleware or use them in a development environment only.

Licence

This package is open-sourced software licensed under the MIT license.

Stargazers

Stargazers repo roster for @muhaiminShihab/cta-routes

Forkers

Forkers repo roster for @muhaiminShihab/cta-routes

Contributors

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope