- PHP
- Database
I like using Laravel Valet. You should check it out if you haven't already.
- Clone this repo
- Copy
.env.exampleto.envand update your details - Run
composer install - Run
php artisan key:generate - Run
php artisan migrate
- Click "Create New Batch" from the front page.
- Enter the "Dev URL." This is the URL you are actively developing the site on.
- Add the known URLs
- The system will automatically hit each URL at the dev url to determine whether or not a redirect is necessary.
- Once you've entered where each URL will go, click the "View Rewrites" button.
- Copy and paste the rewrite rules into your vhost config or .htaccess file.
- Click the "Recheck Unaddressed" button to see if your redirects were successful.
Reach out to use at https://bootpackdigital.com. We're always happy to chat about projects and see if we can help.


