Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: muhaiminShihab/cta-routes

v1.0.2

03 Nov 09:02
3ae8612

Choose a tag to compare

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

29 May 20:13

Choose a tag to compare

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-link route to create a storage link from public/storage to storage/app/public using the storage:link command
  • /optimize-clear route to remove the compiled class file, caches, and more using the optimize:clear command.
  • /cache-clear route to Clear the application cache using the cache:clear command.
  • /config-cache route to create a cache file for faster configuration loading using the config:cache command.
  • /migrate route to run the database migrations using the migrate command.
  • /migrate-fresh route to drop all tables and re-run all migrations using the migrate:fresh command.
  • /migrate-seed route to deed the database with records using the db:seed command.

Special Thanks To:
@muhaiminShihab