Code Monkey home page Code Monkey logo

laravel-unique-urls's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar vlados avatar

Watchers

 avatar  avatar

laravel-unique-urls's Issues

Slug is limited to 255 chars

Currently in the migration the slug is using string() function which is setting the column to varchar(255)
Needs to be changed to text() which not have limit

Create urls:generate command

Create a new command in the package to generate all the urls for all models
Should have options:
--model= Specify only a model for which to execute the command
--only-missing Skip existing urls
--fresh Truncate table urls and generate fresh for every model

Redirect to last url

Scenario:

  1. Create a new PageModel with title=New Page
  2. Update model and set title=Test Page
  3. Update model and set title=Something new
  4. Update model and set title=Latest changes

This will create in the database multiple redirects to the page

Current behaviour

If the user go to /test-page he will be redirected multiple times (/test-page > /something-new > /latest-changes)

Expected behaviour

If the user go to /test-page he should be redirected only once times (/test-page > /latest-changes) or new-page > latest-changes

Create urls:doctor command

Create a new command in the package to check:

  • If models have implemented correctly the traits and the needed functions
  • If all urls in the database have correct handler class and function

Should have options:

  • --model= Specify only a model for which to execute the command

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.