Releases: muhaiminShihab/cta-routes
Releases · muhaiminShihab/cta-routes
v1.0.2
Full Changelog: v1.0.1...v1.0.2
In this version (v1.0.2), we have wrapped our routes with the prefix cta-routes to avoid route conflicts. Additionally, we have updated the README.md with clear instructions and included profiles for stargazers, forks, and contributors.
v1.0.1
Full Changelog: https://github.com/muhaiminShihab/CtaRoutes/commits/v1.0.1
In this version (v1.0.1), we include some routes that users can use on their project to call laravel artisan commands without a terminal from the browser.
/storage-linkroute to create a storage link frompublic/storagetostorage/app/publicusing thestorage:linkcommand/optimize-clearroute to remove the compiled class file, caches, and more using theoptimize:clearcommand./cache-clearroute to Clear the application cache using thecache:clearcommand./config-cacheroute to create a cache file for faster configuration loading using theconfig:cachecommand./migrateroute to run the database migrations using themigratecommand./migrate-freshroute to drop all tables and re-run all migrations using themigrate:freshcommand./migrate-seedroute to deed the database with records using thedb:seedcommand.
Special Thanks To:
@muhaiminShihab